Fix Bug #534: 【手术管理-门诊手术安排】点击"签发"按钮抛出异常,导致业务中断
修复两个问题: 1. prescriptionlist.vue 签发时 organizationId 可能为 undefined,添加回退值确保后端接收有效值 2. index.vue 计费弹窗缺少 generateSourceEnum 参数传递,导致 getListInfo 查询时无法正确过滤手术计费项目 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -830,7 +830,8 @@
|
||||
</div>
|
||||
<div style="padding: 10px">
|
||||
<prescriptionlist :patientInfo="chargePatientInfo" ref="prescriptionRef"
|
||||
:sourceBillNo="chargePatientInfo.sourceBillNo" />
|
||||
:sourceBillNo="chargePatientInfo.sourceBillNo"
|
||||
:generateSourceEnum="chargePatientInfo.generateSourceEnum" />
|
||||
<div class="overlay" v-if="disabled"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user