From 094bff4f727d2fd2c6cf5a923d76782aa3f8010a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 29 四月 2024 16:09:57 +0800
Subject: [PATCH] 1.圣沣 移动端 新增
---
config/api.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/config/api.js b/config/api.js
index 82a7fd0..55be13f 100644
--- a/config/api.js
+++ b/config/api.js
@@ -11,6 +11,8 @@
export const LoginSave = (data) => http.get('/Login/LoginAppSave', data)
// 寮哄埗涓嬬嚎鎺ュ彛
export const ForcedOffline = (data, config = {}) => http.post('/Login/ForcedOffline', data, config)
+// App鐗堟湰鍗囩骇鎺ュ彛
+export const AppUpgrade = () => http.post('/Login/AppUpgrade')
// 鐧诲嚭
export const LoginOut = (data, config = {}) => http.post('/Login/LoginOut', data, config)
// 鏌ヨ鐧诲綍鑿滃崟
@@ -200,4 +202,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