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 | 73 +++++++++++++++++++++++++++++++-----
1 files changed, 62 insertions(+), 11 deletions(-)
diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index 4a35acf..64fb220 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -21,13 +21,6 @@
})
}
-export function loadtask(type) {
- return request({
- url: '/home/loadinout?types=' + type,
- method: 'get',
- })
-}
-
export function InsertOrder(orderid) {
return request({
url: '/home/InsertOrder?orderid=' + orderid,
@@ -132,11 +125,11 @@
})
}
-export function InsertQueueGlassId(glassid, id) {
+export function InsertQueueGlassId(id,data) {
return request({
- url: '/home/InsertQueueGlassId?glassid=' + glassid + '&id=' + id,
+ url: '/home/InsertQueueGlassId?id=' + id,
method: 'post',
- data: ""
+ data
})
}
@@ -154,4 +147,62 @@
method: 'post',
data: ""
})
-}
\ No newline at end of file
+}
+
+export function SelectGlassNo(orderid) {
+ return request({
+ url: '/home/SelectGlassNo?orderid=' + orderid,
+ method: 'post',
+ data: ""
+ })
+}
+
+export function SelectAluminumFrameInfoById(FrameBarcode) {
+ return request({
+ url: '/home/SelectAluminumFrameInfoById?FrameBarcode=' + FrameBarcode,
+ method: 'post',
+ data: ""
+ })
+}
+
+export function SelectProductionqueue() {
+ return request({
+ url: '/home/SelectProductionqueue',
+ method: 'post',
+ data: ""
+ })
+}
+
+export function DeleteProductionQueueGlass(FrameNo) {
+ return request({
+ url: '/home/DeleteProductionQueueGlass?FrameNo='+FrameNo,
+ method: 'post',
+ data: ""
+ })
+}
+
+export function AddOutSliceS(data) {
+ return request({
+ url: '/home/AddOutSliceS',
+ method: 'post',
+ data
+ })
+}
+
+export function isAllowQueues(isAllowQueue,data) {
+ return request({
+ 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