收款明细定制导出
This commit is contained in:
parent
9be70fa906
commit
8ef68fc0bf
@ -131,7 +131,6 @@
|
||||
plain
|
||||
icon="el-icon-download"
|
||||
size="mini"
|
||||
:disabled="single"
|
||||
@click="handleCustomExport"
|
||||
v-hasPermi="['emis:emisSettlePayRecord:customExport']"
|
||||
>定制导出</el-button>
|
||||
@ -822,10 +821,10 @@ export default {
|
||||
},
|
||||
//定制导出
|
||||
handleCustomExport(){
|
||||
let settleBillNo = this.selectList[0].settleBillNo;
|
||||
let qParam=this.initQueryParams();
|
||||
//获取选中
|
||||
this.download('emis/emisSettlePayRecord/customExport', {
|
||||
'settleBillNo':settleBillNo
|
||||
...qParam
|
||||
}, `定制收款明细列表.xlsx`)
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user