From c4b49d08cef0805e17646eef03e1c1a62316c3b2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 05 十一月 2022 10:41:52 +0800
Subject: [PATCH] 1.产能规划优化

---
 src/api/dzkb.js |   85 +++++++++++++++++++++++++++++++++++-------
 1 files changed, 71 insertions(+), 14 deletions(-)

diff --git a/src/api/dzkb.js b/src/api/dzkb.js
index a2011fb..f55828e 100644
--- a/src/api/dzkb.js
+++ b/src/api/dzkb.js
@@ -1,5 +1,21 @@
 import request from '@/utils/request'
 
+// 澶у矝杞﹂棿缁煎悎鐪嬫澘,鑾峰彇鐢熶骇杞﹂棿
+export function ShopSearch() {
+  return request({
+    url: 'KanBanManagerent/ShopSearch',
+    method: 'get'
+  })
+}
+// 澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笂浜х嚎鍔犲伐浠诲姟鎺ュ彛
+export function LineSearchTopLeftData(data) {
+  return request({
+    url: 'KanBanManagerent/LineSearchTopLeftData',
+    method: 'post',
+    params: data
+  })
+}
+
 // 澶у矝杞﹂棿缁煎悎鐪嬫澘,鐢熶骇杞﹂棿鏌ユ壘浜х嚎鎺ュ彛
 export function ShopSearchLine(data) {
   return request({
@@ -9,36 +25,39 @@
   })
 }
 
-// 澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笂浜х嚎鍔犲伐浠诲姟鎺ュ彛
-export function LineSearchTopLeftData(data) {
-  return request({
-    url: 'KanBanManagerent/LineSearchTopLeftData',
-    method: 'post',
-    data
-  })
-}
+// // 澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笂浜х嚎鍔犲伐浠诲姟鎺ュ彛
+// export function LineSearchTopLeftData(data) {
+//   return request({
+//     url: 'KanBanManagerent/LineSearchTopLeftData',
+//     method: 'post',
+//     data
+//   })
+// }
 
 // 澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笅鍒楄〃鎺ュ彛
-export function LineSearchBottomLeftData() {
+export function LineSearchBottomLeftData(data) {
   return request({
     url: 'KanBanManagerent/LineSearchBottomLeftData',
-    method: 'get'
+    method: 'get',
+    params: data
   })
 }
 
 // 澶у矝杞﹂棿缁煎悎鐪嬫澘,鍙充笂top鎺掕鎺ュ彛
-export function LineSearchTopRightData() {
+export function LineSearchTopRightData(data) {
   return request({
     url: 'KanBanManagerent/LineSearchTopRightData',
-    method: 'get'
+    method: 'get',
+    params: data
   })
 }
 
 // 澶у矝杞﹂棿缁煎悎鐪嬫澘,鍙充笅top鎺掕鎺ュ彛
-export function LineSearchBottomRightData() {
+export function LineSearchBottomRightData(data) {
   return request({
     url: 'KanBanManagerent/LineSearchBottomRightData',
-    method: 'get'
+    method: 'get',
+    params: data
   })
 }
 
@@ -65,3 +84,41 @@
     method: 'get'
   })
 }
+
+// 澶у矝浠撳簱鐪嬫澘,宸︿笂浜у搧寰呭叆搴撳垪琛�
+export function WareHouseTopLeftData() {
+  return request({
+    url: 'KanBanManagerent/WareHouseTopLeftData',
+    method: 'get'
+  })
+}
+
+// 澶у矝浠撳簱鐪嬫澘,宸︿笅浜у搧寰呭叆搴撳垪琛�
+export function WareHouseTopBottomData() {
+  return request({
+    url: 'KanBanManagerent/WareHouseTopBottomData',
+    method: 'get'
+  })
+}
+// 澶у矝浠撳簱鐪嬫澘,鍙充笂鎴愬搧搴撱�佸崐鎴愬搧搴搕op5搴撳瓨鎺掕
+export function WareHouseRightTopData() {
+  return request({
+    url: 'KanBanManagerent/WareHouseRightTopData',
+    method: 'get'
+  })
+}
+// 澶у矝浠撳簱鐪嬫澘,鍙充笅鍘熸枡搴撳簱top5搴撳瓨鎺掕
+export function WareHouseRightBottomData() {
+  return request({
+    url: 'KanBanManagerent/WareHouseRightBottomData',
+    method: 'get'
+  })
+}
+// 杞﹂棿鐪嬫澘鍏憡
+export function WkspReportNotice(data) {
+  return request({
+    url: 'KanBanManagerent/WkspReportNotice',
+    method: 'post',
+    params: data
+  })
+}

--
Gitblit v1.9.3