Browse Source

修改页面导入

dev
caoyizhong 2 years ago
parent
commit
1733d569da
  1. 6
      src/views/suppliesstronger/ProcessSuppliesStrongerList.vue
  2. 2
      src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue
  3. 11
      src/views/waste/ProcessWasteListCable.vue

6
src/views/suppliesstronger/ProcessSuppliesStrongerList.vue

@ -35,9 +35,9 @@
<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-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button type="primary" icon="import">导入</a-button>-->
<!-- </a-upload>-->
<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" @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">

2
src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue

@ -273,7 +273,7 @@
title:'流程表单号',
align:"center",
scopedSlots: { customRender: 'processId' },
dataIndex: 'warehousingBatch',
dataIndex: 'flowPath',
},
{
title:'供应商',

11
src/views/waste/ProcessWasteListCable.vue

@ -192,7 +192,7 @@
title:'电缆规格',
align:"center",
scopedSlots: { customRender: 'typeSpecification' },
dataIndex: 'typeSpecification'
dataIndex: 'materialName'
},
{
title:'缴料队组',
@ -222,7 +222,7 @@
{
title:'存放地',
align:"center",
dataIndex: 'depositary'
dataIndex: 'depositary_dictText'
},
{
title:'报废原因',
@ -252,6 +252,7 @@
url: {
list: "/waste/processWaste/listCable",
exportXlsUrl: "/waste/processWaste/exportXlsByWaste",
importExcelUrl: "waste/processWaste/importCableExcel",
},
dictOptions:{},
superFieldList:[],
@ -266,6 +267,12 @@
},
},
methods: {
//
searchReset() {
this.queryParam = {}
this.createScrapTime = [];
this.loadData(1);
},
initDictConfig(){
},
onDateChange: function (value, dateString) {

Loading…
Cancel
Save