Fix Bug #556: 门诊医生站检验申请单就诊卡号/执行时间未回显及套餐标签冗余
1. 就诊卡号: initData() 使用 busNo 替代 identifierNo,resetForm() 和 handleSave() 增加 visitNo 回退 2. 执行时间: initData() 和 resetForm() 默认填充当前系统时间 formatDateTime(new Date()) 3. 套餐标签: loadApplicationToForm() 严格判断 feePackageId + packageName 联合条件,避免普通项目误标"套餐" Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -25,3 +25,5 @@
|
||||
1. `initData()`: Add `formData.executeTime = formatDateTime(new Date())` after line 899
|
||||
2. `resetForm()`: Change `executeTime: null` to `executeTime: formatDateTime(new Date())` at line 1550
|
||||
3. `loadApplicationToForm()`: Fix `isPackage` logic at line 2000
|
||||
|
||||
修复结果:✅ 成功,6行改动(含linter自动补充的就诊卡号字段回退逻辑)
|
||||
|
||||
Reference in New Issue
Block a user