|
|
@ -16,26 +16,26 @@
|
|
|
|
<row>
|
|
|
|
<row>
|
|
|
|
<row style="height: 90px;background: #f7f8fa;border: 1px solid #E8ECF2;line-height: 90px">
|
|
|
|
<row style="height: 90px;background: #f7f8fa;border: 1px solid #E8ECF2;line-height: 90px">
|
|
|
|
<span class="left-15">选择日期</span>
|
|
|
|
<span class="left-15">选择日期</span>
|
|
|
|
<DatePicker v-model="dateRange" class="left-15" type="daterange" placement="bottom-start" split-panels placeholder="请选择日期区间" style="width: 200px" size="small"></DatePicker>
|
|
|
|
<DatePicker v-model="dateRange" class="left-15" type="daterange" placement="bottom-start" split-panels placeholder="请选择日期区间" style="width: 200px" ></DatePicker>
|
|
|
|
<!-- <span style="margin-left: 48px" class="txt-font-a" >开始时间</span>
|
|
|
|
<!-- <span style="margin-left: 48px" class="txt-font-a" >开始时间</span>
|
|
|
|
<DatePicker v-model="startDate" class="left-15 txt-font-a" type="date" :options="options1" placeholder="选择开始时间" style="width: 200px"></DatePicker>
|
|
|
|
<DatePicker v-model="startDate" class="left-15 txt-font-a" type="date" :options="options1" placeholder="选择开始时间" style="width: 200px"></DatePicker>
|
|
|
|
<span class="left-15 txt-font-a">结束时间</span>
|
|
|
|
<span class="left-15 txt-font-a">结束时间</span>
|
|
|
|
<DatePicker v-model="endDate" class="left-15 txt-font-a" :options="options2" type="date" placeholder="选择结束时间" style="width: 200px"></DatePicker>-->
|
|
|
|
<DatePicker v-model="endDate" class="left-15 txt-font-a" :options="options2" type="date" placeholder="选择结束时间" style="width: 200px"></DatePicker>-->
|
|
|
|
<span class="left-15 txt-font-a">零售公司</span>
|
|
|
|
<span class="left-15 txt-font-a">零售公司</span>
|
|
|
|
<Select v-model="companyId" filterable class="left-15 txt-font-a" style="width:190px" size="small" @on-change="companySelect" >
|
|
|
|
<Select v-model="companyId" filterable class="left-15 txt-font-a" style="width:190px" @on-change="companySelect" >
|
|
|
|
<Option v-for="item in companyList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
<Option v-for="item in companyList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
</Select>
|
|
|
|
</Select>
|
|
|
|
<span class="left-15 txt-font-a">店铺</span>
|
|
|
|
<span class="left-15 txt-font-a">店铺</span>
|
|
|
|
<Select filterable placeholder="全部" v-model="shopId" class="left-15 txt-font-a" style="width:190px" size="small" @on-change="downShopChange">
|
|
|
|
<Select filterable placeholder="全部" v-model="shopId" class="left-15 txt-font-a" style="width:190px" @on-change="downShopChange">
|
|
|
|
<Option v-for="item in shopList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
<Option v-for="item in shopList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
</Select>
|
|
|
|
</Select>
|
|
|
|
<span class="left-15 txt-font-a">导购</span>
|
|
|
|
<span class="left-15 txt-font-a">导购</span>
|
|
|
|
<Select filterable placeholder="全部" v-model="sellerId" class="left-15 txt-font-a" style="width:190px" size="small">
|
|
|
|
<Select filterable placeholder="全部" v-model="sellerId" class="left-15 txt-font-a" style="width:190px" >
|
|
|
|
<Option v-for="item in sellerList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
<Option v-for="item in sellerList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
</Select>
|
|
|
|
</Select>
|
|
|
|
|
|
|
|
|
|
|
|
<Button type="primary" style="width: 70px;margin-left: 20px" @click="searchCustomerDataBtnClick" size="small" class="txt-font-a">查询</Button>
|
|
|
|
<Button type="primary" style="width: 90px;margin-left: 20px" @click="searchCustomerDataBtnClick" class="txt-font-a">查询</Button>
|
|
|
|
<Button type="primary" style="width: 70px;margin-left: 20px" @click="exportData" size="small" class="txt-font-a">导出数据</Button>
|
|
|
|
<Button type="primary" style="width: 90px;margin-left: 20px" @click="exportData" class="txt-font-a">导出数据</Button>
|
|
|
|
|
|
|
|
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<row>
|
|
|
|