From a5884ec069c4d43b8543dcdd34700a04b69256ed Mon Sep 17 00:00:00 2001 From: wzk <2438381872@qq.com> Date: Fri, 21 Nov 2025 09:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=80=E5=8F=B7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E9=80=80=E5=8F=B7=E6=93=8D=E4=BD=9C=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=8F=96=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../charge/outpatientregistration/components/refundDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/charge/outpatientregistration/components/refundDialog.vue b/openhis-ui-vue3/src/views/charge/outpatientregistration/components/refundDialog.vue index b41ac1e9..9dbfc1a1 100644 --- a/openhis-ui-vue3/src/views/charge/outpatientregistration/components/refundDialog.vue +++ b/openhis-ui-vue3/src/views/charge/outpatientregistration/components/refundDialog.vue @@ -206,8 +206,8 @@ function submit() { // 获取当前时间作为退号操作日期 const returnDate = formatDateStr(new Date(), 'YYYY-MM-DD HH:mm:ss'); - // 获取当前用户信息作为操作工号 - const operatorId = userStore.id || userStore.name || ''; + // 获取当前用户信息作为操作工号(使用用户管理中的用户编号) + const operatorId = userStore.id || null; const operatorName = userStore.name || userStore.nickName || ''; // 计算退款总金额