From bb1368e4c5154b006b2e678261cbfa01e317b3b6 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 21 十一月 2024 16:38:53 +0800
Subject: [PATCH] 1.订单工单 新增重量、总料  字段

---
 src/api/kanbanManager.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js
index 6bc4411..4333092 100644
--- a/src/api/kanbanManager.js
+++ b/src/api/kanbanManager.js
@@ -44,6 +44,14 @@
     params: data
   })
 }
+// 杞﹂棿缁煎悎鐪嬫澘,宸︿笅閲囪喘璁㈠崟
+export function WorkShopCompreLeftBottom(data) {
+  return request({
+    url: 'KanBanManagerent/WorkShopCompreLeftBottom',
+    method: 'get',
+    params: data
+  })
+}
 
 // 杞﹂棿缁煎悎鐪嬫澘,鍙充笅搴撳瓨
 export function WorkShopCompreRightBottom(data) {

--
Gitblit v1.9.3