|
|
|
@ -34,8 +34,8 @@
|
|
|
|
|
<Button type="primary" @click="searchCustomerDataBtnClick">查询</Button>
|
|
|
|
|
</i-col>
|
|
|
|
|
<i-col span="7" style="text-align: right;padding-right: 20px;">
|
|
|
|
|
<Button type="primary" @click="downloadStoreCode" style="margin-right: 10px;">批量下载门店码</Button>
|
|
|
|
|
<Button type="primary" @click="downloadStoreSellerCode" style="margin-right: 10px;">批量下载导购码</Button>
|
|
|
|
|
<!--<Button type="primary" @click="downloadStoreCode" style="margin-right: 10px;">批量下载门店码</Button>-->
|
|
|
|
|
<!--<Button type="primary" @click="downloadStoreSellerCode" style="margin-right: 10px;">批量下载导购码</Button>-->
|
|
|
|
|
<!--<Button type="primary" @click="open()" style="margin-right: 10px;">开通门店号</Button>-->
|
|
|
|
|
</i-col>
|
|
|
|
|
</Row>
|
|
|
|
@ -222,7 +222,7 @@
|
|
|
|
|
{
|
|
|
|
|
title: '店铺名称',
|
|
|
|
|
key: 'name',
|
|
|
|
|
width: 500
|
|
|
|
|
width: 400
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '店铺编码',
|
|
|
|
@ -232,6 +232,14 @@
|
|
|
|
|
title: '门店企业号',
|
|
|
|
|
key: 'cpUserId'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '大区名',
|
|
|
|
|
key: 'regionName',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '零售公司',
|
|
|
|
|
key: 'companyName',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '员工数',
|
|
|
|
|
key: 'staffNum',
|
|
|
|
@ -244,7 +252,7 @@
|
|
|
|
|
{
|
|
|
|
|
title: '推广码',
|
|
|
|
|
slot: 'qrCodeAction',
|
|
|
|
|
width: 150
|
|
|
|
|
width: 100
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '操作',
|
|
|
|
|