|
@@ -4,7 +4,7 @@
|
|
|
<view class="sTopBox">
|
|
|
<view class="searchInputBox" >
|
|
|
<image src="../../static/img/icon_search.png" mode="" class="simg"></image>
|
|
|
- <input v-model="value" type="text" placeholder="请输入商品"
|
|
|
+ <input v-model="value" type="text" placeholder="请输入商品型号"
|
|
|
placeholder-class="ip" class="ssinput" @confirm="searchFn" focus>
|
|
|
<image src="../../static/img/icon_search_del.png" mode="" class="search_del" @click="searchDel"></image>
|
|
|
</view>
|
|
@@ -115,6 +115,9 @@
|
|
|
this.pageIndex=1
|
|
|
this.queryMaintainPartList()
|
|
|
},
|
|
|
+ searchDel(){
|
|
|
+ this.value=''
|
|
|
+ },
|
|
|
searchFn(){
|
|
|
this.MaintainPartList=[];
|
|
|
this.pageIndex=1
|
|
@@ -459,6 +462,7 @@ color: #FFFFFF;font-size: 28rpx;padding-left: 16rpx;
|
|
|
width: 36rpx;height: 36rpx;padding-top: 23rpx;padding-bottom: 10px;padding-right: 10rpx;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
+ z-index: 11;
|
|
|
}
|
|
|
.simg{
|
|
|
width: 36rpx;height: 34rpx;margin-top: 23rpx;margin-left:30rpx;
|