diff --git a/src/components/DatePickerAdv/elDateAdvPicker.vue b/src/components/DatePickerAdv/elDateAdvPicker.vue index 481085f9..c076203e 100644 --- a/src/components/DatePickerAdv/elDateAdvPicker.vue +++ b/src/components/DatePickerAdv/elDateAdvPicker.vue @@ -164,6 +164,7 @@ export default { }, watch: { value(newVal) { + debugger; this.datetimeRange = newVal; }, datetimeRange(newVal, oldVal) { diff --git a/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue b/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue index b0bba2b8..59530351 100644 --- a/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue +++ b/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue @@ -234,7 +234,7 @@ export default { params:{ queryOrderType:"1" },//扩展参数 - dateTimeRange:{}, + dateTimeRange:[], // scanSite:null, queryType:"1",// 选择运单类型,默认为 运单号:1,订单号:2 // scanType:"", @@ -357,6 +357,15 @@ export default { this.modifyParams.scanManCode=item.empCode; // this.modifyParams.scanManPhone=item.scanManPhone; }, + onCountrySelect(item){ + if(item){ + this.form.countryName=item.name; + this.form.countryCode=item.code; + }else{ + this.form.countryName=null; + this.form.countryCode=null; + } + }, //删除 clearSelectionBatch(){ let newList =[]; diff --git a/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue b/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue index 1f06fd79..efc0834b 100644 --- a/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue +++ b/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue @@ -1,40 +1,43 @@ + + + + + - - - - + - - - - + + + + + + + + + + @@ -110,11 +126,11 @@ - + - + @@ -166,17 +182,13 @@