diff --git a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue index 189676ef..f8411c80 100644 --- a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue +++ b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue @@ -42,7 +42,7 @@ - + @@ -1532,7 +1532,7 @@ export default { }, deep: true }, - + }, created() { @@ -2209,6 +2209,13 @@ export default { } }, + handleTransLineChange(val){ + if(val){ + this.form.productType = val.productType; + } + this.calcBillFee(); + } + } };