|
|
@@ -10,8 +10,8 @@
|
|
|
|
|
|
<view class="search-container">
|
|
|
<view class="search-box">
|
|
|
- <text class="search-style" @click="changeSearchStyle()">{{ searchStyle == 0 ? '尾号' : '名称' }}</text>
|
|
|
- <input type="text" v-model="searchText" placeholder="客户名称或手机尾号" class="search-input" @input="handleSearch" @focus="clearSearch()" />
|
|
|
+ <text class="search-style" @click="changeSearchStyle()">{{ searchStyle == 0 ? '会员号' : '名称' }}</text>
|
|
|
+ <input type="text" v-model="searchText" placeholder="客户名称或会员号" class="search-input" @input="handleSearch" @focus="clearSearch()" />
|
|
|
<text class="clear-btn" @tap="clearSearch">清空</text>
|
|
|
</view>
|
|
|
<view class="number-keyboard">
|