From 1c7c01de4fa7dcec3b978d21f98217260216f7e0 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 20 六月 2024 16:26:11 +0800 Subject: [PATCH] fix:库管点击确认装卸报错 --- api/globalApi.js | 100 +++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 90 insertions(+), 10 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 6449e9a..c8da998 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -8,7 +8,7 @@ // 鎻愮叅鍗� // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan: { - url: '/wrzs/wx/getOrderPlan', + url: '/wrzs/customerSupplier/getOrderPlan', method: 'GET' }, //鑾峰彇鍙戣繍璁″垝璇︽儏 @@ -85,7 +85,7 @@ * @鍙告満棣栭〉鍒楄〃淇敼 */ qiangDanList: { - url: '/wrzs/userOperation/qiangDanList', + url: '/wrzs/app/driver/qiangDanList', 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' }, @@ -260,7 +264,8 @@ * @绉伴噸 */ saveWeigh: { - url: '/wrzs/userOperation/saveWeigh', + // url: '/wrzs/userOperation/saveWeigh', + url:'/wrzs/app/driver/saveWeigh', method: 'POST' }, // 鑾峰彇绉伴噸淇℃伅 @@ -561,19 +566,19 @@ * @description 鎴戞潵閫佽揣 */ myDelivery:{ - url: '/wrzs/jhorderplan/myDelivery', + url: '/wrzs/jhorderplan', method: 'GET' }, saveMyDelivery: { - url: '/wrzs/tmtaskcoal/saveMyDelivery', + url: '/wrzs/app/driver/saveMyDelivery', methods: 'POST' }, getCheckTaskCoal:{ - url: '/wrzs/tmtaskcoal/getCheckTaskCoal', + url: '/wrzs/guard/getCheckTaskCoal', method: 'GET' }, addCheckLog: { - url: '/wrzs/tmtaskcoallog/addCheckLog', + url: '/wrzs/guard/addCheckLog', methods: 'POST' }, saveDriverDocs: { @@ -600,5 +605,80 @@ 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' + }, + // 鏍规嵁id鏌ユ壘閬撹矾杩愯緭璇� + getById: { + url: '/wrzs/jcroadtransport/getById', + methods: 'GET' + }, + //妫�鏌ラ亾璺繍杈撹瘉鍙� + checkNumber: { + url: '/wrzs/jcroadtransport/checkNumber', + methods: 'GET' + }, + //搴撶鑾峰彇鏃ヨ鍒� + getMyPlanListByBunkerId:{ + url:'/wrzs/warehouse/getMyPlanListByBunkerId', + methods:'GET' + }, + //鏌ョ湅璇︽儏 + getTmOrderById: { + url: '/wrzs/tmtaskcoal', + methods: 'GET' + }, + //纭瑁呭嵏 + confirmLoadAndUnload:{ + url: '/wrzs/warehouse/confirmLoadAndUnload', + methods: 'POST' + }, + //鏌ョ湅鍘熺洂閽欓晛 + getQualityResultEachCustomer:{ + url: '/wrzs/warehouse/getQualityResultEachCustomer', + methods: 'GET' + }, + + getMyEscortList: { + url: '/wrzs/app/driver/getMyEscortList', + methods: 'GET' + }, + saveMyEscort:{ + url: '/wrzs/app/driver/saveMyEscort', + methods: 'POST' + }, + //淇敼鎻愮叅鍗� + tmtaskCoalPut:{ + url: '/wrzs/tmtaskcoal', + methods: 'PUT' + }, + //濉啓闆嗚绠卞彿 + addContainer:{ + url: '/wrzs/app/driver/addContainer', + methods: 'PUT' + }, } \ No newline at end of file -- Gitblit v1.9.1