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
916f3214
Commit
916f3214
authored
Aug 28, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
1df49ef0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
17 deletions
+26
-17
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+0
-1
outpatientTwo.vue
src/views/jiesuan/outpatientTwo.vue
+12
-8
outpatientTwoSFC.vue
src/views/jiesuan/outpatientTwoSFC.vue
+14
-8
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
916f3214
...
...
@@ -1427,7 +1427,6 @@ export default {
})
return
false
}
console
.
log
(
'
this.preSettlement
'
,
this
.
preSettlement
,
this
.
YBData
,
this
.
MBList
.
MBList_x
,
this
.
MBList
.
MBList_y
)
if
(
this
.
preSettlement
)
{
this
.
yibaoshowNew
=
true
this
.
yujiesuanload
=
false
...
...
src/views/jiesuan/outpatientTwo.vue
View file @
916f3214
...
...
@@ -218,14 +218,14 @@
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次病人负担
</el-tag>
<el-input
v-model=
"
bxxxinfo.patient_burden
"
readonly
></el-input>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
优抚类别
</el-tag>
<el-input
v-model=
"
YBData.yfdxlb
"
readonly
></el-input>
</div>
</el-form-item>
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
医保负担
</el-tag>
<el-input
v-model=
"
bxxxinfo.insurance_burden
"
readonly
></el-input>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
优抚对象
</el-tag>
<el-input
v-model=
"
YBData.yfdxbzName
"
readonly
></el-input>
</div>
</el-form-item>
</div>
...
...
@@ -244,8 +244,8 @@
</el-form-item>
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次个人账户
</el-tag>
<el-input
v-model=
"bxxxinfo.
grzhzf
"
readonly
></el-input>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
累计起付线
</el-tag>
<el-input
v-model=
"bxxxinfo.
ljqfx
"
readonly
></el-input>
</div>
</el-form-item>
</div>
...
...
@@ -253,13 +253,13 @@
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次起付线
</el-tag>
<el-input
v-model=
"bxxxinfo.
other_expense
"
readonly
></el-input>
<el-input
v-model=
"bxxxinfo.
bcqfx
"
readonly
></el-input>
</div>
</el-form-item>
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次进入统筹额度
</el-tag>
<el-input
v-model=
"bxxxinfo.bc
yyfd
"
readonly
></el-input>
<el-input
v-model=
"bxxxinfo.bc
nrtcfw
"
readonly
></el-input>
</div>
</el-form-item>
<el-form-item>
...
...
@@ -484,6 +484,10 @@ export default {
name
:
'
Outpatient
'
,
data
()
{
return
{
YBData
:{
yfdxbzName
:
''
,
yfdxlb
:
''
},
invoicepostData
:{},
invoicepostVisible
:
false
,
checked
:
false
,
...
...
src/views/jiesuan/outpatientTwoSFC.vue
View file @
916f3214
...
...
@@ -198,14 +198,14 @@
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次病人负担
</el-tag>
<el-input
v-model=
"
bxxxinfo.patient_burden
"
readonly
></el-input>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
优抚类别
</el-tag>
<el-input
v-model=
"
YBData.yfdxlb
"
readonly
></el-input>
</div>
</el-form-item>
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
医保负担
</el-tag>
<el-input
v-model=
"
bxxxinfo.insurance_burden
"
readonly
></el-input>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
优抚对象
</el-tag>
<el-input
v-model=
"
YBData.yfdxbzName
"
readonly
></el-input>
</div>
</el-form-item>
</div>
...
...
@@ -224,8 +224,8 @@
</el-form-item>
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次个人账户
</el-tag>
<el-input
v-model=
"bxxxinfo.
grzhzf
"
readonly
></el-input>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
累计起付线
</el-tag>
<el-input
v-model=
"bxxxinfo.
ljqfx
"
readonly
></el-input>
</div>
</el-form-item>
</div>
...
...
@@ -233,13 +233,13 @@
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次起付线
</el-tag>
<el-input
v-model=
"bxxxinfo.
other_expense
"
readonly
></el-input>
<el-input
v-model=
"bxxxinfo.
bcqfx
"
readonly
></el-input>
</div>
</el-form-item>
<el-form-item>
<div
class=
"form_item"
>
<el-tag
class=
"label"
color=
"#E7EEFF"
>
本次进入统筹额度
</el-tag>
<el-input
v-model=
"bxxxinfo.bc
yyfd
"
readonly
></el-input>
<el-input
v-model=
"bxxxinfo.bc
nrtcfw
"
readonly
></el-input>
</div>
</el-form-item>
<el-form-item>
...
...
@@ -461,6 +461,10 @@ export default {
name
:
'
Outpatient
'
,
data
()
{
return
{
YBData
:{
yfdxbzName
:
''
,
yfdxlb
:
''
},
invoicepostData
:{},
invoicepostVisible
:
false
,
checked
:
false
,
...
...
@@ -2024,6 +2028,8 @@ export default {
})
},
selectCardYiboPreselect
(
data
,
x
,
y
)
{
this
.
YBData
=
data
this
.
YBData
.
yfdxbzName
=
data
.
yfdxbz
==
'
1
'
?
'
优抚对象
'
:
'
无
'
;
// 判断慢病
if
(
this
.
selectTableArr
[
0
]?.
settle_type
.
is_mb
)
{
// 判断多病种慢病
...
...
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