修改
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user