去除变片编号生成器,修改地区选择器,修改报告卡的样式。

This commit is contained in:
wangjian963
2026-03-16 14:40:35 +08:00
parent 449209a79b
commit 0bf29a53a4
5 changed files with 403 additions and 182 deletions

View File

@@ -1089,17 +1089,6 @@ export function checkInfectiousDisease(params) {
});
}
/**
* 获取下一个传染病报告卡编号
*/
export function getNextCardNo(orgCode) {
return request({
url: '/doctor-station/diagnosis/next-card-no',
method: 'get',
params: { orgCode },
});
}
/**
* 保存传染病报告卡
*/