From 5b7bc2b1d4b2bad72a64651be0607de5cce578e3 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 20 三月 2025 14:54:33 +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