LIJU 5 months ago
parent
commit
0b1b7a26ff
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/views/medical-insurance/inpatient/AdmRegistration.vue

+ 9 - 0
src/views/medical-insurance/inpatient/AdmRegistration.vue

@@ -935,6 +935,15 @@ const checkRegisterDatetime = () => {
   if (nullPatient()) {
     return;
   }
+  if(!(patient.value && patient.value.mdtrtCertType && patient.value.readCardResult)) {
+      ElMessage({
+        message: "请进行读卡操作!",
+        type: "warning",
+        duration: 2600,
+        showClose: true,
+      });    
+    return
+  }
   patient.value.expContent = JSON.stringify(expContent);
   submitSiPatientInfo({
     patient: patient.value,