Files
his/BUG_364_362_ANALYSIS.md
zhangfei 9c3e603b94 Fix Bug #443: 手术计费:点击签发耗材时异常报错
当手术计费弹窗中点击"签发"耗材时,因耗材的locationId(发放库房)为空导致后端异常。
在DoctorStationAdviceAppServiceImpl.handDevice方法中,当locationId为null时,使用登录用户的科室ID作为默认值,
与NurseBillingAppService中的处理方式保持一致。
2026-05-08 09:14:18 +08:00

29 lines
814 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Bug 364/362 - 住院护士站任务分析
## Bug分配确认
### Bug #364 - 住院护士站三测单病历号检索失败
**状态**: ⏳ 待分析
**分析人**: 赵云
**预计完成**: 今日内
### Bug #362 - 住院护士站入科时间显示错误
**状态**: ⏳ 待分析
**分析人**: 赵云
**预计完成**: 今日内
### Bug #363 - 住院管理入院时间校验
**状态**: ✅ 已分配给关羽
**理由**: 此为后端业务逻辑问题,应由后端开发处理
---
## 当前进度2026-04-08 23:17
赵云正在分析这两个前端Bug已定位相关代码位置
- 住院护士站主界面: `inpatientNurse/home/index.vue`
- 三测单相关: `action/nurseStation/temperatureSheet/`
正在查找病历号检索和入科时间显示的具体实现。
子龙领命!