取货确认

This commit is contained in:
2025-08-21 15:04:57 +08:00
parent 3a43e50e15
commit aae2809dec
3 changed files with 11 additions and 2 deletions

View File

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