加入客户type

feature_0521
yechenhao 5 years ago
parent 8215aab0d7
commit 060c87506b

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

Loading…
Cancel
Save