From 0258088b4e7751431080a1b47e7bc2af18031bbf Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 04 十二月 2023 08:59:01 +0800
Subject: [PATCH] 更新主界面功能

---
 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