bingbo
2023-11-27 75c292340b20e71e30af074e3919e9b2d8d50d5b
web/src/api/modules/production.js
@@ -20,7 +20,9 @@
  // 获取钢筋需求计划详情信息
  getRebardemandInfo: (params) =>
    axios.get('/materials/needYear/needYearInfo', {params}),
  //钢筋笼生产计划的明细
  detailsBearProducts: (params) =>
    axios.post('/materials/needYear/selectSteelInfo', params),
  /**
   * 钢筋理论耗量模块接口
  */