加入客户type

feature_0521
yechenhao 5 years ago
parent 8215aab0d7
commit 060c87506b

@ -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),

Loading…
Cancel
Save