From 09f598294949f96d91cdf0f583ce10862131b6f5 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 15 十月 2024 16:11:21 +0800
Subject: [PATCH] feat:去除液氯限制

---
 api/globalApi.js |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 5952d81..486b62d 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -581,6 +581,25 @@
 		url: '/wrzs/guard/getAlreadyCheckTaskCoal',
 		method: 'GET'
 	},
+	//涓存椂鍙告満鍒楄〃
+	getTemporaryEntryInspectionList:{
+		url: '/wrzs/guard/getTemporaryEntryInspectionList',
+		method: 'GET'
+	},
+	//涓存椂鍙告満鍑哄巶鍒楄〃
+	getTemporaryEntryOutInspectionList:{
+		url: '/wrzs/guard/getTemporaryEntryOutInspectionList',
+		method: 'GET'
+	},
+	//涓存椂鍙告満妫�鏌�
+	temporaryEntryConfirmation:{
+		url: '/wrzs/guard/temporaryEntryConfirmation',
+		method: 'POST'
+	},
+	temporaryentryinspection:{
+		url: '/wrzs/temporaryentryinspection',
+		method: 'PUT'
+	},
 	addCheckLog: {
 		url: '/wrzs/guard/addCheckLog',
 		methods: 'POST'
@@ -749,5 +768,15 @@
 	splicingOrders:{
 		url: '/wrzs/warehouse/splicingOrders',
 		methods: 'POST'
+	},
+	//渚涘簲鍟嗚幏鍙栧悎鍗¤鍗�
+	getCloseOrderList:{
+		url: '/wrzs/tmorder/getCloseOrderList',
+		methods: 'get'
+	},
+	//淇敼纭瑁呭嵏
+	confirmLoadAndUnloadModify:{
+		url: '/wrzs/warehouse/confirmLoadAndUnloadModify',
+		methods: 'POST'
 	}
 }
\ No newline at end of file

--
Gitblit v1.9.1