结算管理批量结算
This commit is contained in:
parent
b1cb4189aa
commit
52d14c7e55
|
|
@ -462,6 +462,15 @@ export default {
|
||||||
`全部费用明细_${new Date().getTime()}.xlsx`,
|
`全部费用明细_${new Date().getTime()}.xlsx`,
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
handleExportEach() {
|
||||||
|
let data = _.cloneDeep(this.rowData);
|
||||||
|
const params = {params:JSON.stringify(data)}
|
||||||
|
this.download(
|
||||||
|
'material/slt_agreement_info/exportEach',
|
||||||
|
{...params,},
|
||||||
|
`各费用明细_${new Date().getTime()}.xlsx`,
|
||||||
|
)
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue