From fb6f82d799e5cbd789875e8f24d47413485ee8bd Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 10 五月 2024 11:25:32 +0800
Subject: [PATCH] 1.综合看板开发
---
src/api/kanbanManager.js | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js
index 33786f3..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) {
@@ -53,3 +61,35 @@
params: data
})
}
+
+// 浠撳簱鐪嬫澘宸︿笂,閲囪喘寰呭叆搴�
+export function ProcureOutsourcLeftTop() {
+ return request({
+ url: 'KanBanManagerent/ProcureOutsourcLeftTop',
+ method: 'get'
+ })
+}
+
+// 浠撳簱鐪嬫澘宸︿笅,閿�鍞緟鍙戣揣
+export function ProductConsignmentLeftBottom() {
+ return request({
+ url: 'KanBanManagerent/ProductConsignmentLeftBottom',
+ method: 'get'
+ })
+}
+
+// 浠撳簱鐪嬫澘鍙充笂,杩戜竴鍛ㄩ噰璐緟鍏ュ簱鐗╂枡鎺掕TOP5
+export function ProcureOutsourcRightTop() {
+ return request({
+ url: 'KanBanManagerent/ProcureOutsourcRightTop',
+ method: 'get'
+ })
+}
+
+// 浠撳簱鐪嬫澘鍙充笅,杩戜竴鍛ㄩ攢鍞緟鍙戣揣浜у搧鎺掕TOP5
+export function ProductionStockedInRightBottom() {
+ return request({
+ url: 'KanBanManagerent/ProductionStockedInRightBottom',
+ method: 'get'
+ })
+}
--
Gitblit v1.9.3