提交 68588ee2 authored 作者: zsf's avatar zsf

预支工资账单导出、结算、收款

上级 3797d216
......@@ -46,7 +46,7 @@
<el-table-column label="操作" width="240">
<template #default="{row}">
<el-button link type="primary" icon="Memo" @click="handleSettle(row)">结算</el-button>
<el-button link type="primary" icon="Tickets" @click="handlePayment(row)"></el-button>
<el-button link type="primary" icon="Tickets" @click="handlePayment(row)"></el-button>
<el-button link type="primary" icon="Edit" @click="handleDetails(row)">明细</el-button>
<el-button link type="primary" icon="Download" @click="exportData(row)">导出</el-button>
</template>
......@@ -97,7 +97,7 @@ function handleSettle(row) {
}
// 付款
function handlePayment(row) {
proxy.$modal.confirm('是否确认款?').then(function() {
proxy.$modal.confirm('是否确认款?').then(function() {
return billPayment({
id: row.id,
baseCode: row.baseCode
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论