From 21db563b4f218e04cdf07ee442af76d929e8da3a Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期三, 01 十一月 2023 15:13:27 +0800
Subject: [PATCH] 20231101_qiuyh_调整设备信息管理

---
 web/src/api/modules/production.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/web/src/api/modules/production.js b/web/src/api/modules/production.js
index 175c804..c90cbcb 100644
--- a/web/src/api/modules/production.js
+++ b/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),
   /**
    * 钢筋理论耗量模块接口
   */

--
Gitblit v1.9.3