From 259a5946c2f33c1ac375dfd607e3188920761cd6 Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Tue, 16 Jun 2026 13:33:42 +0800 Subject: [PATCH] =?UTF-8?q?667=20[=E9=97=A8=E8=AF=8A=E6=94=B6=E8=B4=B9-?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E6=B5=81=E7=A8=8B]=20=E5=8C=BB=E5=98=B1?= =?UTF-8?q?=E6=9C=AA=E6=8C=82=E9=92=A9=E3=80=90=E5=AE=8C=E8=AF=8A=E3=80=91?= =?UTF-8?q?=E7=8A=B6=E6=80=81=EF=BC=8C=E5=8C=BB=E7=94=9F=E6=9C=AA=E7=BB=88?= =?UTF-8?q?=E7=BB=93=E9=97=A8=E8=AF=8A=E5=8D=B3=E5=8F=AF=E6=8F=90=E5=89=8D?= =?UTF-8?q?=E5=9C=A8=E6=94=B6=E8=B4=B9=E7=AB=AF=E7=BB=93=E7=AE=97=EF=BC=8C?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E6=BC=8F=E5=BC=80/=E9=94=99=E5=BC=80?= =?UTF-8?q?=E8=B4=B9=E7=94=A8=E9=A3=8E=E9=99=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @select → @checkbox-change,适配新事件签名 - 新增 collapseAllExpanded() 使用 setRowExpand/clearRowExpand 兼容 v4 expand - setNewRow/setValue 保持行引用不变,原地更新数据 - 所有医嘱类型编辑模板新增"取消"按钮 - 内联布局样式抽取为 .edit-form-row 类,四种医嘱类型布局统一 - 列宽、间距、备注框宽度等样式微调 - requiredProps 空安全检查、handleBlur 修复、ref 名称修复 --- .../resources/mapper/chargemanage/OutpatientChargeAppMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/chargemanage/OutpatientChargeAppMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/chargemanage/OutpatientChargeAppMapper.xml index ce235fb21..acd3dbd7e 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/chargemanage/OutpatientChargeAppMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/chargemanage/OutpatientChargeAppMapper.xml @@ -44,6 +44,7 @@ ON T1.organization_id = T4.id AND T4.delete_flag = '0' WHERE T1.delete_flag = '0' + AND T1.status_enum IN (4, 5) GROUP BY T1.id, T1.bus_no, T1.patient_id,