优化
This commit is contained in:
@@ -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=查询物料§code=' + this.index
|
||||
url: '/pages/zw/wl-list?title=查询物料§code=' + this.index
|
||||
})
|
||||
},
|
||||
async _getPdaCallMaterialSect () {
|
||||
|
||||
Reference in New Issue
Block a user