From 927e4a7caf46bd073c65ce3b8f14dc1f1582c519 Mon Sep 17 00:00:00 2001
From: wk
Date: 星期四, 14 十一月 2024 15:56:11 +0800
Subject: [PATCH] feat:车货总重最大载重增加判断

---
 api/globalApi.js |   45 ++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index aef4cce..5109c00 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -278,7 +278,10 @@
 		url: '/wrzs/jccoalweighhouse/getUpperPound',
 		method: 'GET'
 	},
-
+	getWeighHouse1: {
+		url: '/wrzs/jccoalweighhouse/getWeighHouse',
+		method: 'GET'
+	},
 	// 鎻愮叅鍗曟棩蹇楁煡璇�
 	coalDayPage: {
 		url: '/wrzs/tmtaskcoallog/getTmId',
@@ -514,7 +517,7 @@
 		method: 'GET'
 	},
 	/**
-	 * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満
+	 * @description 纭鑷富鍒涘缓
 	 */
 	saveDeliveryNote: {
 		url: '/wrzs/tmtaskcoal/saveDeliveryNote',
@@ -526,5 +529,41 @@
 	getDeptAndProductNameByCustomer: {
 		url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer',
 		method: 'GET'
-	}
+	},
+	// 鍦哄唴鎺ュ崟
+	insideConnect: {
+		url: '/wrzs/tmtaskcoal/insideConnect',
+		methods: 'POST'
+	},
+	//"鐓や粨瑙嗛鍦板潃"
+	useEqCodeGetCameraUrl: {
+		url: '/wrzs/jcequipment/useEqCodeGetCameraUrl',
+		method: 'GET'
+	},
+	//'鑾峰彇璺嚎鈥�
+	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