From eab888fdae1e2997d9c95a68733b6acaffd58bc5 Mon Sep 17 00:00:00 2001 From: wk Date: 星期四, 06 六月 2024 14:35:05 +0800 Subject: [PATCH] feta:保安更改 --- api/globalApi.js | 130 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 125 insertions(+), 5 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index aef4cce..4cb1232 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -8,7 +8,7 @@ // 鎻愮叅鍗� // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan: { - url: '/wrzs/wx/getOrderPlan', + url: '/wrzs/customerSupplier/getOrderPlan', method: 'GET' }, //鑾峰彇鍙戣繍璁″垝璇︽儏 @@ -98,7 +98,7 @@ * @鎶㈠崟淇敼 */ qiangDan: { - url: '/wrzs/userOperation/qiangDan', + url: '/wrzs/app/driver/qiangDan', method: 'POST' }, @@ -119,6 +119,10 @@ url: '/wrzs/userOperation/yuYueList', method: 'GET' }, + driverYuYueList: { + url: '/wrzs/app/driver/yuYueAPPList', + method: 'GET' + }, //棰勭害 // yuYue: { @@ -129,7 +133,7 @@ * @棰勭害淇敼 */ yuYue: { - url: '/wrzs/userOperation/yuYue', + url: '/wrzs/app/driver/yuYue', method: 'POST' }, @@ -278,7 +282,10 @@ url: '/wrzs/jccoalweighhouse/getUpperPound', method: 'GET' }, - + getWeighHouse1: { + url: '/wrzs/jccoalweighhouse/getWeighHouse', + method: 'GET' + }, // 鎻愮叅鍗曟棩蹇楁煡璇� coalDayPage: { url: '/wrzs/tmtaskcoallog/getTmId', @@ -514,7 +521,7 @@ method: 'GET' }, /** - * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満 + * @description 纭鑷富鍒涘缓 */ saveDeliveryNote: { url: '/wrzs/tmtaskcoal/saveDeliveryNote', @@ -526,5 +533,118 @@ 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', + method: 'GET' + }, + saveMyDelivery: { + url: '/wrzs/app/driver/saveMyDelivery', + methods: 'POST' + }, + getCheckTaskCoal:{ + url: '/wrzs/guard/getCheckTaskCoal', + method: 'GET' + }, + addCheckLog: { + url: '/wrzs/guard/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' + }, + //瀹㈡埛鏃ヨ鍒掕幏鍙栬鍗� + getOrderList: { + url: '/wrzs/tmorder/getOrderList', + methods: 'GET' + }, + //瀹㈡埛鑾峰彇鍒涘缓鏃ヨ鍒掕鍗� + getAppOrderList:{ + url: '/wrzs/customerSupplier/getAppOrderList', + methods: 'GET' + }, + //瀹㈡埛鍒涘缓鏃ヨ鍒� + addDeliveryPlan:{ + url: '/wrzs/customerSupplier/addDeliveryPlan', + methods: 'GET' + }, + // 鎻愪氦閬撹矾杩愯緭璇� + + addJcroadtransport: { + url: '/wrzs/jcroadtransport/add', + methods: 'POST' + }, + // 鑾峰彇閬撹矾杩愯緭璇� + getDriverListById: { + url: '/wrzs/jcroadtransport/getDriverListById', + methods: 'GET' + }, + //搴撶鑾峰彇鏃ヨ鍒� + getMyPlanListByBunkerId:{ + url:'/wrzs/warehouse/getMyPlanListByBunkerId', + methods:'GET' + }, + //鏌ョ湅璇︽儏 + getTmOrderById: { + url: '/wrzs/tmtaskcoal', + methods: 'GET' + }, + //纭瑁呭嵏 + confirmLoadAndUnload:{ + url: '/wrzs/warehouse/confirmLoadAndUnload', + methods: 'POST' } + } \ No newline at end of file -- Gitblit v1.9.1