From b967789538acda36acd946ec0c989eb113f7db25 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 31 Aug 2024 15:08:07 +0800 Subject: [PATCH] uu --- common/api/order.js | 5 +++++ common/api/url.js | 3 +++ pages/complaint/complaint.vue | 10 +++++----- pages/complaint/edit.vue | 18 +++++++++++------- pages/service/articlelist.vue | 4 ++++ pages/tabBar/sending/sending.vue | 17 +++++++++++++---- pages/user/certification.vue | 4 ++-- 7 files changed, 43 insertions(+), 18 deletions(-) diff --git a/common/api/order.js b/common/api/order.js index 67751f2..02b1b23 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -111,3 +111,8 @@ export const exportWarehouseInTpl = (data = {})=> { export const getWarehouseInList = (data = {})=> { return coreRequest(url.getWarehouseInList, data, {}, "GET") } + +// 扫码下单寄件-checke +export const scanCheckBillCode = (data = {})=> { + return coreRequest(url.scanCheckBillCode, data, {}) +} diff --git a/common/api/url.js b/common/api/url.js index 353045e..5c05a34 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -56,5 +56,8 @@ export default { addComplaints: `/oms2c/emisWaybillComplaints/addComplaints`, // 新增投诉 -- DONE getComplainInfo: `/oms2c/emisWaybillComplaints/getInfoById`, // 投诉详情 -- DONE + scanCheckBillCode: `/oms2c/emisWaybill/scanCheckBillCode`, // 扫码下单寄件-checke -- DONE + + } diff --git a/pages/complaint/complaint.vue b/pages/complaint/complaint.vue index 1bc0263..3e29b1b 100644 --- a/pages/complaint/complaint.vue +++ b/pages/complaint/complaint.vue @@ -9,7 +9,7 @@ - + @@ -17,23 +17,23 @@ - + - + - + - + diff --git a/pages/complaint/edit.vue b/pages/complaint/edit.vue index d8b8476..6d30aad 100644 --- a/pages/complaint/edit.vue +++ b/pages/complaint/edit.vue @@ -2,7 +2,7 @@