Browse Source

模板名字修改

dev
0.0 2 years ago
parent
commit
1401ba12ab
  1. 0
      public/static/excle/供应商名称及编码.xlsx
  2. 0
      public/static/excle/品名分类导入模板.xlsx
  3. 0
      public/static/excle/废旧物资存储库房编码模板.xlsx
  4. 0
      public/static/excle/废旧物资库表导入模板.xlsx
  5. 0
      public/static/excle/总库导入模板.xlsx
  6. 0
      public/static/excle/物资储存位置导入模板.xlsx
  7. 0
      public/static/excle/物资清单表.xlsx
  8. 0
      public/static/excle/电缆模板.xlsx
  9. 0
      public/static/excle/账外导入模板.xlsx
  10. 2
      src/views/description/ProcessDescriptionList.vue
  11. 2
      src/views/materialstorage/ProcessMaterialStorageList.vue
  12. 2
      src/views/merchandisenews/ProcessMerchandiseNewsList.vue
  13. 2
      src/views/supplier/ProcessSupplierList.vue
  14. 2
      src/views/suppliesstronger/ProcessSuppliesStrongerList.vue
  15. 2
      src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue
  16. 2
      src/views/waste/ProcessWasteList.vue
  17. 2
      src/views/waste/ProcessWasteListCable.vue
  18. 2
      src/views/wastematerials/ProcessWasteMaterialsList.vue

0
public/static/excle/供应商名称及编码_1668003417087.xlsx → public/static/excle/供应商名称及编码.xlsx

0
public/static/excle/品名分类导入模板_166799700623.xlsx → public/static/excle/品名分类导入模板.xlsx

0
public/static/excle/废旧物资存储库房编码模板_1668004947302.xlsx → public/static/excle/废旧物资存储库房编码模板.xlsx

0
public/static/excle/废旧物资库表导入模板_1669801633970.xlsx → public/static/excle/废旧物资库表导入模板.xlsx

0
public/static/excle/总库导入模板_1669801840316.xlsx → public/static/excle/总库导入模板.xlsx

0
public/static/excle/物资储存位置导入模板_1667998262940.xlsx → public/static/excle/物资储存位置导入模板.xlsx

0
public/static/excle/物资清单表12323123_1672369326884.xlsx → public/static/excle/物资清单表.xlsx

0
public/static/excle/电缆模板_1669802180197.xlsx → public/static/excle/电缆模板.xlsx

0
public/static/excle/账外导入模板_1672371645321.xlsx → public/static/excle/账外导入模板.xlsx

2
src/views/description/ProcessDescriptionList.vue

@ -44,7 +44,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus" v-has="'description:add'">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('品名分类')" v-has="'description:export'">导出</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/品名分类导入模板_166799700623.xlsx','品名分类导入模板.xlsx')" v-has="'merchandiseNews:import'">品名分类导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/品名分类导入模板.xlsx','品名分类导入模板.xlsx')" v-has="'merchandiseNews: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="'merchandiseNews:import'">导入</a-button>
</a-upload>

2
src/views/materialstorage/ProcessMaterialStorageList.vue

@ -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>

2
src/views/merchandisenews/ProcessMerchandiseNewsList.vue

@ -118,7 +118,7 @@
<a-button @click="handleAdd" type="primary" icon="plus" v-has="'merchandiseNews:add'">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('物资清单表')">导出</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/物资清单表12323123_1672369326884.xlsx','物资清单表模板.xlsx')" v-has="'merchandiseNews:import'">物资清单表导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/物资清单表.xlsx','物资清单表模板.xlsx')" v-has="'merchandiseNews: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="'merchandiseNews:import'">导入</a-button>
</a-upload>

2
src/views/supplier/ProcessSupplierList.vue

@ -55,7 +55,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus" v-has="'regulate:add'">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('供应商信息')" v-has="'regulate:export'">导出</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/供应商名称及编码_1668003417087.xlsx','供应商名称及编码导入模板.xlsx')">供应商导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/供应商名称及编码.xlsx','供应商名称及编码导入模板.xlsx')">供应商导入模板</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import" v-has="'regulate:import'">导入</a-button>
</a-upload>

2
src/views/suppliesstronger/ProcessSuppliesStrongerList.vue

@ -38,7 +38,7 @@
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import" v-has="'suppliesstronger:import'">导入</a-button>
</a-upload>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/总库导入模板_1669801840316.xlsx','总库导入导入模板.xlsx')" v-has="'suppliesstronger:import'">总库导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/总库导入模板.xlsx','总库导入导入模板.xlsx')" v-has="'suppliesstronger:import'">总库导入模板</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-dropdown v-if="selectedRowKeys.length > 0" v-has="'suppliesstronger:delete'">

2
src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue

@ -61,7 +61,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus" v-has="'unitWaste:add'">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('单位、废旧库房编码')" v-has="'unitWaste:export'">导出</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/废旧物资存储库房编码模板_1668004947302.xlsx','废旧物资存储库房编码导入模板.xlsx')" v-has="'unitWaste:import'">废旧库房导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/废旧物资存储库房编码模板.xlsx','废旧物资存储库房编码导入模板.xlsx')" v-has="'unitWaste: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="'unitWaste:import'">导入</a-button>
</a-upload>

2
src/views/waste/ProcessWasteList.vue

@ -57,7 +57,7 @@
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import" v-has="'waste:import'">导入</a-button>
</a-upload>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/废旧物资库表导入模板_1669801633970.xlsx','报废导入模板.xlsx')" >报废导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/废旧物资库表导入模板.xlsx','报废导入模板.xlsx')" >报废导入模板</a-button>
<a-button @click="handleInto" type="primary" v-has="'waste:cable'">电缆</a-button>
<a-dropdown v-if="selectedRowKeys.length > 0" v-has="'waste:delete'">
<!-- <a-menu slot="overlay">-->

2
src/views/waste/ProcessWasteListCable.vue

@ -55,7 +55,7 @@
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/电缆模板_1669802180197.xlsx','电缆模板.xlsx')">电缆导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/电缆模板.xlsx','电缆模板.xlsx')">电缆导入模板</a-button>
<a-dropdown v-if="selectedRowKeys.length > 0">
<a-menu slot="overlay">
<a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>

2
src/views/wastematerials/ProcessWasteMaterialsList.vue

@ -44,7 +44,7 @@
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import" v-has="'wastematerials:import'">导入</a-button>
</a-upload>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/账外导入模板_1672371645321.xlsx','账外导入模板.xlsx')">帐外导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadText('/static/excle/账外导入模板.xlsx','账外导入模板.xlsx')">帐外导入模板</a-button>
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload">重置</a-button>
<a-dropdown v-if="selectedRowKeys.length > 0" v-has="'wastematerials:delete'">

Loading…
Cancel
Save