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
b774033d
Commit
b774033d
authored
Jan 22, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f25141b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
4 deletions
+21
-4
src/views/outHistorygrouping.vue
+21
-4
No files found.
src/views/outHistorygrouping.vue
View file @
b774033d
...
...
@@ -266,6 +266,7 @@
v-model=
"outaddsearchForm.diagName"
filterable
remote
style=
"width: 300px"
reserve-keyword
placeholder=
"请输入主诊断"
:remote-method=
"remoteMethod"
...
...
@@ -279,6 +280,7 @@
class=
"outaddrecordEnrollment_search_div1_inp2"
v-model=
"otdiagName"
multiple
style=
"width: 300px"
collapse-tags
collapse-tags-tooltip
filterable
...
...
@@ -295,6 +297,18 @@
<el-input
v-model=
"ageinput"
placeholder=
"请输入年龄"
class=
"outaddrecordEnrollment_search_div1_inp3"
size=
"mini"
/>
岁
<span
class=
"outaddrecordEnrollment_search_div1_span4"
>
ICU总时长:
</span>
<el-input
v-model=
"icuinput"
placeholder=
"请输入ICU总时长"
class=
"outaddrecordEnrollment_search_div1_inp4"
size=
"mini"
/>
分钟
<span
class=
"outaddrecordEnrollment_search_div1_span4"
>
医保类型:
</span>
<el-select
class=
"outaddrecordEnrollment_search_div1_inp1"
style=
"width: 150px"
v-model=
"a46C"
placeholder=
"医保类型"
size=
"mini"
clearable
>
<el-option
label=
"城镇职工"
value=
"城镇职工"
/>
<el-option
label=
"城乡居民"
value=
"城乡居民"
/>
</el-select>
<span
class=
"outaddrecordEnrollment_search_div1_span5"
>
<el-button
size=
"mini"
type=
"primary"
@
click=
"addsearch"
>
查询
</el-button>
</span>
...
...
@@ -305,6 +319,7 @@
class=
"outaddrecordEnrollment_search_div2_inp1"
v-model=
"outaddsearchForm.opsName"
filterable
style=
"width: 300px"
remote
reserve-keyword
placeholder=
"请输入主手术"
...
...
@@ -320,6 +335,7 @@
class=
"outaddrecordEnrollment_search_div2_inp2"
v-model=
"otopsName"
multiple
style=
"width: 300px"
collapse-tags
collapse-tags-tooltip
filterable
...
...
@@ -484,7 +500,7 @@ export default {
otssoptions
:
[],
//其他手术
diagList
:
[],
//诊断
opsList
:
[],
//手术
a46C
:
"城乡居民"
,
myTimer
:
null
,
};
},
...
...
@@ -728,6 +744,7 @@ export default {
b34C
:
this
.
leavevalue
,
// 离院方式
diagList
:
this
.
diagList
,
// 诊断集合
opsList
:
this
.
opsList
,
// 手术集合
a46C
:
this
.
a46C
,
})
.
then
((
data
)
=>
{
this
.
addCorePercents
=
data
;
...
...
@@ -1478,7 +1495,7 @@ export default {
justify-content
:
flex-end
;
}
&
_inp1
{
width
:
4
00px
;
width
:
3
00px
;
}
&
_span2
{
width
:
70px
;
...
...
@@ -1486,7 +1503,7 @@ export default {
justify-content
:
flex-end
;
}
&
_inp2
{
width
:
5
00px
;
width
:
3
00px
;
}
&
_span3
{
width
:
80px
;
...
...
@@ -1531,7 +1548,7 @@ export default {
justify-content
:
flex-end
;
}
&
_inp2
{
width
:
5
00px
;
width
:
3
00px
;
}
&
_span3
{
width
:
80px
;
...
...
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