From ea0056c7464819855c8131d472891f5ffbd1adc2 Mon Sep 17 00:00:00 2001
From: dytyqx <1342948614@qq.com>
Date: 星期二, 07 四月 2026 15:03:07 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue b/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
index e4014cc..9550586 100644
--- a/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
+++ b/src/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue
@@ -2162,16 +2162,48 @@
         transLineNameChange() {
             this.form.HTransType = ''
             this.form.HCarTypeName = ''
+            this.form.HCarTypeID = 0
+            this.form.HContractTransportEntryID = 0
+            this.form.HBeginAddrName = ''
+            this.form.HBeginAddr = 0
+            this.form.HEndAddrName = ''
+            this.form.HEndAddr = 0
+            this.form.HCarTypeMaxVolume = 0
+            this.form.HDistance = 0
+            this.form.HTransportTimes = ''
+            this.form.HTransportTyep = ''
+            this.form.HMoney = 0
             this.transTypeList = []
             this.HCarTypeNameList = []
             this.getTransCost('line')
         },
         transTypeChange() {
             this.form.HCarTypeName = ''
+            this.form.HCarTypeID = 0
+            this.form.HContractTransportEntryID = 0
+            this.form.HBeginAddrName = ''
+            this.form.HBeginAddr = 0
+            this.form.HEndAddrName = ''
+            this.form.HEndAddr = 0
+            this.form.HCarTypeMaxVolume = 0
+            this.form.HDistance = 0
+            this.form.HTransportTimes = ''
+            this.form.HTransportTyep = ''
+            this.form.HMoney = 0
             this.HCarTypeNameList = []
             this.getTransCost('type')
         },
         transHCarChange(val) {
+            this.form.HContractTransportEntryID = 0
+            this.form.HBeginAddrName = ''
+            this.form.HBeginAddr = 0
+            this.form.HEndAddrName = ''
+            this.form.HEndAddr = 0
+            this.form.HCarTypeMaxVolume = 0
+            this.form.HDistance = 0
+            this.form.HTransportTimes = ''
+            this.form.HTransportTyep = ''
+            this.form.HMoney = 0
             let item = this.HCarTypeNameList.find(item => item.id === val);
             this.form.HCarTypeName = item.value
             this.form.HCarTypeID = val

--
Gitblit v1.9.1