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
2f0baa15
Commit
2f0baa15
authored
Jul 03, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算类型更新后预结算患者类型更新
parent
46ee1319
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+3
-1
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
2f0baa15
...
@@ -176,6 +176,7 @@
...
@@ -176,6 +176,7 @@
<div
class=
"form_item"
>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
人员类别
</el-tag>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
人员类别
</el-tag>
<el-input
v-model=
"patientData.type.name"
disabled
></el-input>
<el-input
v-model=
"patientData.type.name"
disabled
></el-input>
</div>
</div>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
...
@@ -2076,7 +2077,7 @@ export default {
...
@@ -2076,7 +2077,7 @@ export default {
jsxx
(
y
)
jsxx
(
y
)
.
then
(
response
=>
{
.
then
(
response
=>
{
const
_this
=
this
const
_this
=
this
_this
.
channels
=
response
.
data
.
settle_type
.
name
//
_this.channels = response.data.settle_type.name
this
.
$message
.
success
(
'
结算成功
'
)
this
.
$message
.
success
(
'
结算成功
'
)
this
.
addEventListener
()
this
.
addEventListener
()
this
.
saveLoding
=
false
this
.
saveLoding
=
false
...
@@ -2435,6 +2436,7 @@ export default {
...
@@ -2435,6 +2436,7 @@ export default {
if
(
this
.
man_name
==
'
2
'
||
this
.
man_name
==
'
3
'
||
this
.
man_name
==
'
1
'
)
{
if
(
this
.
man_name
==
'
2
'
||
this
.
man_name
==
'
3
'
||
this
.
man_name
==
'
1
'
)
{
zhenduan
=
''
zhenduan
=
''
}
}
this
.
patientData
.
type
.
name
=
this
.
man_name
==
'
1
'
?
'
自费
'
:
this
.
man_name
==
'
2
'
?
'
门诊统筹
'
:
this
.
man_name
==
'
3
'
?
'
医保个账
'
:
this
.
man_name
==
'
4
'
?
'
门诊慢性病
'
:
this
.
patientData
.
type
.
name
this
.
yujiesuanLoading
=
true
this
.
yujiesuanLoading
=
true
this
.
xj_amount
=
0
this
.
xj_amount
=
0
this
.
source_pay_amount
=
0
this
.
source_pay_amount
=
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