From a0ecf9d3bb1b0e6df117bc8c514a54ce49cc3219 Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期日, 17 九月 2023 10:07:39 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
CanadaMes-ui/src/api/home.js | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index 0f4e344..fa70d72 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -43,9 +43,9 @@
})
}
-export function UpdateTask(types,shelfrack) {
+export function UpdateTask(types,glassid,shelfrack) {
return request({
- url: '/home/UpdateTask?types=' + types + '&shelfrack='+shelfrack,
+ url: '/home/UpdateTask?types=' + types + '&glassid='+glassid+'&shelfrack='+shelfrack,
method: 'get',
data :""
})
@@ -58,3 +58,27 @@
data :""
})
}
+
+export function SelectCageInfo(cage) {
+ return request({
+ url: '/home/SelectCageInfo?cage='+cage,
+ method: 'get',
+ data :""
+ })
+}
+
+export function DeleteByGlassID(glassid) {
+ return request({
+ url: '/home/DeleteByGlassID?glassid='+glassid,
+ method: 'get',
+ data :""
+ })
+}
+
+export function OutByGlassID(glassid) {
+ return request({
+ url: '/home/OutByGlassID?glassid='+glassid,
+ method: 'get',
+ data :""
+ })
+}
--
Gitblit v1.8.0