Browse Source

民爆物资导入模板

dev
0.0 2 years ago
parent
commit
759f52bb89
  1. BIN
      public/static/excle/民爆物资库导入模板.xlsx
  2. 8
      src/views/gunpowder/ProcessIndustrialExplosiveList.vue

BIN
public/static/excle/民爆物资库导入模板.xlsx

Binary file not shown.

8
src/views/gunpowder/ProcessIndustrialExplosiveList.vue

@ -35,13 +35,11 @@
<!-- 操作按钮区域 --> <!-- 操作按钮区域 -->
<div class="table-operator"> <div class="table-operator">
<!-- <a-button @click="handleAdd" type="primary" icon="plus" v-has="'ProcessIndustrialExplosiveList:add'">新增</a-button>--> <!-- <a-button @click="handleAdd" type="primary" icon="plus" v-has="'ProcessIndustrialExplosiveList:add'">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('process_industrial_explosive')" <a-button type="primary" icon="download" @click="handleExportXls('process_industrial_explosive')" v-has="'ProcessIndustrialExplosiveList:export'">导出</a-button>
v-has="'ProcessIndustrialExplosiveList:export'">导出 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"
@change="handleImportExcel">
<a-button type="primary" icon="import" v-has="'ProcessIndustrialExplosiveList:import'">导入</a-button> <a-button type="primary" icon="import" v-has="'ProcessIndustrialExplosiveList:import'">导入</a-button>
</a-upload> </a-upload>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/民爆物资库导入模板.xlsx','民爆物资库导入模板.xlsx')" v-has="'ProcessIndustrialExplosiveList:download'">民爆物资导入模板</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button> <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<!-- 高级查询区域 --> <!-- 高级查询区域 -->

Loading…
Cancel
Save