From 93a52286675c6757bdae20b23583884ddc8c7d73 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 11 Jun 2024 21:26:55 +0800 Subject: [PATCH] md --- src/api/emis/emisTmsScanRecord.js | 8 + src/api/emis/emisWaybill.js | 8 + .../emis/customerService/billPicList.vue | 102 +---- .../emis/customerService/traceRecordList.vue | 4 +- .../customerService/waybillTracking copy.vue | 393 ------------------ .../emis/customerService/waybillTracking.vue | 4 +- .../emisWaybill/waybillDetailReadOnly.vue | 9 +- src/views/emis/emisWaybill/waybillRecord.vue | 2 +- 8 files changed, 33 insertions(+), 497 deletions(-) delete mode 100644 src/views/emis/customerService/waybillTracking copy.vue diff --git a/src/api/emis/emisTmsScanRecord.js b/src/api/emis/emisTmsScanRecord.js index a6442ede..248dcef3 100644 --- a/src/api/emis/emisTmsScanRecord.js +++ b/src/api/emis/emisTmsScanRecord.js @@ -18,6 +18,14 @@ export function queryWaybillTraceInfo(appId,trackingNo,lang,sign) { }) } +export function getTraceListByBillCode(query) { + return request({ + url: '/emis/emisTmsScanRecord/getTraceListByBillCode', + method: 'get', + params:query + }) +} + // 签收异常数据对比 export function queryStatList(query){ return request({ diff --git a/src/api/emis/emisWaybill.js b/src/api/emis/emisWaybill.js index 302e43e0..bc198a53 100644 --- a/src/api/emis/emisWaybill.js +++ b/src/api/emis/emisWaybill.js @@ -17,6 +17,14 @@ export function listSimpleEmisWaybill(query) { }) } +export function selectEmisWaybillByMutiBillCode(query) { + return request({ + url: '/emis/emisWaybill/selectEmisWaybillByMutiBillCode', + method: 'get', + params: query + }) +} + // 检查单号是否已存在 diff --git a/src/views/emis/customerService/billPicList.vue b/src/views/emis/customerService/billPicList.vue index d73d5915..d0f52516 100644 --- a/src/views/emis/customerService/billPicList.vue +++ b/src/views/emis/customerService/billPicList.vue @@ -1,12 +1,10 @@ - - diff --git a/src/views/emis/customerService/waybillTracking.vue b/src/views/emis/customerService/waybillTracking.vue index d32204b4..e050088b 100644 --- a/src/views/emis/customerService/waybillTracking.vue +++ b/src/views/emis/customerService/waybillTracking.vue @@ -46,7 +46,7 @@