Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
b5f733a8
Commit
b5f733a8
authored
May 07, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
50373e18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
85 additions
and
78 deletions
+85
-78
schedu.js
src/api/scheduling/schedu.js
+9
-0
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+74
-70
scheduleBoard.vue
src/pages/scheduling/scheduleBoard.vue
+2
-8
No files found.
src/api/scheduling/schedu.js
View file @
b5f733a8
...
@@ -66,6 +66,15 @@ export function OnDuty(data) {
...
@@ -66,6 +66,15 @@ export function OnDuty(data) {
})
})
}
}
//获取我的值班内容
export
function
queryDutyWork
(
data
)
{
return
request
({
url
:
'/DutyPlan/GetDutyWork'
,
method
:
'post'
,
data
})
}
//获取访客列表
//获取访客列表
export
function
queryVisitorPage
(
data
)
{
export
function
queryVisitorPage
(
data
)
{
return
request
({
return
request
({
...
...
src/components/schedul/schedul-orderlist.vue
View file @
b5f733a8
This diff is collapsed.
Click to expand it.
src/pages/scheduling/scheduleBoard.vue
View file @
b5f733a8
...
@@ -215,7 +215,7 @@
...
@@ -215,7 +215,7 @@
color
:
#000000
;
color
:
#000000
;
height
:
46px
;
height
:
46px
;
border-bottom
:
1px
solid
#F3F3F3
;
border-bottom
:
1px
solid
#F3F3F3
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
}
}
...
@@ -273,7 +273,7 @@
...
@@ -273,7 +273,7 @@
</div>
</div>
</div>
</div>
<div
class=
"Sche_Bottom"
>
<div
class=
"Sche_Bottom"
>
<schedulOrder
:save-obj=
"msg"
@
refreshPage=
"refreshPage"
></schedulOrder>
<schedulOrder
:save-obj=
"msg"
></schedulOrder>
<schedulVisit
:save-obj=
"msg"
></schedulVisit>
<schedulVisit
:save-obj=
"msg"
></schedulVisit>
</div>
</div>
</div>
</div>
...
@@ -301,9 +301,6 @@
...
@@ -301,9 +301,6 @@
Id
:
0
,
Id
:
0
,
Shift
:
0
,
Shift
:
0
,
PlanDate
:
""
,
//日期
PlanDate
:
""
,
//日期
HandoverList
:
[],
//交接事项列表
EmergenciesList
:
[],
//突发事项列表
WorkList
:
[],
//工作清单列表
},
},
checkMsg
:
{
checkMsg
:
{
Id
:
0
,
Id
:
0
,
...
@@ -331,9 +328,6 @@
...
@@ -331,9 +328,6 @@
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
dataList
=
res
.
Data
;
this
.
dataList
=
res
.
Data
;
this
.
msg
.
PlanDate
=
res
.
Data
.
PlanDate
;
this
.
msg
.
PlanDate
=
res
.
Data
.
PlanDate
;
this
.
msg
.
HandoverList
=
res
.
Data
.
HandoverList
;
this
.
msg
.
EmergenciesList
=
res
.
Data
.
EmergenciesList
;
this
.
msg
.
WorkList
=
res
.
Data
.
WorkList
;
}
}
})
})
},
},
...
...
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