Ver Fonte

个账余额入库

lighter há 2 anos atrás
pai
commit
5aec1248ee

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

@@ -738,6 +738,7 @@ export default {
         cancelButtonText: '取消',
       })
         .then(() => {
+          patient.value.balc = row.balc
           patient.value.insutype = row.insutype
           patient.value.psnType = row.psnType
           patient.value.insuplcAdmdvs = row.insuplcAdmdvs

+ 1 - 0
src/views/medical-insurance/outpatient/MzRegister.vue

@@ -602,6 +602,7 @@ export default {
         psnType: row.psnType,
         insuplcAdmdvs: row.insuplcAdmdvs,
         empName: row.empName,
+        balc: row.balc,
         mdtrtCertType: readCardData.mdtrtCertType,
         readCardResult: readCardData.readCardResult,
         readCardBizType: readCardData.readCardBizType,

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

@@ -279,6 +279,7 @@ export default {
         times: currentRow.value.times,
         insutype: row.insutype,
         psnType: row.psnType,
+        balc: row.balc,
         insuplcAdmdvs: row.insuplcAdmdvs,
         empName: row.empName,
         mdtrtCertType: readCardData.mdtrtCertType,