|
|
@ -1023,14 +1023,14 @@ export default { |
|
|
|
//this.details = response.item.details; |
|
|
|
}); |
|
|
|
}, |
|
|
|
/** 导出功能 */ |
|
|
|
/** 导出功能 assembly-cfg-erp/export */ |
|
|
|
handleDownload() { |
|
|
|
this.listLoading = true; |
|
|
|
this.listExportQuery.erpAssemblyCode = this.listQuery.ErpAssemblyCode; |
|
|
|
this.listExportQuery.erpAssemblyName = this.listQuery.ErpAssemblyName; |
|
|
|
console.log(JSON.stringify(this.listQuery)); |
|
|
|
this.$axios |
|
|
|
.posts("/api/newjit/assembly-cfg-erp/export", this.listQuery) |
|
|
|
.posts("/api/newjit/bill-m100/export", this.listQuery) |
|
|
|
.then((res) => { |
|
|
|
let filename = res.item; |
|
|
|
this.$axios |
|
|
|