lighter 1 year ago
parent
commit
c9fa969b62

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

@@ -267,11 +267,6 @@ const certainAdmdvs = ref('')
 const medTypes = ref([])
 const patientId = ref('')
 const times = ref(null)
-// const windowSize = store.state.app.windowSize
-// const receiptBoxStyle = {
-//   height: windowSize.h - 335 + 'px',
-//   overflowY: 'auto',
-// }
 const unPaidReceipts = ref([])
 const showInsuinfo = ref(false)
 const psnBaseinfo = ref({})

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

@@ -284,6 +284,7 @@ const fetchHistoryReceiptDetail = (row) => {
   currentRow.value = row
   getHistoryReceiptDetail(row).then((res) => {
     mzVisit.value = res.mzVisit
+    mzVisit.value.totalFee = row.chargeFee
     currentReceipts.value = res.mzReceipts
   })
 }