Browse Source

文件模板

dev
0.0 2 years ago
parent
commit
2318da4b1c
  1. 1
      src/mixins/JeecgListMixin.js
  2. 2
      src/views/description/ProcessDescriptionList.vue
  3. 2
      src/views/merchandisenews/ProcessMerchandiseNewsList.vue
  4. 2
      src/views/supplier/ProcessSupplierList.vue
  5. 5
      src/views/system/SysPositionList.vue
  6. 2
      src/views/system/UserList.vue
  7. 14
      src/views/system/modules/UserModal.vue
  8. 2
      src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue

1
src/mixins/JeecgListMixin.js

@ -314,6 +314,7 @@ export const JeecgListMixin = {
console.log(info.file, info.fileList);
}
console.log(info.file, info.fileList);
console.log("info.file.response", info.file.response);
if (info.file.status === 'done') {
if (info.file.response.success) {
// this.$message.success(`${info.file.name} 文件上传成功`);

2
src/views/description/ProcessDescriptionList.vue

@ -44,7 +44,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('品名分类')">导出</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/品名分类导入模板_1667997006232.xlsx')">品名分类导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/品名分类导入模板_1667997006232_1668004136429.xlsx')">品名分类导入模板</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>

2
src/views/merchandisenews/ProcessMerchandiseNewsList.vue

@ -80,7 +80,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('物资清单表')">导出</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/物资清单表导入模板_1667997828733.xls')">物资清单表导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/物资清单导入模板_1668004559282.xlsx')">物资清单表导入模板</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>

2
src/views/supplier/ProcessSupplierList.vue

@ -51,7 +51,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('供应商信息')">导出</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/供应商信息模板_1667996750026.xls')">供应商导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/供应商名称及编码_1668003417087.xlsx')">供应商导入模板</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>

5
src/views/system/SysPositionList.vue

@ -78,14 +78,15 @@
@change="handleTableChange">
<span slot="action" slot-scope="text, record">
<a @click="handleEdit(record)">编辑&nbsp;&nbsp;&nbsp;</a>
<a @click="handleEdit(record)">编辑</a>
<!-- <a-divider type="vertical"/>-->
<!-- <a-dropdown>-->
<!-- <a class="ant-dropdown-link">更多 <a-icon type="down"/></a>-->
<!-- <a-menu slot="overlay">-->
<!-- <a-menu-item>-->
<a-divider type="vertical"/>
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
<a> 删除</a>
<a>删除</a>
</a-popconfirm>
<!-- </a-menu-item>-->
<!-- </a-menu>-->

2
src/views/system/UserList.vue

@ -93,7 +93,7 @@
<div class="table-operator" style="border-top: 5px">
<a-button @click="handleAdd" type="primary" icon="plus">添加用户</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('用户信息')">导出</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('用户信息导入模板')">导入模板</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('用户信息导入模板')">用户信息导入模板</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>

14
src/views/system/modules/UserModal.vue

@ -100,13 +100,13 @@
<!-- update--begin--autor:wangshuai-----date:20200108------for新增身份和负责部门------ -->
<a-col :span="12" >
<a-form-item label="身份" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-radio-group
v-model="identity"
@change="identityChange">
<a-radio value="1">普通用户</a-radio>
<a-radio value="2">上级</a-radio>
</a-radio-group>
<a-form-item label="头像" :labelCol="labelCol" :wrapperCol="wrapperCol">
<!-- <a-radio-group-->
<!-- v-model="identity"-->
<!-- @change="identityChange">-->
<!-- <a-radio value="1">普通用户</a-radio>-->
<!-- <a-radio value="2">上级</a-radio>-->
<!-- </a-radio-group>-->
<a-upload
listType="picture-card"
class="avatar-uploader"

2
src/views/unitwaste/ProcessUnitWasteWarehouseCodeList.vue

@ -41,7 +41,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('单位、废旧库房编码')">导出</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/单位、废旧库房编码导入模板_1667998491286.xlsx')">废旧库房导入模板</a-button>
<a-button type="primary" icon="download" @click="downloadFile('http://182.92.73.21:9090/file/temp/废旧物资存储库房编码模板_1668004947302.xlsx')">废旧库房导入模板</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>

Loading…
Cancel
Save