|
|
@ -86,7 +86,7 @@ |
|
|
<el-button v-if="!authDelete" type="primary" @click="deleteModal">删除</el-button> |
|
|
<el-button v-if="!authDelete" type="primary" @click="deleteModal">删除</el-button> |
|
|
<el-button v-if="!authOverLoad" type="primary" @click="overLoadModal">任务重载</el-button> |
|
|
<el-button v-if="!authOverLoad" type="primary" @click="overLoadModal">任务重载</el-button> |
|
|
<download-excel |
|
|
<download-excel |
|
|
:fields="fields" |
|
|
|
|
|
|
|
|
:fields="fields()" |
|
|
:data="exportData" |
|
|
:data="exportData" |
|
|
type="xls" |
|
|
type="xls" |
|
|
:name="exportName" |
|
|
:name="exportName" |
|
|
@ -2100,7 +2100,7 @@ |
|
|
this.searchData.limit = -1 |
|
|
this.searchData.limit = -1 |
|
|
this.searchData.page = 1 |
|
|
this.searchData.page = 1 |
|
|
await qcIQCInspectionSearch(this.searchData).then(({data}) => { |
|
|
await qcIQCInspectionSearch(this.searchData).then(({data}) => { |
|
|
this.exportList= data.page.list |
|
|
|
|
|
|
|
|
this.exportList = data.page.list |
|
|
}) |
|
|
}) |
|
|
return this.exportList |
|
|
return this.exportList |
|
|
}, |
|
|
}, |
|
|
@ -2109,7 +2109,7 @@ |
|
|
|
|
|
|
|
|
finishDownload() {}, |
|
|
finishDownload() {}, |
|
|
|
|
|
|
|
|
fields() { |
|
|
|
|
|
|
|
|
fields () { |
|
|
let json = "{" |
|
|
let json = "{" |
|
|
this.columnList1.forEach((item, index) => { |
|
|
this.columnList1.forEach((item, index) => { |
|
|
if (index == this.columnList1.length - 1) { |
|
|
if (index == this.columnList1.length - 1) { |
|
|
|