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
c711af64
Commit
c711af64
authored
Jul 19, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检查目的为必填
parent
0ef3bcfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
src/views/outClinicalpathway.vue
+23
-0
No files found.
src/views/outClinicalpathway.vue
View file @
c711af64
...
@@ -1265,6 +1265,29 @@ export default {
...
@@ -1265,6 +1265,29 @@ 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
);
let
a
=
this
.
objtable
.
route1
.
filter
((
item
)
=>
item
.
orderType
==
"检查"
);
let
b
=
this
.
objtable
.
route2
.
filter
((
item
)
=>
item
.
orderType
==
"检查"
);
if
(
a
.
length
)
{
if
(
!
a
[
0
].
inspectionPurpose
)
{
Message
.
warning
({
showClose
:
true
,
message
:
`检查目的为必填,请填写`
,
type
:
"warning"
,
});
return
;
}
}
if
(
b
.
length
)
{
if
(
!
b
[
0
].
inspectionPurpose
)
{
Message
.
warning
({
showClose
:
true
,
message
:
`检查目的为必填,请填写`
,
type
:
"warning"
,
});
return
;
}
}
this
.
objtable
.
deptName
=
this
.
deptName
;
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
)
=>
{
...
...
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