|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<Row class="search-row">
|
|
|
|
|
<i-col span="24" class="search-col">
|
|
|
|
|
<Row class="row-style">
|
|
|
|
|
<i-input placeholder="店铺名称或编码" class="search-select" v-model="searchShop"/>
|
|
|
|
|
<i-input placeholder="店铺名称或编码" class="search-select" :on-enter="searchCustomerDataBtnClick" v-model="searchShop"/>
|
|
|
|
|
<span class="search-span">大区</span>
|
|
|
|
|
<Select v-model="regionId" filterable class="search-select" @on-change="regionSelect">
|
|
|
|
|
<Option v-for="(item,index) in regionList" :value="item.id" :key=" index + item.id">{{ item.name }}</Option>
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
<Button type="primary" @click="searchCustomerDataBtnClick" class="search-btn">查询</Button>
|
|
|
|
|
<Button type="primary" @click="downloadStoreCode" style="margin-left: 20px;">批量下载门店码</Button>
|
|
|
|
|
<Button type="primary" @click="downloadStoreSellerCode" style="margin-left: 20px;">批量下载导购码</Button>
|
|
|
|
|
<!--<Button type="primary" @click="open()" style="margin-right: 10px;">开通门店号</Button>-->
|
|
|
|
|
<Button type="primary" @click="isShowImport = true" style="margin-right: 10px;">批量导入账号</Button>
|
|
|
|
|
<Button type="primary" @click="OnClickListerDownloadData" style="margin-left: 20px;">导出</Button>
|
|
|
|
|
|
|
|
|
|
</Row>
|
|
|
|
@ -185,7 +185,7 @@
|
|
|
|
|
isShowError: false,
|
|
|
|
|
isShowAdd: false,
|
|
|
|
|
showStoreName: '',
|
|
|
|
|
updateUrl: http.getBaseUrl() + "/store/emp/import",
|
|
|
|
|
updateUrl: http.getBaseUrl() + "/store/emp/staff/import",
|
|
|
|
|
downLoadStoreCodeUrl: http.getBaseUrl() + "/store/emp/download/store/code",
|
|
|
|
|
qrCodeImage: '',
|
|
|
|
|
selectedRegion: 0,
|
|
|
|
|