Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
省
省二结算
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
任鸿志
省二结算
Commits
e93a20e9
Commit
e93a20e9
authored
Jul 09, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(outpatientCharging): 注释掉部分结算逻辑
- 注释掉了单条目自动结算的逻辑 - 注释掉了省职或慢病患者审核窗口提示的逻辑 - 保留了其他结算相关功能
parent
a1db2ffa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+12
-12
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
e93a20e9
...
@@ -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) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment