缓存线盘点

This commit is contained in:
2023-05-19 14:59:02 +08:00
parent 5d7b16c27c
commit c6516a16ff
3 changed files with 14 additions and 20 deletions

View File

@@ -18,14 +18,14 @@
</view>
<view class="search-item filter-item">
<label class="search-label">名称</label>
<view class="filter_input_wraper" @tap="toSearch">
<input type="text" class="search-input-l" v-model="val3">
<view class="filter_input_wraper">
<input type="text" class="search-input-l" v-model="val3" disabled="disabled">
</view>
</view>
<view class="search-item filter-item">
<label class="search-label">规格</label>
<view class="filter_input_wraper" @tap="toSearch">
<input type="text" class="search-input-l" v-model="val4">
<view class="filter_input_wraper">
<input type="text" class="search-input-l" v-model="val4" disabled="disabled">
</view>
</view>
<view class="search-item filter-item">
@@ -97,8 +97,9 @@
this.$store.dispatch('setPublicObj', '')
},
toSearch () {
this.$store.dispatch('setPublicObj', '')
uni.navigateTo({
url: '/pages/management/searchMater?page=p2'
url: '/pages/management/searchMater'
})
},
toSure () {