From 04a9c3c671a17dc73305b412ae24d3f35d63cfcc Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 21 五月 2024 10:07:36 +0800 Subject: [PATCH] feat:沧化库管代码提交 --- api/globalApi.js | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 103 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 64b4925..f9e7ec8 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', @@ -449,5 +452,104 @@ 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' + }, + // 鍦哄唴鎺ュ崟 + 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' } + } \ No newline at end of file -- Gitblit v1.9.1