update: 批量更新search 清空搜索功能
This commit is contained in:
parent
5f51299b98
commit
06fb6cf294
|
@ -7,6 +7,7 @@
|
||||||
:placeholder="`请输入${isShipment? '客户' : '供应商'}名称 / 卡号搜索`"
|
:placeholder="`请输入${isShipment? '客户' : '供应商'}名称 / 卡号搜索`"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
<view class="dialog-product-layout">
|
<view class="dialog-product-layout">
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
placeholderColor="#C1C1C1"
|
placeholderColor="#C1C1C1"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
:placeholder="`请输入${isShipment? '客户' : '供应商'}名称 / 卡号搜索`"
|
:placeholder="`请输入${isShipment? '客户' : '供应商'}名称 / 卡号搜索`"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
<view class="dialog-product-layout">
|
<view class="dialog-product-layout">
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="handleAdd()"> 创建 </view>
|
<view class="btn" @click="handleAdd()"> 创建 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="handleAdd()"> 创建 </view>
|
<view class="btn" @click="handleAdd()"> 创建 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
<page-view
|
<page-view
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="handleAdd()"> 创建 </view>
|
<view class="btn" @click="handleAdd()"> 创建 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
<page-view
|
<page-view
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="handleAdd()"> 创建 </view>
|
<view class="btn" @click="handleAdd()"> 创建 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="addSupplier"> 新增 </view>
|
<view class="btn" @click="addSupplier"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
:borderColor="'rgba(0, 0, 0, 0.1)'"
|
||||||
:placeholderColor="'#C1C1C1'"
|
:placeholderColor="'#C1C1C1'"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
<view class="btn" @click="add"> 新增 </view>
|
<view class="btn" @click="add"> 新增 </view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
:placeholder="`请输入${isShipment? '客户' : '供应商'}名称 / 卡号搜索`"
|
:placeholder="`请输入${isShipment? '客户' : '供应商'}名称 / 卡号搜索`"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
<view class="dialog-product-layout">
|
<view class="dialog-product-layout">
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
placeholderColor="#C1C1C1"
|
placeholderColor="#C1C1C1"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
placeholderColor="#C1C1C1"
|
placeholderColor="#C1C1C1"
|
||||||
@search="handleSearch()"
|
@search="handleSearch()"
|
||||||
|
@clear="handleSearch()"
|
||||||
></u-search>
|
></u-search>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue