仓库编码
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
@@ -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