{{ id_card_no ? id_card_no : list.order.certno }}
门诊
{{ number ? number : list.order.mdtrt_id }}
{{
paramsObj.setl_time
? paramsObj.setl_time.split(" ")[0].slice(0, 4)
: getTime(list.date, "{y}-{m}-{d}").slice(0, 4)
}}
{{
paramsObj.setl_time
? parseInt(paramsObj.setl_time.split(" ")[0].slice(5, 7))
: getTime(list.date, "{y}-{m}-{d}").slice(5, 7)
}}
{{
paramsObj.setl_time
? parseInt(paramsObj.setl_time.split(" ")[0].slice(8, 11))
: getTime(list.date, "{y}-{m}-{d}").slice(8, 11)
}}
{{ paramsObj.name }}
√
{{ in_hosptial_time }}
{{ out_hosptial_time }}
√
√
{{ balance_accounts_type != 2 ? list.order.fund_pay_sumamt : "0.00" }}
{{
balance_accounts_type != 2
? list.order.psn_cash_pay
: list.order.medfee_sumamt
}}
现金
西药
{{
list.westernMedicineCostTotal
? list.westernMedicineCostTotal.toFixed(2)
: ""
}}
检查费
{{ list.checkCostTotal ? list.checkCostTotal.toFixed(2) : "" }}
治疗费
{{ list.treatCostTotal ? list.treatCostTotal.toFixed(2) : "" }}
床位费
{{ list.bedCostTotal ? list.bedCostTotal.toFixed(2) : "" }}
中成药
{{
list.chineseTraditionalMedicineCostTotal
? list.chineseTraditionalMedicineCostTotal.toFixed(2)
: ""
}}
化验费
{{
list.laboratoryCostTotal ? list.laboratoryCostTotal.toFixed(2) : ""
}}
手术费
{{
list.operationCostTotal ? list.operationCostTotal.toFixed(2) : ""
}}
其他费
{{ list.otherCostTotal ? list.otherCostTotal.toFixed(2) : "" }}
材料费
{{ list.materialCostTotal ? list.materialCostTotal.toFixed(2) : "" }}
诊察费
{{ list.zhenChaCostTotal ? list.zhenChaCostTotal.toFixed(2) : "" }}
{{ list.psn_cash_money ? list.psn_cash_money.toFixed(2) : "" }}
{{ list.order.medfee_sumamt ? list.order.medfee_sumamt : "" }}
{{ zhongwen.substring(0, 1) }}
零
{{
zhongwen.substring(
zhongwen.indexOf("万") - 1,
zhongwen.indexOf("万")
)
}}
零
{{zhongwen.substring(zhongwen.indexOf("仟") - 1,zhongwen.indexOf("仟"))}}
零
{{
zhongwen.substring(
zhongwen.indexOf("佰") - 1,
zhongwen.indexOf("佰")
)
}}
零
{{
zhongwen.substring(
zhongwen.indexOf("拾") - 1,
zhongwen.indexOf("拾")
) == "佰" ||
!zhongwen.substring(
zhongwen.indexOf("拾") - 1,
zhongwen.indexOf("拾")
) ||
zhongwen.substring(
zhongwen.indexOf("拾") - 1,
zhongwen.indexOf("拾")
) == "零"
? "壹"
: zhongwen.substring(
zhongwen.indexOf("拾") - 1,
zhongwen.indexOf("拾")
)
}}
零
{{
zhongwen.substring(
zhongwen.indexOf("元") - 1,
zhongwen.indexOf("元")
)
}}
零
{{
zhongwen.substring(
zhongwen.indexOf("角") - 1,
zhongwen.indexOf("角")
)
}}
零
{{
zhongwen.substring(
zhongwen.indexOf("分") - 1,
zhongwen.indexOf("分")
)
}}
零
{{
totalPrice.toFixed(2)
}}