批量上传门店号

master
yechenhao 6 years ago
parent 31f8c50e49
commit 5e56d94f30

@ -17,8 +17,8 @@
<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>
<Button type="primary" @click="searchCustomerDataBtnClick" class="search-btn">查询</Button> <Button type="primary" @click="searchCustomerDataBtnClick" class="search-btn">查询</Button>
<!--<Button type="primary" @click="downloadStoreCode" 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="downloadStoreSellerCode" style="margin-right: 10px;">批量下载导购码</Button>
<!--<Button type="primary" @click="open()" style="margin-right: 10px;">开通门店号</Button>--> <!--<Button type="primary" @click="open()" style="margin-right: 10px;">开通门店号</Button>-->
</Row> </Row>
</i-col> </i-col>

Loading…
Cancel
Save