|
|
@@ -3,7 +3,7 @@
|
|
|
<uni-nav-bar fixed="true" statusBar="true" left-icon="back" title="库存查询" @clickLeft="back"></uni-nav-bar>
|
|
|
<view class="top-wrapper">
|
|
|
<uni-section>
|
|
|
- <uni-easyinput prefixIcon="search" style="width: 460rpx" v-model="form.keyWord" placeholder="请输入编码/名称">
|
|
|
+ <uni-easyinput prefixIcon="search" style="width: 460rpx" v-model="form.keyWord" placeholder="请输入编码/名称/规格/型号">
|
|
|
</uni-easyinput>
|
|
|
</uni-section>
|
|
|
<view style="display: flex;">
|
|
|
@@ -492,6 +492,7 @@
|
|
|
// },
|
|
|
search() {
|
|
|
this.listData = []
|
|
|
+ this.page = 1
|
|
|
this.getData()
|
|
|
},
|
|
|
getMoreLists() {
|