feat(传染病报卡): 新增传染病报卡管理功能模块

实现传染病报卡的基础功能,包括:
1. 新增报卡查询参数DTO、报卡详情DTO和状态枚举
2. 添加报卡Mapper接口及XML实现分页查询和详情查询
3. 实现报卡AppService接口及Controller提供REST API
4. 新增前端API接口定义
5. 添加审核记录实体类
This commit is contained in:
wangjian963
2026-03-18 17:24:30 +08:00
parent 40c5d26dfd
commit 5795d9eb74
13 changed files with 2528 additions and 36 deletions

View File

@@ -1314,7 +1314,7 @@ async function buildSubmitData() {
reportDate: formData.reportDate || null,
cardNameCode: 1, // 默认中华人民共和国传染病报告卡
registrationSource: 1, // 默认门诊
status: 0,
status: '',
deptId: props.deptId || null,
doctorId: props.doctorId || null,
};