仓库编码

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

@@ -65,7 +65,7 @@
<span class="filter_label">载具编码</span>
</view>
<view class="zd-col-24">
<search-box v-model="currentData.vehicle_code"/>
<search-box v-model="currentData.vehicle_code" @handleChange="handleChange" />
</view>
</view>
<view class="zd-row border-bottom">
@@ -139,6 +139,11 @@
url: '/pages/common/mater-list?title=查询物料'
})
},
handleChange (e) {
if (e && e.charAt(0).toUpperCase() === 'T') {
this.index ='FStockPallet'
}
},
toEmpty () {
this.currentData = {}
this.index = ''

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