From dd0a3a915c335207e6c7c3a4cf1f5702486d274b Mon Sep 17 00:00:00 2001 From: suizihe <2958847195@qq.com> Date: Wed, 29 Oct 2025 09:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E5=8F=B7=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=8D=E6=98=AF=E5=BF=85=E9=A1=BB=E9=A1=B9=E5=8F=AA?= =?UTF-8?q?=E6=9C=89=E8=BE=93=E5=85=A5=E8=BA=AB=E4=BB=BD=E8=AF=81=E5=8F=B7?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E6=89=8D=E4=BC=9A=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outpatientregistration/components/patientAddDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/charge/outpatientregistration/components/patientAddDialog.vue b/openhis-ui-vue3/src/views/charge/outpatientregistration/components/patientAddDialog.vue index 9145e0af..bda72f34 100644 --- a/openhis-ui-vue3/src/views/charge/outpatientregistration/components/patientAddDialog.vue +++ b/openhis-ui-vue3/src/views/charge/outpatientregistration/components/patientAddDialog.vue @@ -378,7 +378,7 @@ const data = reactive({ phone: [{ required: true, message: '联系方式不能为空', trigger: 'change' }], identifierNo: [{ required: true, message: '就诊卡号不能为空', trigger: 'change' }], idCard: [ - { required: true, message: '证件号码不能为空', trigger: 'change' }, + { required: false, message: '证件号码不能为空', trigger: 'change' }, { validator: validateIdCard, trigger: 'blur' }, { validator: validateUniquePatient, trigger: 'blur' } ],