仓库编码
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<view class="zd-col-16">
|
||||
<search-box
|
||||
v-model="val2"
|
||||
@handleChange="handleChange2"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
@@ -129,6 +130,11 @@
|
||||
this.val3 = this.currentData.qty
|
||||
}
|
||||
},
|
||||
handleChange2 (e) {
|
||||
if (e && e.charAt(0).toUpperCase() === 'T') {
|
||||
this.index ='FStockPallet'
|
||||
}
|
||||
},
|
||||
toEmpty () {
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
|
||||
Reference in New Issue
Block a user