This commit is contained in:
2025-09-12 11:01:46 +08:00
parent fe0dbbf8ac
commit 088946e2ad
5 changed files with 20 additions and 15 deletions

View File

@@ -22,10 +22,10 @@
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label filter_input_disabled">料桶号</span>
<span class="filter_label">料桶号</span>
</view>
<view class="zd-col-24 filter_select">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.storagevehicle_code" @tap="toJump">
<input type="text" class="filter_input" v-model="currentData.storagevehicle_code" @tap="toJump">
</view>
</view>
<view class="zd-row border-bottom">
@@ -140,7 +140,7 @@
methods: {
toJump () {
uni.navigateTo({
url: '/pages/ftdl/wl-list?title=查询物料&sectcode=' + this.index
url: '/pages/zw/wl-list?title=查询物料&sectcode=' + this.index
})
},
async _getPdaCallMaterialSect () {