From 3a407405382a817ee603fdcb925888e079b02d67 Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Mon, 18 May 2026 11:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=A8=E8=AF=8A=E6=89=8B?= =?UTF-8?q?=E6=9C=AF=E5=AE=89=E6=8E=92=E6=A8=A1=E5=9D=97=E8=AE=A1=E8=B4=B9?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E4=B8=AD=E5=AF=B9=E8=AF=8A=E7=96=97=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=9B=E8=A1=8C=E7=AD=BE=E5=8F=91=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E5=90=8E=E5=9B=9E=E6=98=BE=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clinicmanagement/bargain/component/prescriptionlist.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue b/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue index 865efff9b..e37251509 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/bargain/component/prescriptionlist.vue @@ -1057,6 +1057,9 @@ function handleSave() { adviceTableName: item.adviceTableName, adviceDefinitionId: item.adviceDefinitionId, chargeItemId: item.chargeItemId, + // 🔧 Bug Fix: 签发时显式设置手术计费关键字段,避免后端 prescription_no / generateSourceEnum 回退为默认值导致查询无法匹配 + generateSourceEnum: props.generateSourceEnum ?? parsedContent.generateSourceEnum, + sourceBillNo: props.sourceBillNo ?? parsedContent.sourceBillNo, }; }); // 确保 organizationId 不为 undefined(手术计费场景下可能缺失 orgId)