叶松
2023-10-10 145cb213e3dd14a88e685b86b336cfca5629bb15
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),
  /**
   * 钢筋理论耗量模块接口
  */