diff --git a/src/views/emis/emisTmsTransPlan/emisTmsTransPlanForm.vue b/src/views/emis/emisTmsTransPlan/emisTmsTransPlanForm.vue index 7e605eed..de1fbf1b 100644 --- a/src/views/emis/emisTmsTransPlan/emisTmsTransPlanForm.vue +++ b/src/views/emis/emisTmsTransPlan/emisTmsTransPlanForm.vue @@ -14,11 +14,11 @@ - + @@ -144,7 +144,7 @@ export default { methods: { initData() { - + this.reset(); if(this.id !=null) { this.loading = true; getEmisTmsTransPlan(this.id).then(response => { @@ -153,7 +153,6 @@ export default { }); }else{ this.form.status="1"; - this.reset(); } }, onStepChange(){ diff --git a/src/views/emis/emisTmsTransPlan/index.vue b/src/views/emis/emisTmsTransPlan/index.vue index f19df8ba..c13468dd 100644 --- a/src/views/emis/emisTmsTransPlan/index.vue +++ b/src/views/emis/emisTmsTransPlan/index.vue @@ -118,12 +118,12 @@ {{scope.row.transLineTypeName}} + {{scope.row.fromCountryName}}---{{ scope.row.countryName }} - diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 96f59c9a..49c4c4c7 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -1,9 +1,9 @@ - - + + - + @@ -17,7 +17,7 @@ v-model="queryParams.billCode" :placeholder="$t('多个流水号逗号或换行隔开')" clearable - :rows="10" + :rows="4" /> @@ -25,21 +25,81 @@ - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 发货时间 + + + + + + + 超时未签收 + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + - - - - - - - - - + + + - + + - - - - - - - - - - 发货时间 - - - - - - - - - 超时未签收 - - - - - - - - - + + - - - - - - - - - - - - - + + + + + + + - + - + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -206,46 +270,31 @@ - - - - - - - - - - - - - - - - - + + + + + + + - - - - - + + + @@ -769,7 +818,9 @@ export default { delFlag: null, remark: null, params:{ - + signStatus:null, + expireNotSign:null, + problemQueryType:null, } }, }; @@ -784,7 +835,7 @@ export default { this.getList(); this.queryOrderType="1"; this.queryOrderDateType="1"; - this.queryExpireNotSign="1" + // this.queryExpireNotSign="1" // 调整表格的高度,不允许滚动 this.$nextTick(function() { @@ -972,6 +1023,9 @@ export default {