Browse Source

门诊补录结算添加busCardInfo

lighter_217 2 weeks ago
parent
commit
74319f222a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/medical-insurance/outpatient/MzSpltryRcrd.vue

+ 1 - 2
src/views/medical-insurance/outpatient/MzSpltryRcrd.vue

@@ -487,7 +487,6 @@ const handleClickInjuryinfo = row => {
   }
   injuryOutpatientRegister(row).then(() => {
     showInsuinfo.value = false;
-    clearReadCardData();
     xcMessage.success("登记成功");
   });
 };
@@ -629,7 +628,6 @@ function revokeEmergencyRescue(param) {
 
 function normalOutpatientRegister(param) {
   outpatientRegistration(param).then(res => {
-    clearReadCardData();
     showInsuinfo.value = false;
     xcMessage.success(res);
   });
@@ -873,6 +871,7 @@ const mzSettle = () => {
     mdtrtCertType: readCardData.mdtrtCertType,
     readCardResult: readCardData.readCardResult,
     readCardBizType: readCardData.readCardBizType,
+    busCardInfo: readCardData.busCardInfo,
     ledgerSn: 0,
     calType: 1,
     acctUsedFlag: acctUsedFlag.value,