Procházet zdrojové kódy

门诊补录结算添加busCardInfo

lighter_217 před 2 týdny
rodič
revize
74319f222a

+ 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,