仓库编码

This commit is contained in:
2025-03-24 14:17:46 +08:00
parent 377f41e8bf
commit 401e4c01fe
4 changed files with 14 additions and 13 deletions

View File

@@ -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 = ''