|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
<div class="table-operator"> |
|
|
|
|
<a-button @click="handleAdd" type="primary" icon="plus" v-has="'materialStorageList:add'">新增</a-button> |
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('物资储存地址表')" v-has="'materialStorageList:export'">导出</a-button> |
|
|
|
|
<a-button type="primary" icon="download" @click="downloadText('/static/excle/物资储存位置导入模板_1667998262940.xlsx','物资储存位置导入模板.xlsx')"v-has="'materialStorageList:import'">物资储存地址导入模板</a-button> |
|
|
|
|
<a-button type="primary" icon="download" @click="downloadText('/static/excle/物资储存位置导入模板.xlsx','物资储存位置导入模板.xlsx')"v-has="'materialStorageList:import'">物资储存地址导入模板</a-button> |
|
|
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> |
|
|
|
|
<a-button type="primary" icon="import" v-has="'materialStorageList:import'">导入</a-button> |
|
|
|
|
</a-upload> |
|
|
|
|