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
f30c5563
Commit
f30c5563
authored
Jan 22, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b774033d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
3 deletions
+29
-3
src/views/outHistorygrouping.vue
+6
-0
src/views/outpatientDetails.vue
+23
-3
No files found.
src/views/outHistorygrouping.vue
View file @
f30c5563
...
...
@@ -747,6 +747,12 @@ export default {
a46C
:
this
.
a46C
,
})
.
then
((
data
)
=>
{
if
(
data
&&
data
.
length
==
0
)
{
Message
.
warning
({
message
:
`此诊断作为主诊断无法入组!`
,
type
:
"warning"
,
});
}
this
.
addCorePercents
=
data
;
if
(
this
.
addCorePercents
.
length
==
0
)
{
this
.
addnolistShow
=
true
;
...
...
src/views/outpatientDetails.vue
View file @
f30c5563
...
...
@@ -350,6 +350,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>
...
...
@@ -360,6 +372,7 @@
class=
"outaddrecordEnrollment_search_div2_inp1"
v-model=
"outaddsearchForm.opsName"
filterable
style=
"width: 300px"
remote
reserve-keyword
placeholder=
"请输入主手术"
...
...
@@ -601,6 +614,7 @@ export default {
icuinput
:
"0"
,
//离院方式
leavevalue
:
"1"
,
a46C
:
"城乡居民"
,
otdiagName
:
""
,
//其他诊断
otopsName
:
""
,
//其他手术
zdoptions
:
[],
//诊断的数据
...
...
@@ -701,6 +715,12 @@ export default {
opsList
:
this
.
opsList
,
// 手术集合
})
.
then
((
data
)
=>
{
if
(
data
&&
data
.
length
==
0
)
{
Message
.
warning
({
message
:
`此诊断作为主诊断无法入组!`
,
type
:
"warning"
,
});
}
this
.
addCorePercents
=
data
;
if
(
this
.
addCorePercents
.
length
==
0
)
{
this
.
addnolistShow
=
true
;
...
...
@@ -1864,7 +1884,7 @@ export default {
justify-content
:
flex-end
;
}
&
_inp1
{
width
:
4
00px
;
width
:
3
00px
;
}
&
_span2
{
width
:
70px
;
...
...
@@ -1872,7 +1892,7 @@ export default {
justify-content
:
flex-end
;
}
&
_inp2
{
width
:
5
00px
;
width
:
3
00px
;
}
&
_span3
{
width
:
80px
;
...
...
@@ -1917,7 +1937,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