Commit d67b8cb1 authored by 任鸿志's avatar 任鸿志

refactor(jiesuan): 修改门诊结算条件判断

- 移除了条件判断中多余的保险类型检查
- 优化了逻辑判断,简化了代码结构
parent 24fc1a4f
...@@ -1701,7 +1701,7 @@ export default { ...@@ -1701,7 +1701,7 @@ export default {
this.ismb = true this.ismb = true
} }
}) })
if (((!this.ismb || this.man_name == true) || this.channel == '4') && this.patientData.insurance_type.value != 'PROVINCE') { if (((!this.ismb || this.man_name == true) || this.channel == '4')) {
if (this.orders.length > 0) { if (this.orders.length > 0) {
this.ybjs() this.ybjs()
} else { } else {
......
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