|
|
|
@ -4,6 +4,7 @@
|
|
|
|
|
<i-col span="32">
|
|
|
|
|
<row>
|
|
|
|
|
<row class="search-row">
|
|
|
|
|
<i-input placeholder="好友名称" class="search-select" @on-enter="searchCustomerDataBtnClick" v-model="searchCustomer"/>
|
|
|
|
|
<span class="left-15">选择日期</span>
|
|
|
|
|
<DatePicker v-model="dateRange" class="left-15 date-picker" type="daterange"
|
|
|
|
|
placement="bottom-start"
|
|
|
|
@ -156,6 +157,7 @@
|
|
|
|
|
companyId: 0,
|
|
|
|
|
organizationalList: [],
|
|
|
|
|
shopId: null,
|
|
|
|
|
searchCustomer: "",
|
|
|
|
|
shopList: [],
|
|
|
|
|
sellerId: null,
|
|
|
|
|
sellerList: [],
|
|
|
|
@ -387,6 +389,7 @@
|
|
|
|
|
userId: that.userId,
|
|
|
|
|
startDate: stdate,
|
|
|
|
|
endDate: eddate,
|
|
|
|
|
customerName: that.searchCustomer,
|
|
|
|
|
companyId: that.changeData(that.companyId),
|
|
|
|
|
shopId: that.changeData(that.shopId),
|
|
|
|
|
sellerId: that.changeData(that.sellerId),
|
|
|
|
|