From 0bd15917637362c104eb157d5163f65bf9503780 Mon Sep 17 00:00:00 2001
From: wk
Date: 星期六, 14 九月 2024 16:53:14 +0800
Subject: [PATCH] feat:通行证

---
 api/globalApi.js |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 50 insertions(+), 10 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index e97ebb0..1ea4161 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -63,13 +63,13 @@
 		url: '/wrzs/userOperation/getJhOrderPlanDataPage',
 		method: 'GET'
 	},
-	// 璐т唬棣栭〉鍒楄〃
+	// 鎵胯繍鍟嗛椤靛垪琛�
 	// huoDaiList: {
 	// 	url: "/wrzs/wx/huoDaiList",
 	// 	method: "GET"
 	// },
 	/**
-	 * @璐т唬棣栭〉鍒楄〃淇敼
+	 * @鎵胯繍鍟嗛椤靛垪琛ㄤ慨鏀�
 	 */
 	huoDaiList: {
 		url: '/wrzs/userOperation/huoDaiList	',
@@ -166,22 +166,22 @@
 		url: '/wrzs/wx/getUserById',
 		method: 'POST'
 	},
-	//鑾峰彇璐т唬鍒楄〃
+	//鑾峰彇鎵胯繍鍟嗗垪琛�
 	getAllHuoDaiByCustomerId: {
 		url: '/wrzs/wx/getAllHuoDaiByCustomerId',
 		method: 'GET'
 	},
-	//閭�璇疯揣浠�
+	//閭�璇锋壙杩愬晢
 	bindHuoDai: {
 		url: '/wrzs/wx/bindHuoDai',
 		method: 'POST'
 	},
-	//鍒犻櫎璐т唬
+	//鍒犻櫎鎵胯繍鍟�
 	deleteHuoDai: {
 		url: '/wrzs/wx/deleteHuoDai',
 		method: 'POST'
 	},
-	//鑾峰彇璐т唬璇︽儏
+	//鑾峰彇鎵胯繍鍟嗚鎯�
 	getHuoDaiDetail: {
 		url: '/wrzs/wx/getHuoDaiDetail',
 		method: 'GET'
@@ -577,6 +577,10 @@
 		url: '/wrzs/guard/getCheckTaskCoal',
 		method: 'GET'
 	},
+	getAlreadyCheckTaskCoal:{
+		url: '/wrzs/guard/getAlreadyCheckTaskCoal',
+		method: 'GET'
+	},
 	addCheckLog: {
 		url: '/wrzs/guard/addCheckLog',
 		methods: 'POST'
@@ -626,23 +630,28 @@
 		url: '/wrzs/customerSupplier/addDeliveryPlan',
 		methods: 'GET'
 	},
-	// 鎻愪氦閬撹矾杩愯緭璇�
+	// 鎻愪氦鍓ф瘨閫氳璇�
 	
 	addJcroadtransport: {
 		url: '/wrzs/jcroadtransport/add',
 		methods: 'POST'
 	},
-	// 鑾峰彇閬撹矾杩愯緭璇�
+	// 鑾峰彇鍓ф瘨閫氳璇�
 	getDriverListById: {
 		url: '/wrzs/jcroadtransport/getDriverListById',
 		methods: 'GET'
 	},
-	// 鏍规嵁id鏌ユ壘閬撹矾杩愯緭璇�
+	// 鏇存敼鍓ф瘨閫氳璇�
+	putJcroadtransport: {
+		url: '/wrzs/jcroadtransport',
+		methods: 'put'
+	},
+	// 鏍规嵁id鏌ユ壘鍓ф瘨閫氳璇�
 	getById: {
 		url: '/wrzs/jcroadtransport/getById',
 		methods: 'GET'
 	},
-	//妫�鏌ラ亾璺繍杈撹瘉鍙�
+	//妫�鏌ュ墽姣掗�氳璇佸彿
 	checkNumber: {
 		url: '/wrzs/jcroadtransport/checkNumber',
 		methods: 'GET'
@@ -705,5 +714,36 @@
 	getPersonnelType:{
 		url: '/wrzs/yhcustomer',
 		methods: 'PUT'
+	},
+	//杞彂鑾峰彇PVC鍚ㄦ暟鍒楄〃
+	getBuildList:{
+		url: '/wrzs/pvcforward/getBuildList',
+		methods: 'get'
+	},
+	//PVC杞彂璁″垝鎻愪氦
+	
+	allocation:{
+		url: '/wrzs/pvcforward/allocation',
+		methods: 'PUT'
+	},
+	//搴撶鑾峰彇鍘嗗彶閫氱煡鍗�
+	getHistoryTaskCoalList:{
+		url: '/wrzs/warehouse/getHistoryTaskCoalList',
+		methods: 'GET'
+	},
+	//鑾峰彇宸茬‘璁ゆ敹缃氬崟
+	getTodayConfirmedTaskCoalList:{
+		url: '/wrzs/warehouse/getTodayConfirmedTaskCoalList',
+		methods: 'GET'
+	},
+	//鑾峰彇鍙嫾鍗曞徃鏈哄崟
+	getUnclaimedList:{
+		url: '/wrzs/warehouse/getUnclaimedList',
+		methods: 'GET'
+	},
+	//鍙告満鎺ュ崟
+	splicingOrders:{
+		url: '/wrzs/warehouse/splicingOrders',
+		methods: 'POST'
 	}
 }
\ No newline at end of file

--
Gitblit v1.9.1