审计报告管理系统
欢迎, {{ currentUser.realName || currentUser.username }}
-
-
| 序号 | 创建时间 | 二维码 | 委托单位 | 被审单位 | 报告文号 | 防伪编号 | 报告日期 | 签字注册会计师1 | 签字注册会计师2 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ (pagination.page - 1) * pagination.pageSize + index + 1 }} | {{ formatDateTime(report.createdAt) }} | {{ report.clientUnit }} | {{ report.auditedUnit }} | {{ report.reportNo }} | {{ report.antiCounterfeitCode }} | {{ report.reportDate }} | {{ report.signCpa1 || '-' }} | {{ report.signCpa2 || '-' }} | {{ report.deleted === 1 ? '已禁用' : '正常' }} | ||
| 暂无数据 | |||||||||||
共 {{ pagination.total }} 条记录