Fix Bug #437: 【门诊手术计费】保存签章TOCTOU竞态致重复提交,且耗材计费项目缺失/重复、手术单号未关联

Fix: 频次总量计算改用字典store动态读取,el-input-number新增@input实时计算
This commit is contained in:
wangjian963
2026-05-14 12:00:18 +08:00
parent 3ad9ff85d4
commit 1140912f3a
6 changed files with 55 additions and 68 deletions

View File

@@ -107,8 +107,4 @@ public class OpScheduleDto extends OpSchedule {
*/
private String createByName;
/**
* 费用类别
*/
private String feeType;
}