From 54e734f2ea1152de0f57ab43104c0a233a04e87c Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 14 Jun 2024 13:43:20 +0800 Subject: [PATCH] md --- src/api/emis/emisWaybillAttachment.js | 8 +++++ src/api/emis/emisWaybillProblemInfo.js | 8 +++++ .../emis/customerService/billPicList.vue | 32 ++----------------- .../emis/customerService/problemList.vue | 4 +-- .../emis/customerService/traceRecordList.vue | 15 +++++++-- 5 files changed, 33 insertions(+), 34 deletions(-) diff --git a/src/api/emis/emisWaybillAttachment.js b/src/api/emis/emisWaybillAttachment.js index 6863cecb..a01da535 100644 --- a/src/api/emis/emisWaybillAttachment.js +++ b/src/api/emis/emisWaybillAttachment.js @@ -9,6 +9,14 @@ export function listEmisWaybillAttachment(query) { }) } +export function queryListByBillCode(query) { + return request({ + url: '/emis/emisWaybillAttachment/queryListByBillCode', + method: 'get', + params: query + }) +} + // 查询运单附件详细 export function getEmisWaybillAttachment(id) { return request({ diff --git a/src/api/emis/emisWaybillProblemInfo.js b/src/api/emis/emisWaybillProblemInfo.js index d92ee384..cb285818 100644 --- a/src/api/emis/emisWaybillProblemInfo.js +++ b/src/api/emis/emisWaybillProblemInfo.js @@ -9,6 +9,14 @@ export function listEmisWaybillProblemInfo(query) { }) } +export function queryListByBillCode(query) { + return request({ + url: '/emis/emisWaybillProblemInfo/queryListByBillCode', + method: 'get', + params: query + }) +} + // 查询问题件详细 export function getEmisWaybillProblemInfo(id) { return request({ diff --git a/src/views/emis/customerService/billPicList.vue b/src/views/emis/customerService/billPicList.vue index d0f52516..dc731429 100644 --- a/src/views/emis/customerService/billPicList.vue +++ b/src/views/emis/customerService/billPicList.vue @@ -4,40 +4,12 @@
-