@@ -42,51 +42,51 @@
< div class = "report-title" > 门诊收费日结单 < / div >
< div class = "report-section" >
< div class = "section-title" > 基本信息 < / div >
< div class = "report-row cols-4 " >
< div class = "report-item "> < span class = "label" > 经办人姓名 : < / span > < span class = "value" > { { userStore . nickName } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 科室 : < / span > < span class = "value" > { { userStore . orgName } } < / span > < / div >
< div class = "report-item span- 2"> < span class = "label" > 时间 : < / span > < span class = "value" > { { queryTime [ 0 ] + '~' + queryTime [ 1 ] } } < / span > < / div >
< / div >
< el-row :gutter = "20" class = "report-row" >
< el-col :span = "6 "> < span class = "label" > 经办人姓名 : < / span > < span class = "value" > { { userStore . nickName } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 科室 : < / span > < span class = "value" > { { userStore . orgName } } < / span > < / el-col >
< el-col :span = "1 2"> < span class = "label" > 时间 : < / span > < span class = "value" > { { queryTime [ 0 ] + '~' + queryTime [ 1 ] } } < / span > < / el-col >
< / el-row >
< / div >
< div class = "divider" > < / div >
< div class = "report-section" >
< div class = "section-title" > 收费汇总 < / div >
< div class = "report-row cols-4 " >
< div class = "report-item "> < span class = "label" > 实际现金收入 : < / span > < span class = "value" > { { formatValue ( reportValue . cashSum ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 现金 : < / span > < span class = "value" > { { formatValue ( reportValue . rmbCashSum ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 微信 : < / span > < span class = "value" > { { formatValue ( reportValue . vxCashSum ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 支付宝 : < / span > < span class = "value" > { { formatValue ( reportValue . aliCashSum ) } } < / span > < / div >
< / div >
< el-row :gutter = "20" class = "report-row" >
< el-col :span = "6 "> < span class = "label" > 实际现金收入 : < / span > < span class = "value" > { { formatValue ( reportValue . cashSum ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 现金 : < / span > < span class = "value" > { { formatValue ( reportValue . rmbCashSum ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 微信 : < / span > < span class = "value" > { { formatValue ( reportValue . vxCashSum ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 支付宝 : < / span > < span class = "value" > { { formatValue ( reportValue . aliCashSum ) } } < / span > < / el-col >
< / el-row >
< / div >
< div class = "divider" > < / div >
< div class = "report-section" >
< div class = "section-title" > 医保支付 < / div >
< div class = "report-row cols-4 " >
< div class = "report-item "> < span class = "label" > 统筹支付 : < / span > < span class = "value" > { { formatValue ( reportValue . tcSum ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 账户支付 : < / span > < span class = "value" > { { formatValue ( reportValue . zhSum ) } } < / span > < / div >
< div class = "report-item span- 2"> < span class = "label" > 基金支付总额 : < / span > < span class = "value" > { { formatValue ( reportValue . fundSum ) } } < / span > < / div >
< / div >
< el-row :gutter = "20" class = "report-row" >
< el-col :span = "6 "> < span class = "label" > 统筹支付 : < / span > < span class = "value" > { { formatValue ( reportValue . tcSum ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 账户支付 : < / span > < span class = "value" > { { formatValue ( reportValue . zhSum ) } } < / span > < / el-col >
< el-col :span = "1 2"> < span class = "label" > 基金支付总额 : < / span > < span class = "value" > { { formatValue ( reportValue . fundSum ) } } < / span > < / el-col >
< / el-row >
< / div >
< div class = "divider" > < / div >
< div class = "report-section" >
< div class = "section-title" > 费用明细 < / div >
< div class = "report-row cols-4 " >
< div class = "report-item "> < span class = "label" > 诊查费 : < / span > < span class = "value" > { { formatValue ( reportValue . DIAGNOSTIC _FEE ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 检查费 : < / span > < span class = "value" > { { formatValue ( reportValue . CHECK _FEE ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 化验费 : < / span > < span class = "value" > { { formatValue ( reportValue . DIAGNOSTIC _TEST _FEE ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 治疗费 : < / span > < span class = "value" > { { formatValue ( reportValue . MEDICAL _EXPENSE _FEE ) } } < / span > < / div >
< / div >
< div class = "report-row cols-4 " >
< div class = "report-item "> < span class = "label" > 西药费 : < / span > < span class = "value" > { { formatValue ( reportValue . WEST _MEDICINE ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 中药饮片费 : < / span > < span class = "value" > { { formatValue ( reportValue . CHINESE _MEDICINE _SLICES _FEE ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 中成药费 : < / span > < span class = "value" > { { formatValue ( reportValue . CHINESE _MEDICINE _FEE ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 卫生材料费 : < / span > < span class = "value" > { { formatValue ( reportValue . SANITARY _MATERIALS _FEE ) } } < / span > < / div >
< / div >
< div class = "report-row cols-4 " >
< div class = "report-item "> < span class = "label" > 诊疗费 : < / span > < span class = "value" > { { formatValue ( reportValue . GENERAL _CONSULTATION _FEE ) } } < / span > < / div >
< div class = "report-item "> < span class = "label" > 挂号费 : < / span > < span class = "value" > { { formatValue ( reportValue . REGISTRATION _FEE ) } } < / span > < / div >
< div class = "report-item span- 2"> < span class = "label" > 其他费用 : < / span > < span class = "value" > { { formatValue ( reportValue . OTHER _FEE ) } } < / span > < / div >
< / div >
< el-row :gutter = "20" class = "report-row" >
< el-col :span = "6 "> < span class = "label" > 诊查费 : < / span > < span class = "value" > { { formatValue ( reportValue . DIAGNOSTIC _FEE ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 检查费 : < / span > < span class = "value" > { { formatValue ( reportValue . CHECK _FEE ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 化验费 : < / span > < span class = "value" > { { formatValue ( reportValue . DIAGNOSTIC _TEST _FEE ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 治疗费 : < / span > < span class = "value" > { { formatValue ( reportValue . MEDICAL _EXPENSE _FEE ) } } < / span > < / el-col >
< / el-row >
< el-row :gutter = "20" class = "report-row" >
< el-col :span = "6 "> < span class = "label" > 西药费 : < / span > < span class = "value" > { { formatValue ( reportValue . WEST _MEDICINE ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 中药饮片费 : < / span > < span class = "value" > { { formatValue ( reportValue . CHINESE _MEDICINE _SLICES _FEE ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 中成药费 : < / span > < span class = "value" > { { formatValue ( reportValue . CHINESE _MEDICINE _FEE ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 卫生材料费 : < / span > < span class = "value" > { { formatValue ( reportValue . SANITARY _MATERIALS _FEE ) } } < / span > < / el-col >
< / el-row >
< el-row :gutter = "20" class = "report-row" >
< el-col :span = "6 "> < span class = "label" > 诊疗费 : < / span > < span class = "value" > { { formatValue ( reportValue . GENERAL _CONSULTATION _FEE ) } } < / span > < / el-col >
< el-col :span = "6 "> < span class = "label" > 挂号费 : < / span > < span class = "value" > { { formatValue ( reportValue . REGISTRATION _FEE ) } } < / span > < / el-col >
< el-col :span = "1 2"> < span class = "label" > 其他费用 : < / span > < span class = "value" > { { formatValue ( reportValue . OTHER _FEE ) } } < / span > < / el-col >
< / el-row >
< / div >
< / div >
< / div >
@@ -291,27 +291,13 @@ getPharmacyCabinetLists();
padding - left : 8 px ;
border - left : 3 px solid # 409 eff ;
}
. report - row {
display : grid ;
margin : 12 px 0 ;
gap : 10 px 16 px ;
align - items : baseline ;
}
. cols - 4 {
grid - template - columns : repeat ( 4 , 1 fr ) ;
}
. span - 2 {
grid - column : span 2 ;
}
. report - item {
. report - row . el - col {
display : flex ;
align - items : center ;
box - sizing : border - box ;
min - width : 0 ;
padding : 6 px 0 ;
}
. label {
display : inline - block ;
width : 140 px ;
min - width : 110 px ;
flex - shrink : 0 ;
color : # 606266 ;
white - space : nowrap ;
@@ -321,32 +307,10 @@ getPharmacyCabinetLists();
color : # 303133 ;
font - weight : 500 ;
white - space : nowrap ;
flex : 1 ;
overflow : hidden ;
text - overflow : ellipsis ;
}
. divider {
height : 1 px ;
background - color : # dcdfe6 ;
margin : 16 px 0 ;
}
@ media screen and ( max - width : 1200 px ) {
. cols - 4 {
grid - template - columns : repeat ( 2 , 1 fr ) ;
}
. span - 2 {
grid - column : span 2 ;
}
}
@ media screen and ( max - width : 768 px ) {
. cols - 4 {
grid - template - columns : 1 fr ;
}
. span - 2 {
grid - column : span 1 ;
}
. label {
width : 100 px ;
}
margin : 12 px 0 ;
}
< / style >