From 1e9fa82cb2fe2c15f46bd1dd73f5c878c74b83b8 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 04 八月 2022 15:35:50 +0800
Subject: [PATCH] 1.系统多账号登录问题2.采购订单页面样式修改及数据渲染
---
src/api/dzkb.js | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/src/api/dzkb.js b/src/api/dzkb.js
index f24a1f0..a2011fb 100644
--- a/src/api/dzkb.js
+++ b/src/api/dzkb.js
@@ -41,3 +41,27 @@
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'
+ })
+}
--
Gitblit v1.9.3