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

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

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