|
|
@@ -6,7 +6,7 @@
|
|
|
<AppSearchModule placeholder="核销码 / 名称 / 手机号" @input="searchFn"/>
|
|
|
</view>
|
|
|
<view style="padding:0 0upx 0 20upx;" >
|
|
|
- <button class="admin-button-com middle blue" @click="showCgStaff">{{ cgStaffName==''?'采购人':cgStaffName}}</button>
|
|
|
+ <button class="admin-button-com middle blue" @click="showCgStaff">{{ cgStaffName==''?'采购人':'已选择'}}</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="tabs">
|
|
|
@@ -163,6 +163,9 @@ export default {
|
|
|
this.$refs.staffRef.open('center')
|
|
|
},
|
|
|
searchFn(e){
|
|
|
+ if (this.$util.isEmpty(e) && this.$util.isEmpty(this.searchContent)){
|
|
|
+ return false
|
|
|
+ }
|
|
|
let that = this
|
|
|
if(that.T != null){
|
|
|
clearTimeout(that.T)
|