From 4a6d69f3ff895918b1b8f1e8e9b122ed8fcd5afa Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 24 十一月 2022 17:15:47 +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