Commit 0cb7ffb8 authored by 任鸿志's avatar 任鸿志

refactor(outpatientCharging): 注释掉 mzxets 相关代码

- 在获取病历信息后,不再检查和显示 mzxets(每日限制额度)
- 注释掉了原本用于处理 mzxets 的代码块
parent af10d5cf
......@@ -2003,10 +2003,10 @@ export default {
this.bxxxinfo = res.data
this.bxxxinfo.settle_type = //this.bxxxinfo.settle_type.name
this.man_name == '1' ? '自费' : this.man_name == '2' ? '门诊统筹' : this.man_name == '3' ? '医保个账' : this.man_name == '4' ? '门诊慢性病' : this.orders[0].name
if (res.data.mzxets != '') {
this.dataText = res.data.mzxets
this.GSshow = true
}
// if (res.data.mzxets != '') {
// this.dataText = res.data.mzxets
// this.GSshow = true
// }
await familybalanceinfor({
patient_id: this.patientData.patient_id,
pre_key: res.data.pre_key,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment