From e47aa1b3ca12923e194d6e88187d2ecdb29eb186 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 05 十二月 2023 16:09:04 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
CanadaMes-ui/src/api/home.js | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index 22841f0..64fb220 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -173,9 +173,9 @@
})
}
-export function DeleteProductionQueueGlass(id) {
+export function DeleteProductionQueueGlass(FrameNo) {
return request({
- url: '/home/DeleteProductionQueueGlass?id='+id,
+ url: '/home/DeleteProductionQueueGlass?FrameNo='+FrameNo,
method: 'post',
data: ""
})
@@ -189,11 +189,20 @@
})
}
-export function isAllowQueues(isAllowQueue) {
+export function isAllowQueues(isAllowQueue,data) {
return request({
- url: '/home/AddOutSliceS?isAllowQueue'+isAllowQueue,
+ url: '/home/isAllowQueues?isAllowQueue=' + isAllowQueue,
+ method: 'post',
+ data
+ })
+}
+
+export function isConfirmStates(isConfirmStates) {
+ return request({
+ url: '/home/isConfirmStates?isConfirmStates=' + isConfirmStates,
method: 'post',
data:""
})
}
+
--
Gitblit v1.8.0