From 1751adf783d2c7203b86c0f02f5f737277ca9192 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 五月 2024 14:34:50 +0800
Subject: [PATCH] 1.仓库看板递交

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

diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js
index 33786f3..6bc4411 100644
--- a/src/api/kanbanManager.js
+++ b/src/api/kanbanManager.js
@@ -53,3 +53,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