From de0dfeda49809995f1a8ca336462e0c92e185510 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Fri, 15 Aug 2025 14:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=82=B9=E8=B4=B9=E7=94=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=EF=BC=8C=E8=B0=83=E6=95=B4=E7=BA=BF=E8=B7=AF=EF=BC=8C?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=BD=AE=E7=A9=BA=E9=87=8D=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybillAjustApply/adjustPanel.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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(); + } + } };