|
@@ -2,12 +2,12 @@
|
|
|
<view class="app-main app-content">
|
|
<view class="app-main app-content">
|
|
|
<view class="input-wrap_box">
|
|
<view class="input-wrap_box">
|
|
|
|
|
|
|
|
- <view @click="setSearchType" style="font-size:30upx;margin-right:10upx;color:#666666">
|
|
|
|
|
- <text>{{searchTypeName}}</text>
|
|
|
|
|
- <i class="iconfont iconsanjiao_xia"></i>
|
|
|
|
|
|
|
+ <view @click="changeType" style="font-size:30upx;margin-right:10upx;color:#666666">
|
|
|
|
|
+ <text>{{searchTypeName}}</text>
|
|
|
|
|
+ <i class="iconfont iconsanjiao_xia"></i>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view> <AppSearchModule placeholder="输入拼音首字母搜索" @input="searchFn"/> </view>
|
|
|
|
|
|
|
+ <view> <AppSearchModule placeholder="这里搜索" @input="searchFn"/> </view>
|
|
|
|
|
|
|
|
<view class="select-dn_bx">
|
|
<view class="select-dn_bx">
|
|
|
<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" defaultShowName='时间' />
|
|
<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" defaultShowName='时间' />
|
|
@@ -296,7 +296,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
- setSearchType(){
|
|
|
|
|
|
|
+ changeType(){
|
|
|
let that = this
|
|
let that = this
|
|
|
uni.showActionSheet({
|
|
uni.showActionSheet({
|
|
|
itemList: ['搜索类型:', '客户', '编号'],
|
|
itemList: ['搜索类型:', '客户', '编号'],
|