Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
f2c5367a
Commit
f2c5367a
authored
Feb 12, 2025
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b419519c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletions
+24
-1
src/views/outHistorygrouping_yubei.vue
+24
-1
No files found.
src/views/outHistorygrouping_yubei.vue
View file @
f2c5367a
...
...
@@ -320,6 +320,10 @@
<diagList
:code=
"casehisObj"
:isshow=
"addrecordEnrollmentShow"
></diagList>
</el-dialog>
<el-dialog
:visible
.
sync=
"addrecordEnrollmentShow1"
>
<div
class=
"mar-bottom-10 color-F54"
>
<span
class=
"mar-right-10"
>
该病人此次住院总费用为:
{{
dataOBJ
.
d01
}}
</span>
<span
class=
"mar-right-10"
>
其中病人全自费金额为:
{{
dataOBJ
.
d30
}}
</span>
自付金额为:
{{
dataOBJ
.
d09
}}
</div>
<div
class=
"outpatientDetails_bottom_rght1"
>
<div
class=
"outpatientDetails_bottom_rght1_top"
>
<div
class=
"outpatientDetails_bottom_rght1_top_title"
>
异常问题
</div>
...
...
@@ -358,7 +362,12 @@
<span
v-show=
"item.projectRuleLevel == '警告'"
class=
"outpatientDetails_bottom_rght1_bottom_li_title"
style=
"background: #e9c621"
>
{{
item
.
projectRuleLevel
}}
</span>
<span
v-show=
"item.projectRuleLevel == '违规内容'"
class=
"outpatientDetails_bottom_rght1_bottom_li_title1"
style=
"background: #2aaae2"
>
{{
item
.
projectRuleLevel
}}
</span
>
<el-tooltip
placement=
"bottom"
trigger=
"hover"
>
<template
#
content
>
{{
item
.
notes
}}
</
template
>
<span
class=
"outpatientDetails_bottom_rght1_bottom_li_cont"
>
{{ item.notes }}
</span>
...
...
@@ -431,6 +440,7 @@ export default {
spinner
:
"el-icon-loading"
,
background
:
"rgba(0, 0, 0, 0.5)"
,
},
dataOBJ
:
{},
};
},
mounted
()
{
...
...
@@ -551,6 +561,7 @@ export default {
GetProjectRulesData
()
{
http
.
post
(
`/medical/get/GetPRHisData?&code=
${
this
.
$route
.
query
.
id
}
`
,
{})
.
then
((
data
)
=>
{
this
.
dataOBJ
=
data
;
this
.
options
=
data
.
projectRules
;
this
.
typeCountDatas
=
data
.
typeCountDatas
;
this
.
addrecordEnrollmentShow1
=
true
;
...
...
@@ -1981,6 +1992,18 @@ export default {
color
:
#ffffff
;
border-radius
:
3px
;
}
&
_title1
{
width
:
110px
;
height
:
25px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
font-size
:
14px
;
font-family
:
PingFang
SC
;
font-weight
:
400
;
color
:
#ffffff
;
border-radius
:
3px
;
}
&
_cont
{
font-size
:
16px
;
font-family
:
PingFang
SC
;
...
...
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