From 4b3471df0600177ca1cfc16306d9b037e2a8956f Mon Sep 17 00:00:00 2001
From: Auora <14587305+auoraasd@user.noreply.gitee.com>
Date: Mon, 3 Nov 2025 17:15:00 +0800
Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E8=AF=8A=E6=8C=82=E5=8F=B7=E7=9A=84?=
=?UTF-8?q?=E8=B4=B9=E7=94=A8=E6=80=A7=E8=B4=A8=E5=8F=96=E5=80=BC=E6=94=B9?=
=?UTF-8?q?=E6=88=90=E5=8F=96=E5=80=BC=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86?=
=?UTF-8?q?-=E3=80=8B=E5=8C=BB=E7=96=97=E8=B4=B9=E7=94=A8=E6=94=AF?=
=?UTF-8?q?=E4=BB=98=E6=96=B9=E5=BC=8F=E4=BB=A3=E7=A0=81=E7=9A=84=E5=AD=97?=
=?UTF-8?q?=E5=85=B8=E6=95=B0=E6=8D=AE=20=E5=B0=86=E9=97=A8=E8=AF=8A?=
=?UTF-8?q?=E5=8C=BB=E7=94=9F=E7=AB=99=E5=BC=80=E7=AB=8B=E5=8C=BB=E5=98=B1?=
=?UTF-8?q?=E7=9A=84=E5=8C=BB=E5=98=B1=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?=
=?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8=E5=86=85=E5=AE=B9=E5=81=9A?=
=?UTF-8?q?=E6=88=90=E5=89=8D=E5=8F=B0=E7=BB=B4=E6=8A=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/charge/outpatientregistration/index.vue | 13 +++++++------
.../components/prescription/prescriptionlist.vue | 13 +++++++------
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue
index 50dc9232..a8cfa5b8 100644
--- a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue
+++ b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue
@@ -162,10 +162,10 @@
ref="contractNameRef"
>
@@ -648,10 +648,11 @@ const patientInfo = ref({});
const router = useRouter();
const { proxy } = getCurrentInstance();
-const { sys_normal_disable, sys_user_sex, med_chrgitm_type } = proxy.useDict(
+const { sys_normal_disable, sys_user_sex, med_chrgitm_type,medfee_paymtd_code } = proxy.useDict(
'sys_normal_disable',
'sys_user_sex',
- 'med_chrgitm_type'
+ 'med_chrgitm_type',
+ 'medfee_paymtd_code'
);
const outpatientRegistrationList = ref([]);
diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue
index ee3ab512..bb765169 100644
--- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue
+++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue
@@ -527,10 +527,10 @@
placeholder="请选择"
style="width: 100%">
@@ -761,11 +761,12 @@ const { proxy } = getCurrentInstance();
const inputRefs = ref({}); // 存储输入框实例
const requiredProps = ref([]); // 存储必填项 prop 顺序
const totalAmount = ref(0);
-const { method_code, unit_code, rate_code, distribution_category_code } = proxy.useDict(
+const { method_code, unit_code, rate_code, distribution_category_code,drord_type } = proxy.useDict(
'method_code',
'unit_code',
'rate_code',
- 'distribution_category_code'
+ 'distribution_category_code',
+ 'drord_type'
);
const adviceTypeList = ref([