Browse Source

登记时上传medtype

lighter 2 years ago
parent
commit
2bf50fd728

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

@@ -472,6 +472,7 @@ export default {
         times: times.value,
         name: mzVisit.value.name,
         insutype: row.insutype,
+        medType: medType.value,
         psnType: row.psnType,
         insuplcAdmdvs: row.insuplcAdmdvs,
         empName: row.empName,

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

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