From ee4c68b99fa9ccd733ca547aeb16db90c7e2dd23 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 08 十二月 2023 14:17:17 +0800
Subject: [PATCH] 1. 生产进度 100%
---
config/api.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/config/api.js b/config/api.js
index 82a7fd0..dffcb04 100644
--- a/config/api.js
+++ b/config/api.js
@@ -200,4 +200,14 @@
// APP鐢熶骇鐪嬫澘鈥�
export const ProductionKanban = (data) => http.get('/AppAnalytics/ProductionKanban', {
params: data
+})
+
+// APP鐢熶骇杩涘害鐪嬫澘鍗曟嵁淇℃伅
+export const ProductionScheduleKanban = (data) => http.get('/AppAnalytics/ProductionScheduleKanban', {
+ params: data
+})
+
+// 瀛樿揣妗f涓嬫媺
+export const InventoryTreePermissions = (data) => http.get('/GeneralBasicData/InventoryTreePermissions', {
+ params: data
})
\ No newline at end of file
--
Gitblit v1.9.3