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

refactor(outpatientCharging): 注释掉部分结算逻辑

- 注释掉了单条目自动结算的逻辑
- 注释掉了省职或慢病患者审核窗口提示的逻辑
- 保留了其他结算相关功能
parent a1db2ffa
......@@ -2300,9 +2300,9 @@ export default {
this.costlist = []
this.loading2 = false
}
if (this.tylist.length == 1) {
this.jiesuan()
}
// if (this.tylist.length == 1) {
// this.jiesuan()
// }
}
this.isGS = this.selectTableArr[0]?.settle_type.is_gs
this.zhenduan = this.selectTableArr[0]?.chronic_code
......@@ -2317,14 +2317,14 @@ export default {
},
// 切换结算类型
changePersonType(x) {
if (this.form.insurance_type == 'PROVINCE' || this.man_name == '4') {
this.$message({
message: '省职或慢病患者请到15号医保审核窗口,审核后缴费',
type: 'error',
})
this.man_name = ''
return false
}
// if (this.form.insurance_type == 'PROVINCE' || this.man_name == '4') {
// this.$message({
// message: '省职或慢病患者请到15号医保审核窗口,审核后缴费',
// type: 'error',
// })
// this.man_name = ''
// return false
// }
// if (x == '2') {
// try {
......@@ -2341,7 +2341,7 @@ export default {
// type: 'error',
// })
// return false
// }
// }+` ````````
// var that = this
// if (!that.cost_id || that.cost_id.length == 0) {
......
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