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
b3fdf099
Commit
b3fdf099
authored
Jun 14, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手术类型改成操作类型
parent
fd01bd07
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
33 deletions
+35
-33
src/views/outHistorygrouping.vue
+31
-29
src/views/outpatientDetails.vue
+4
-4
No files found.
src/views/outHistorygrouping.vue
View file @
b3fdf099
...
@@ -109,19 +109,20 @@
...
@@ -109,19 +109,20 @@
</div>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text2"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text2"
>
<span>
操作名称:
{{
item
.
opsMapName
}}
</span>
<span>
操作名称:
{{
item
.
opsMapName
}}
</span>
<span>
手术
类型:
{{
item
.
opsOrder
}}
</span>
<span>
操作
类型:
{{
item
.
opsOrder
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text3"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text3"
>
<span>
分组编码:
{{
item
.
code
}}
</span>
<span>
分组编码:
{{
item
.
code
}}
</span>
<span>
入组名称:
{{
item
.
coreName
}}
</span>
<span>
入组名称:
{{
item
.
coreName
}}
</span>
<span>
基准点数:
{{
item
.
score
}}
</span>
</div>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text4"
>
<
!--
<
div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text4"
>
<span>
主诊断编码:
{{
item
.
disCode
}}
</span
<span>
主诊断编码:
{{
item
.
disCode
}}
</span
><span>
主操作编码:
{{
item
.
opsCode
}}
</span
><span>
主操作编码:
{{
item
.
opsCode
}}
</span
>
<span>
基准点数:
{{
item
.
score
}}
</span>
>
</div>
</div>
-->
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text5"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text5"
>
<span>
预计DRG支付费用:
{{
item
.
unitfee
}}
</span
<span>
预计DRG支付费用:
{{
item
.
unitfee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
...
@@ -794,7 +795,7 @@ export default {
...
@@ -794,7 +795,7 @@ export default {
&_text3
{
&_text3
{
//
margin-bottom
:
10px
;
//
margin-bottom
:
10px
;
width
:
100%
;
width
:
100%
;
height
:
30
%
;
height
:
45
%
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
...
@@ -815,34 +816,35 @@ export default {
...
@@ -815,34 +816,35 @@ export default {
}
}
}
}
&
_text4
{
//
&
_text4
{
margin-bottom
:
10px
;
//
margin-bottom
:
10px
;
width
:
100%
;
//
width
:
100%
;
height
:
30%
;
//
height
:
30%
;
margin-top
:
10px
;
//
margin-top
:
10px
;
display
:
flex
;
//
display
:
flex
;
justify-content
:
space-between
;
//
justify-content
:
space-between
;
span
{
//
span
{
height
:
100%
;
//
height
:
100%
;
width
:
50%
;
//
width
:
50%
;
margin
:
0px
10px
;
//
margin
:
0px
10px
;
background-color
:
#fff
;
//
background-color
:
#fff
;
display
:
flex
;
//
display
:
flex
;
justify-content
:
start
;
//
justify-content
:
start
;
align-items
:
center
;
//
align-items
:
center
;
font-size
:
14px
;
//
font-size
:
14px
;
padding-left
:
10px
;
//
padding-left
:
10px
;
font-family
:
PingFang
SC
;
//
font-family
:
PingFang
SC
;
font-weight
:
300
;
//
font-weight
:
300
;
color
:
#6a707e
;
//
color
:
#6a707e
;
}
//
}
}
//
}
&
_text5
{
&
_text5
{
margin-top
:
10px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
width
:
100%
;
width
:
100%
;
height
:
30
%
;
height
:
45
%
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
...
...
src/views/outpatientDetails.vue
View file @
b3fdf099
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
/></span>
/></span>
<span>
分组:
{{
HistoryInfo
.
doctorName
}}
</span>
<span>
分组:
{{
HistoryInfo
.
doctorName
}}
</span>
<span>
基准点数:
{{
decimal
(
HistoryInfo
.
rw
)
}}
</span>
<span>
基准点数:
{{
decimal
(
HistoryInfo
.
rw
)
}}
</span>
<span>
实际医保
费用:
{{
decimal
(
HistoryInfo
.
actualfee
)
}}
</span>
<span>
预计DRG支付
费用:
{{
decimal
(
HistoryInfo
.
actualfee
)
}}
</span>
<span>
总费用:
{{
decimal
(
HistoryInfo
.
totalFee
)
}}
</span>
<span>
总费用:
{{
decimal
(
HistoryInfo
.
totalFee
)
}}
</span>
<span>
盈亏:
{{
decimal
(
HistoryInfo
.
profitLoss
)
}}
</span>
<span>
盈亏:
{{
decimal
(
HistoryInfo
.
profitLoss
)
}}
</span>
<span>
院内历年平均费用:
{{
decimal
(
HistoryInfo
.
avgFee
)
}}
</span>
<span>
院内历年平均费用:
{{
decimal
(
HistoryInfo
.
avgFee
)
}}
</span>
...
@@ -118,8 +118,8 @@
...
@@ -118,8 +118,8 @@
:style=
"
{ width: heightwidth + '%' }"
:style=
"
{ width: heightwidth + '%' }"
>
<span
>
<span
class=
"outpatientDetails_fenqu_di_bb_div2_span3_t3"
class=
"outpatientDetails_fenqu_di_bb_div2_span3_t3"
:title=
"'高倍率区域:>' + Math.round(highMagnification)"
:title=
"'高倍率区域:>
=
' + Math.round(highMagnification)"
>
高倍率区域:>
{{
Math
.
round
(
highMagnification
)
}}
</span
>
高倍率区域:>
=
{{
Math
.
round
(
highMagnification
)
}}
</span
></span
></span
>
>
</div>
</div>
...
@@ -1201,7 +1201,7 @@ export default {
...
@@ -1201,7 +1201,7 @@ export default {
font-size
:
20px
;
font-size
:
20px
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
white
ff
;
color
:
white
;
}
}
&
_cont
{
&
_cont
{
font-size
:
16px
;
font-size
:
16px
;
...
...
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