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
c34cb78f
Commit
c34cb78f
authored
Jun 15, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去分页
parent
55ee0b7c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
49 deletions
+6
-49
src/views/outHistorygrouping.vue
+6
-49
No files found.
src/views/outHistorygrouping.vue
View file @
c34cb78f
...
...
@@ -117,19 +117,6 @@
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text"
>
<!--
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1"
>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text1"
>
<span>
诊断名称:
{{
item
.
diagMapName
}}
</span>
<span>
诊断编码:
{{
item
.
disCode
}}
</span>
<span>
诊断类型:
{{
item
.
diagOrder
}}
</span>
<span>
分组类型:
{{
item
.
disNature
}}
</span>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1_text2"
>
<span>
操作名称:
{{
item
.
opsMapName
}}
</span>
<span>
操作编码:
{{
item
.
opsCode
}}
</span>
<span>
操作类型:
{{
item
.
opsOrder
}}
</span>
</div>
</div>
-->
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg1"
>
<div
...
...
@@ -162,11 +149,7 @@
<span>
入组名称:
{{
item
.
coreName
}}
</span>
<span>
基准点数:
{{
item
.
score
}}
</span>
</div>
<!--
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text4"
>
<span>
主诊断编码:
{{
item
.
disCode
}}
</span
><span>
主操作编码:
{{
item
.
opsCode
}}
</span
>
</div>
-->
<div
class=
"outsetgrouping_centent_totalnum_left_text_msg2_text5"
>
<span>
预计DRG支付费用:
{{
item
.
unitfee
}}
</span
><span>
院内历年平均费用:
{{
item
.
avgFee
}}
</span
...
...
@@ -232,18 +215,7 @@
<div
class=
"outsetgrouping_centent_nodata_text"
>
暂无数据
</div>
</div>
</div>
<div
class=
"outsetgrouping_pagination"
>
<el-pagination
layout=
"sizes,prev, pager, next,jumper"
:total=
"totalCount"
@
size-change=
"sizeChange"
@
current-change=
"currentChange"
:current-page=
"currentPage"
:page-size=
"pageSize"
:page-sizes=
"[10, 30, 50]"
>
</el-pagination>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -271,9 +243,7 @@ export default {
opsName
:
""
,
},
CorePercents
:
[],
totalCount
:
0
,
//总条数
currentPage
:
1
,
//当前页
pageSize
:
10
,
typesel
:
1
,
radio
:
""
,
//单选框选中值
drug
:
[],
...
...
@@ -310,16 +280,15 @@ export default {
const
getlist
=
()
=>
{
http
.
post
(
`/medical/get/GetCorePercents`
,
{
PageNumber
:
state
.
currentPage
,
Type
:
1
,
pageSize
:
state
.
pageSize
,
DiagMapList
:
state
.
diagMapList
,
OpsMapList
:
state
.
opsMapList
,
id
:
route
.
value
.
query
.
id
,
})
.
then
((
data
)
=>
{
state
.
CorePercents
=
data
.
list
;
state
.
totalCount
=
data
.
totalCount
;
if
(
state
.
CorePercents
.
length
==
0
)
{
state
.
nolistShow
=
true
;
// state.nodataShow = false;
...
...
@@ -373,17 +342,7 @@ export default {
.
catch
((
error
)
=>
{});
}
};
/**
* 页码
*/
const
currentChange
=
(
val
)
=>
{
state
.
currentPage
=
val
;
getlist
();
};
const
sizeChange
=
(
val
)
=>
{
state
.
pageSize
=
val
;
getlist
();
};
var
route
=
useRoute
();
onMounted
(()
=>
{
...
...
@@ -397,8 +356,6 @@ export default {
...
toRefs
(
state
),
decimal
,
getCaseHis
,
currentChange
,
sizeChange
,
getlist
,
submit
,
goback
,
...
...
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