From 9712612006f32a133eb93f7ce574b7fbf18fcc2c Mon Sep 17 00:00:00 2001
From: wk
Date: 星期三, 22 五月 2024 17:21:12 +0800
Subject: [PATCH] feat:购买证

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

diff --git a/api/globalApi.js b/api/globalApi.js
index c770291..6449e9a 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -517,7 +517,7 @@
 		method: 'GET'
 	},
 	/**
-	 * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満
+	 * @description 纭鑷富鍒涘缓
 	 */
 	saveDeliveryNote: {
 		url: '/wrzs/tmtaskcoal/saveDeliveryNote',
@@ -529,5 +529,76 @@
 	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'
+	},
+
+	//搴撶鑾峰彇浠撳簱
+	getWarehouseList:{
+		url: '/wrzs/warehouse/getMyWarehouseList',
+		method: 'GET'
+	},
+	//鑾峰彇浠撳簱涓嬬殑鏀跺彂鍗�
+		getTaskCoalListByBunkerId:{
+		url: '/wrzs/warehouse/getMyTaskCoalListByBunkerId',
+		method: 'GET'
+	},
+
+	/**
+	 * @description 鎴戞潵閫佽揣
+	 */
+	myDelivery:{
+		url: '/wrzs/jhorderplan/myDelivery',
+		method: 'GET'
+	},
+	saveMyDelivery: {
+		url: '/wrzs/tmtaskcoal/saveMyDelivery',
+		methods: 'POST'
+	},
+	getCheckTaskCoal:{
+		url: '/wrzs/tmtaskcoal/getCheckTaskCoal',
+		method: 'GET'
+	},
+	addCheckLog: {
+		url: '/wrzs/tmtaskcoallog/addCheckLog',
+		methods: 'POST'
+	},
+	saveDriverDocs: {
+		url: '/wrzs/userentity/saveDriverDocs',
+		methods: 'POST'
+	},
+	// 鑾峰彇浜у搧琛�
+	getProductTree:{
+		url: '/wrzs/jcproduct/getProductTree',
+		method: 'GET'
+	},
+	/**
+	 * @description 璐拱璇�
+	 */
+	addBuycard: {
+		url: '/wrzs/buycard',
+		methods: 'POST'
+	},
+	getBuyCardList: {
+		url: '/wrzs/buycard/getBuyCardList',
+		methods: 'GET'
+	},
+	// 娉ㄥ唽
+	registerDriver: {
+		url: '/wrzs/userentity/registerDriver',
+		methods: 'GET'
 	}
 }
\ No newline at end of file

--
Gitblit v1.9.1