revert 去除变片编号生成器,修改地区选择器,修改报告卡的样式。
This commit is contained in:
2026-03-16 15:48:17 +08:00
parent b43688e483
commit 28f85ceb05
5 changed files with 181 additions and 402 deletions

View File

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