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 | 77 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 77 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 64b4925..aef4cce 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -449,5 +449,82 @@ appSaveContact: { url: '/wrzs/tmtaskcoalcontact/appSave', method: 'POST' + }, + /** + * @description 鏌ヨ鏄惁鏈夋鐢ㄦ埛 + */ + phoneAndCard: { + url: '/wrzs/userentity/phoneAndCard', + method: 'GET' + }, + /** + * @description 璇锋眰閫�鍗� + */ + cancelAppoint: { + url: '/wrzs/userOperation/quXiaoQiangDan', + method: 'POST' + }, + /** + * @description 绉垎璇︽儏 + */ + 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