From ebe7bf1b9118958f6a93406305f5728bfd5d90c9 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 03 三月 2025 10:33:24 +0800
Subject: [PATCH] 1. 综合看板修改编码

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

diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js
index ec3a1e0..77acd4e 100644
--- a/src/api/kanbanManager.js
+++ b/src/api/kanbanManager.js
@@ -1,5 +1,33 @@
 import request from '@/utils/request'
 
+export function ProductionStockedInRightBottom() {
+  return request({
+    url: 'KanBanManagerent/ProductionStockedInRightBottom',
+    method: 'get'
+  })
+}
+
+export function ProcureOutsourcRightTop() {
+  return request({
+    url: 'KanBanManagerent/ProcureOutsourcRightTop',
+    method: 'get'
+  })
+}
+
+export function ProductConsignmentLeftBottom() {
+  return request({
+    url: 'KanBanManagerent/ProductConsignmentLeftBottom',
+    method: 'get'
+  })
+}
+
+export function ProcureOutsourcLeftTop() {
+  return request({
+    url: 'KanBanManagerent/ProcureOutsourcLeftTop',
+    method: 'get'
+  })
+}
+
 // 杞﹂棿鐪嬫澘,涓婄敓浜т俊鎭�
 export function WorkShopProduceTopData(data) {
   return request({

--
Gitblit v1.9.3