From 951443642ef21c715f07e2ee26d2a959756a5c4d Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 08 十月 2024 14:14:55 +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