From c02a3ebf5b4338710c4f9ae231d72cf591dfb97f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 11:28:04 +0800
Subject: [PATCH] 1.修改 批量派发 没绑定工艺路线的单子,显示在最前面
---
src/api/kanbanManager.js | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js
index f55828e..70c3809 100644
--- a/src/api/kanbanManager.js
+++ b/src/api/kanbanManager.js
@@ -7,6 +7,7 @@
method: 'get'
})
}
+
// 澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笂浜х嚎鍔犲伐浠诲姟鎺ュ彛
export function LineSearchTopLeftData(data) {
return request({
@@ -100,6 +101,7 @@
method: 'get'
})
}
+
// 澶у矝浠撳簱鐪嬫澘,鍙充笂鎴愬搧搴撱�佸崐鎴愬搧搴搕op5搴撳瓨鎺掕
export function WareHouseRightTopData() {
return request({
@@ -107,6 +109,7 @@
method: 'get'
})
}
+
// 澶у矝浠撳簱鐪嬫澘,鍙充笅鍘熸枡搴撳簱top5搴撳瓨鎺掕
export function WareHouseRightBottomData() {
return request({
@@ -114,6 +117,7 @@
method: 'get'
})
}
+
// 杞﹂棿鐪嬫澘鍏憡
export function WkspReportNotice(data) {
return request({
@@ -122,3 +126,59 @@
params: data
})
}
+
+export function QCBadTop(data) {
+ return request({
+ url: 'KanBanManagerent/QCBadTop',
+ method: 'get',
+ params: data
+ })
+}
+
+export function QCBadCenterLeftWeek(data) {
+ return request({
+ url: 'KanBanManagerent/QCBadCenterLeftWeek',
+ method: 'get',
+ params: data
+ })
+}
+
+export function QCBadCenterRightWeek(data) {
+ return request({
+ url: 'KanBanManagerent/QCBadCenterRightWeek',
+ method: 'get',
+ params: data
+ })
+}
+
+export function QCBadBottomWeek(data) {
+ return request({
+ url: 'KanBanManagerent/QCBadBottomWeek',
+ method: 'get',
+ params: data
+ })
+}
+
+export function WorkShopCompreLeftTop(data) {
+ return request({
+ url: 'KanBanManagerent/WorkShopCompreLeftTop',
+ method: 'get',
+ params: data
+ })
+}
+
+export function WorkShopCompreRightTop(data) {
+ return request({
+ url: 'KanBanManagerent/WorkShopCompreRightTop',
+ method: 'get',
+ params: data
+ })
+}
+
+export function WorkShopCompreRightBottom(data) {
+ return request({
+ url: 'KanBanManagerent/WorkShopCompreRightBottom',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.3