From 10c03846ded137a08fcec70090eb4adde5a13588 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 07 十一月 2024 15:51:44 +0800
Subject: [PATCH] feat:取样员页面提交

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

diff --git a/api/globalApi.js b/api/globalApi.js
index 064c504..5109c00 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -544,6 +544,26 @@
 	getRoute:{
 		url: '/wrzs/guideroutemanage/getGuideRouteByType',
 		method: 'GET'
-	}
+	},
+	downloadExcel:{
+		url:'/wrzs/tmtaskcoal/tmAppStatisticsExcel',
+		method:'GET',
+	},
+	//鐧诲綍涔嬪悗璁板綍淇℃伅鎵�鐢�
+	setApplogonTime:{
+		url:'/wrzs/userentity/setApplogonTime',
+		method:'POST',
+	},
+	//鍙栨牱鍛樿尪鏌ヨ鎻愮叅鍗�
+	inspectedTaskPage:{
+		url:'/wrzs/tmtaskcoal/inspectedTaskPage',
+		method: 'GET'
+	},
+	//纭鍙栨牱
+	updateInspectionStatus:{
+		url:'/wrzs/tmtaskcoal/updateInspectionStatus',
+		method: 'PUT'
+	},
+
 
 }
\ No newline at end of file

--
Gitblit v1.9.1