From d105bd9dd591264a7b1f79f1fdbbf0e764ff073e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 31 八月 2022 15:39:42 +0800
Subject: [PATCH] 1.修改分页bug

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

diff --git a/src/api/dzkb.js b/src/api/dzkb.js
index f24a1f0..378f9e3 100644
--- a/src/api/dzkb.js
+++ b/src/api/dzkb.js
@@ -41,3 +41,57 @@
     method: 'get'
   })
 }
+
+// 閲囪喘璁㈠崟璺熻釜绠$悊鐪嬫澘,宸︿笂鏈湀閲囪喘璁㈠崟鏁般�佹湰鏈堥噰璐繘璐у崟鏁般�佹湰鏈堥噰璐叆搴撳崟鏁�
+export function PurchaseLeftTop() {
+  return request({
+    url: 'KanBanManagerent/PurchaseLeftTop',
+    method: 'get'
+  })
+}
+
+// 閲囪喘璁㈠崟璺熻釜绠$悊鐪嬫澘,宸︿笅閲囪喘璁㈠崟璺熻釜鍒楄〃
+export function PurchaseLeftBottom() {
+  return request({
+    url: 'KanBanManagerent/PurchaseLeftBottom',
+    method: 'get'
+  })
+}
+
+// 閲囪喘璁㈠崟璺熻釜绠$悊鐪嬫澘,鍙充晶Top
+export function PurchaseRight() {
+  return request({
+    url: 'KanBanManagerent/PurchaseRight',
+    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'
+  })
+}

--
Gitblit v1.9.3