Files
tms-erp-web/src/option/payment/receiptClaimRecord.js
T
b2894lxlx 5fcb82c0c0 1、调整配载、总单
2、新增收付款模块
2026-08-22 21:11:48 +08:00

18 lines
1.1 KiB
JavaScript

export const receiptClaimRecordTableColumns = [
{ prop: 'receiptNoticeNo', label: '认领通知单', minWidth: 150, link: true },
{ prop: 'payerName', label: '付款人', minWidth: 130 },
{ prop: 'receiptAmount', label: '付款金额', minWidth: 130, money: true },
{ prop: 'counterpartyName', label: '对方户名', minWidth: 150 },
{ prop: 'counterpartyAccount', label: '对方账号', minWidth: 170 },
{ prop: 'counterpartyBank', label: '对方开户行', minWidth: 150 },
{ prop: 'summary', label: '摘要', minWidth: 160 },
{ prop: 'transactionTime', label: '交易时间', minWidth: 170 },
{ prop: 'claimAmount', label: '认领金额', minWidth: 130, money: true },
{ prop: 'claimDate', label: '认领日期', minWidth: 120 },
{ prop: 'claimerName', label: '认领人', minWidth: 120 },
{ prop: 'claimerDeptName', label: '所属组织', minWidth: 150 },
{ prop: 'claimStatusName', label: '状态', minWidth: 110, status: true },
{ prop: 'kingdeeBillNo', label: '金蝶单据号', minWidth: 170 },
{ prop: 'kingdeeBillStatusName', label: '金蝶单据状态', minWidth: 140 },
];