取货确认
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<span class="filter_label">物料信息</span>
|
||||
</view>
|
||||
<view class="zd-col-17">
|
||||
<input type="text" class="filter_input" v-model="currentData.material_name" @tap="toJump">
|
||||
<input type="text" class="filter_input" v-model="currentData.material_name">
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
@@ -169,10 +169,12 @@
|
||||
},
|
||||
selectChange (e) {
|
||||
this.index = e
|
||||
this.index2 = ''
|
||||
this._getPdaVehicleCodeBySectCode(e)
|
||||
},
|
||||
selectChange2 (e) {
|
||||
this.index2 = e
|
||||
this._getMaterialSuppByVehicleCode()
|
||||
},
|
||||
selectChange4 (e) {
|
||||
this.index4 = e
|
||||
|
||||
Reference in New Issue
Block a user