From 0978691dc9047c7090dca64406f5d0ac027e8df4 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 30 十月 2023 17:59:31 +0800
Subject: [PATCH] 自主配送功能优化 部分功能增删 提煤单详情页面修改

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

diff --git a/api/globalApi.js b/api/globalApi.js
index b41cd20..aef4cce 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -470,5 +470,61 @@
 	scoreDetail: {
 		url: '/wrzs/userintegral/appPage',
 		method: 'GET'
+	},
+	/**
+	 * @description 鏍规嵁鍙告満鍘绘煡璇㈢浉鍏抽�佽揣瀹㈡埛鍒楄〃
+	 */
+	getShipToList: {
+		url: '/wrzs/shipto/getShipToList',
+		method: 'GET'
+	},
+	/**
+	 * @description 淇濆瓨閫佽揣瀹㈡埛
+	 */
+	saveShipTo: {
+		url: '/wrzs/shipto/saveShipTo',
+		method: 'POST'
+	},
+	/**
+	 * @description 鍒犻櫎閫佽揣瀹㈡埛
+	 */
+	deleteShipTo: {
+		url: '/wrzs/shipto/deleteShipTo',
+		method: 'POST'
+	},
+	/**
+	 * @description 鏍规嵁杞︾墝鍙锋煡璇㈢浉鍏崇殑鍗曚綅
+	 */
+	getCarNoByVarieties: {
+		url: '/wrzs/specialvarieties/getCarNoByVarieties',
+		method: 'GET'
+	},
+	/**
+	 * @description 鏍规嵁鍗曚綅鏌ヨ鐩稿叧鐨勪骇鍝�
+	 */
+	getDeptByProductName: {
+		url: '/wrzs/specialvarieties/getDeptByProductName',
+		method: 'GET'
+	},
+	/**
+	 * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満
+	 */
+	getDeptIdByFiledList: {
+		url: '/wrzs/jccoalfiled/getDeptIdByFiledList',
+		method: 'GET'
+	},
+	/**
+	 * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満
+	 */
+	saveDeliveryNote: {
+		url: '/wrzs/tmtaskcoal/saveDeliveryNote',
+		method: 'POST'
+	},
+	/**
+	 * @description 
+	 */
+	getDeptAndProductNameByCustomer: {
+		url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer',
+		method: 'GET'
 	}
 }
\ No newline at end of file

--
Gitblit v1.9.1