From e74c0ef64462be17ca25bcc89d7c2f7bc2a6327a Mon Sep 17 00:00:00 2001 From: liuyp Date: Thu, 6 Jun 2024 09:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98=E4=BB=B6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orderEntryAndReceiptPictureManagement.vue | 32 ++++++++++++-- .../centralProblemInquiry.vue | 44 ++++--------------- .../receivedProblemInquiries.vue | 13 +++++- .../registrationProblemInquiry.vue | 14 ++++-- 4 files changed, 59 insertions(+), 44 deletions(-) diff --git a/src/views/emis/emisWaybill/orderEntryAndReceiptPictureManagement.vue b/src/views/emis/emisWaybill/orderEntryAndReceiptPictureManagement.vue index f2fc893c..1cd21cdb 100644 --- a/src/views/emis/emisWaybill/orderEntryAndReceiptPictureManagement.vue +++ b/src/views/emis/emisWaybill/orderEntryAndReceiptPictureManagement.vue @@ -8,7 +8,7 @@
运单号 - 订单号 +
this.queryParams,", this.queryParams); - let queryParams = Object.assign({},this.queryParams); + // let queryParams = Object.assign({},this.queryParams); + let queryParams=deepClone(this.queryParams); + // if(queryParams.billCode){ + // if(this.queryParams.params.queryOrderType != "1"){ + // queryParams.orderSn=formatSearchStr(queryParams.billCode); + // queryParams.billCode=null; + // }else{ + // // 处理子单号 + // let qBillCode=formatSearchStr(queryParams.billCode); + // let billArr = qBillCode.split(","); + // let newBillCodeStr=""; + // billArr.forEach(item=>{ + // if(item.startsWith("T")){ + // let mainBillCode=item.substr(0,14); + // newBillCodeStr=newBillCodeStr+mainBillCode+","; + // }else{ + // newBillCodeStr=newBillCodeStr+item+","; + // } + // }); + // queryParams.billCode=newBillCodeStr; + + // } + // } + if (null != this.dateTimeRange && '' != this.dateTimeRange) { queryParams.params.beginCreateTime = dateToStr(new Date(this.dateTimeRange[0])); queryParams.params.endCreateTime = dateToStr(new Date(this.dateTimeRange[1])); @@ -256,7 +279,8 @@ export default { queryParams.orderSN=this.queryParams.billCode; queryParams.billCode=null; } - + // queryParams.billCode=null + // queryParams.params.billCode="T7080300008583,T7080300008599" listEmisWaybillAttachment(queryParams).then(response => { this.attachmentList = []; this.loading = false; diff --git a/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue b/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue index ae271121..436ebf1a 100644 --- a/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue +++ b/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue @@ -11,13 +11,6 @@ 订单号 - - + - - - @@ -75,29 +65,6 @@ - @@ -334,6 +301,13 @@ export default { this.tableHeight = window.innerHeight - tableH; }); }, + mounted() { + const end = new Date() + const start = new Date() + start.setHours(0,0,0,0) + end.setHours(23,59,59,0) + this.dateTimeRange=[start,end]; + }, methods: { /** 查询扫描记录列表 */ getList() { @@ -358,7 +332,7 @@ export default { } // listEmisTmsScanRecord(this.queryParams).then(response => { // listEmisWaybillProblemInfo(this.queryParams).then(response => { - listEmisWaybill(this.queryParams).then(response => { + listEmisWaybillProblemInfo(this.queryParams).then(response => { this.emisElectronicPagApplyList = []; // this.total = 0; this.loading = false; diff --git a/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue b/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue index 47cb0e30..50b15c93 100644 --- a/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue +++ b/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue @@ -29,7 +29,7 @@ - + @@ -239,6 +239,7 @@