From 2bf7aff3435c9abcb38b9ced5b6fa56957aeae89 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 13 九月 2023 15:59:56 +0800
Subject: [PATCH] 1 车间质量、仓库管理、及五个车间看板 递交
---
src/api/kanbanManager.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js
index e7aa43b..cee6a12 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({
@@ -138,6 +142,7 @@
params: data
})
}
+
export function QCBadCenterRightWeek(data) {
return request({
url: 'KanBanManagerent/QCBadCenterRightWeek',
@@ -145,6 +150,15 @@
params: data
})
}
+
+export function QCBadBottomWeek(data) {
+ return request({
+ url: 'KanBanManagerent/QCBadBottomWeek',
+ method: 'get',
+ params: data
+ })
+}
+
export function BadWeekDistriBute(data) {
return request({
url: 'KanBanManagerent/BadWeekDistriBute',
@@ -152,6 +166,7 @@
params: data
})
}
+
export function BadContManger(data) {
return request({
url: 'KanBanManagerent/BadContManger',
--
Gitblit v1.9.3