This commit is contained in:
2025-06-13 15:38:25 +08:00
parent 51e53c075f
commit 647072a00e
3 changed files with 40 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
<span class="filter_label">载具编码</span>
</view>
<view class="zd-col-17">
<search-box v-model="vehicleCode" @handleChange="handleChange"/>
<search-box v-model="vehicleCode" @handleChange="handleChange" @handleDel="toEmpty"/>
</view>
</view>
<view class="zd-row border-bottom">
@@ -174,6 +174,9 @@
toEmpty () {
this.currentData = {}
this.vehicleCode = ''
this.sWeight = null
this.pcsn = null
this.qty = null
this.storCode = null
this.disabled = false
},