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
44439d49
Commit
44439d49
authored
Feb 28, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
fd7b4daf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
src/views/outClinicalpathway.vue
+16
-2
No files found.
src/views/outClinicalpathway.vue
View file @
44439d49
...
@@ -46,6 +46,12 @@
...
@@ -46,6 +46,12 @@
</div>
</div>
</div>
</div>
<div
class=
"outClinicalpathway_top_time"
>
<div
class=
"outClinicalpathway_top_time"
>
<div>
<span
style=
"font-size: 14px; color: #666"
>
药房类别:
</span>
<el-select
v-model=
"deptName"
style=
"width: 150px"
placeholder=
"请选择"
size=
"mini"
@
change=
"sele"
>
<el-option
v-for=
"item in deptNames"
:key=
"item"
:label=
"item"
:value=
"item"
/>
</el-select>
</div>
<el-timeline
style=
"display: flex; padding: 0 10px"
>
<el-timeline
style=
"display: flex; padding: 0 10px"
>
<el-timeline-item
<el-timeline-item
:class=
"timeindex == activity.inhosdays ? 'outClinicalpathway_top_time_timespan' : 'outClinicalpathway_top_time_timespan2'"
:class=
"timeindex == activity.inhosdays ? 'outClinicalpathway_top_time_timespan' : 'outClinicalpathway_top_time_timespan2'"
...
@@ -526,7 +532,7 @@ export default {
...
@@ -526,7 +532,7 @@ export default {
radio
:
1
,
radio
:
1
,
newtable1
:
[],
newtable1
:
[],
newtable2
:
[],
newtable2
:
[],
objtable
:
{
route1
:
[],
route2
:
[]
},
objtable
:
{
route1
:
[],
route2
:
[]
,
deptName
:
""
},
goSeeScoredialogFormVisible
:
false
,
//更多弹框
goSeeScoredialogFormVisible
:
false
,
//更多弹框
goSeeform
:
{},
goSeeform
:
{},
oldRowObj
:
{},
oldRowObj
:
{},
...
@@ -539,6 +545,8 @@ export default {
...
@@ -539,6 +545,8 @@ export default {
query
:
""
,
query
:
""
,
query1
:
""
,
query1
:
""
,
currentRow
:
null
,
currentRow
:
null
,
deptName
:
""
,
deptNames
:
[],
};
};
},
},
mounted
()
{
mounted
()
{
...
@@ -924,6 +932,8 @@ export default {
...
@@ -924,6 +932,8 @@ export default {
.
then
((
data
)
=>
{
.
then
((
data
)
=>
{
this
.
topdata
=
data
;
this
.
topdata
=
data
;
this
.
crid
=
data
.
crid
;
this
.
crid
=
data
.
crid
;
this
.
deptNames
=
data
.
deptNames
;
this
.
deptName
=
data
.
deptNames
&&
data
.
deptNames
.
length
?
data
.
deptNames
[
0
]
:
"西药房"
;
this
.
getreasonoptions
();
this
.
getreasonoptions
();
})
})
.
catch
((
error
)
=>
{});
.
catch
((
error
)
=>
{});
...
@@ -1111,7 +1121,7 @@ export default {
...
@@ -1111,7 +1121,7 @@ export default {
http
.
post
(
http
.
post
(
`/ClinicalRoute/ClinicalRoute/GetGetRouteAdvicesRight?pid=
${
this
.
$route
.
query
.
pid
}
&case_routeid=
${
this
.
case_routeid
}
&searchQuery=
${
`/ClinicalRoute/ClinicalRoute/GetGetRouteAdvicesRight?pid=
${
this
.
$route
.
query
.
pid
}
&case_routeid=
${
this
.
case_routeid
}
&searchQuery=
${
this
.
inhosdays
this
.
inhosdays
}
&type=
${
this
.
radio
}
&t=
${
Math
.
random
()}
`
,
}
&type=
${
this
.
radio
}
&t=
${
Math
.
random
()}
&deptName=
${
this
.
deptName
}
`
,
{}
{}
)
)
.
then
((
data
)
=>
{
.
then
((
data
)
=>
{
...
@@ -1170,6 +1180,9 @@ export default {
...
@@ -1170,6 +1180,9 @@ export default {
this
.
inhosdays
=
val
.
inhosdays
;
this
.
inhosdays
=
val
.
inhosdays
;
this
.
getTableData
();
this
.
getTableData
();
},
},
sele
()
{
this
.
getTableData
();
},
//保存医嘱
//保存医嘱
joinorder
()
{
joinorder
()
{
if
(
this
.
multipleSelection
.
length
||
this
.
multipleSelection1
.
length
)
{
if
(
this
.
multipleSelection
.
length
||
this
.
multipleSelection1
.
length
)
{
...
@@ -1215,6 +1228,7 @@ export default {
...
@@ -1215,6 +1228,7 @@ export default {
this
.
sDate
(
this
.
multipleSelection1
.
filter
((
item
)
=>
item
.
adviceType
));
this
.
sDate
(
this
.
multipleSelection1
.
filter
((
item
)
=>
item
.
adviceType
));
this
.
objtable
.
route1
=
this
.
multipleSelection
.
filter
((
item
)
=>
item
.
adviceType
);
this
.
objtable
.
route1
=
this
.
multipleSelection
.
filter
((
item
)
=>
item
.
adviceType
);
this
.
objtable
.
route2
=
this
.
multipleSelection1
.
filter
((
item
)
=>
item
.
adviceType
);
this
.
objtable
.
route2
=
this
.
multipleSelection1
.
filter
((
item
)
=>
item
.
adviceType
);
this
.
objtable
.
deptName
=
this
.
deptName
;
http
.
post
(
`/ClinicalRoute/ClinicalRoute/SetPatientRoutes?pid=
${
this
.
$route
.
query
.
pid
}
`
,
this
.
objtable
)
http
.
post
(
`/ClinicalRoute/ClinicalRoute/SetPatientRoutes?pid=
${
this
.
$route
.
query
.
pid
}
`
,
this
.
objtable
)
.
then
((
data
)
=>
{
.
then
((
data
)
=>
{
data
.
map
((
item
)
=>
{
data
.
map
((
item
)
=>
{
...
...
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