| | |
| | | enrichReimbursementListRowsWithApprovalFlow, |
| | | filterRowsByReimbursementType, |
| | | FIN_REIMBURSEMENT_TYPE, |
| | | formatReimbursementDate, |
| | | mapFinReimbursementDetailRow, |
| | | mapTravelReimbursementRow, |
| | | resolveReimbursementDeleteId, |
| | |
| | | { label: "报销单号", prop: "reimburseNo", width: 150 }, |
| | | { label: "申请人编号", prop: "applicantNo", width: 110 }, |
| | | { label: "申请人", prop: "applicantName", minWidth: 90 }, |
| | | { label: "出差开始", prop: "travelStartTime", width: 165 }, |
| | | { label: "出差结束", prop: "travelEndTime", width: 165 }, |
| | | { label: "创建时间", prop: "createTime", width: 165 }, |
| | | { label: "出差开始", prop: "travelStartTime", width: 120, formatData: (v) => formatReimbursementDate(v) }, |
| | | { label: "出差结束", prop: "travelEndTime", width: 120, formatData: (v) => formatReimbursementDate(v) }, |
| | | { label: "创建时间", prop: "createTime", width: 120, formatData: (v) => formatReimbursementDate(v) }, |
| | | { |
| | | label: "状态", |
| | | prop: "approvalResult", |