bingbo
2023-11-27 66845c626767ee06b5694b8cf02f295a34967c64
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),
  /**
   * 钢筋理论耗量模块接口
  */