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 | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index b63aef2..fa70d72 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -42,3 +42,43 @@
data :""
})
}
+
+export function UpdateTask(types,glassid,shelfrack) {
+ return request({
+ url: '/home/UpdateTask?types=' + types + '&glassid='+glassid+'&shelfrack='+shelfrack,
+ method: 'get',
+ data :""
+ })
+}
+
+export function SelectAlarmmgInfo() {
+ return request({
+ url: '/home/SelectAlarmmgInfo',
+ method: 'get',
+ 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