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
5d461ebf
Commit
5d461ebf
authored
May 07, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
4db10ca3
177371e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
34 deletions
+44
-34
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+3
-0
scheduleInfo.vue
src/pages/scheduling/scheduleInfo.vue
+41
-34
No files found.
src/components/schedul/schedul-orderlist.vue
View file @
5d461ebf
...
@@ -645,6 +645,7 @@
...
@@ -645,6 +645,7 @@
this
.
addMsg2
.
Id
=
obj
.
Id
;
this
.
addMsg2
.
Id
=
obj
.
Id
;
SetDutyContent
(
this
.
addMsg2
).
then
(
res
=>
{
SetDutyContent
(
this
.
addMsg2
).
then
(
res
=>
{
this
.
getWorkList
();
this
.
getWorkList
();
this
.
$refs
.
hengLine
.
click
();
})
})
},
},
//保存编辑交接
//保存编辑交接
...
@@ -654,6 +655,7 @@
...
@@ -654,6 +655,7 @@
this
.
addMsg3
.
Id
=
obj
.
Id
;
this
.
addMsg3
.
Id
=
obj
.
Id
;
SetDutyContent
(
this
.
addMsg3
).
then
(
res
=>
{
SetDutyContent
(
this
.
addMsg3
).
then
(
res
=>
{
this
.
getWorkList
();
this
.
getWorkList
();
this
.
$refs
.
hengLine
.
click
();
})
})
},
},
//交接工作
//交接工作
...
@@ -662,6 +664,7 @@
...
@@ -662,6 +664,7 @@
this
.
addMsg3
.
PlanId
=
this
.
saveObj
.
Id
;
this
.
addMsg3
.
PlanId
=
this
.
saveObj
.
Id
;
SetDutyContent
(
this
.
addMsg3
).
then
(
res
=>
{
SetDutyContent
(
this
.
addMsg3
).
then
(
res
=>
{
this
.
getWorkList
();
this
.
getWorkList
();
this
.
$refs
.
hengLine
.
click
();
})
})
},
},
//删除交接新增图片
//删除交接新增图片
...
...
src/pages/scheduling/scheduleInfo.vue
View file @
5d461ebf
...
@@ -141,6 +141,9 @@
...
@@ -141,6 +141,9 @@
color
:
#AAAAAA
;
color
:
#AAAAAA
;
font-size
:
14px
;
font-size
:
14px
;
margin-right
:
15px
;
margin-right
:
15px
;
display
:
inline-block
;
text-align
:
right
;
width
:
60px
;
}
}
.Scdu_benci
::after
{
.Scdu_benci
::after
{
...
@@ -231,7 +234,11 @@
...
@@ -231,7 +234,11 @@
.schScroll
::-webkit-scrollbar
{
.schScroll
::-webkit-scrollbar
{
display
:
none
;
display
:
none
;
}
}
.Sch_MainColor
{
font-size
:
18px
;
color
:
#000000
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -240,41 +247,41 @@
...
@@ -240,41 +247,41 @@
<div
class=
"col scroll schScroll"
>
<div
class=
"col scroll schScroll"
>
<div
class=
"scheInfo_rightTop"
>
<div
class=
"scheInfo_rightTop"
>
<div
class=
"scheInfo_Topflex"
>
<table
class=
""
style=
"width:100%;margin:0 20px;font-size:18px;color:#000000;"
>
<div
class=
"Sctop_Color Scdu_benci"
style=
"position:relative;"
>
本次值班信息
</div>
<tr>
<div
class=
"Sctop_Color"
>
<td
style=
"width:12%"
>
<span
class=
"Scotop_little"
>
校区
</span>
{{
dataList
.
SchoolName
}}
<span
class=
"Sch_MainColor"
>
本次值班信息
</span>
</div>
</td>
<div
class=
"Sctop_Color"
style=
"width:400px;"
>
<td
style=
"width:16%"
>
<span
class=
"Scotop_little"
>
时间
</span>
<span
class=
"Scotop_little"
>
校区
</span>
{{
dataList
.
SchoolName
}}
<span
v-if=
"dataList.PlanDate"
>
{{
dataList
.
PlanDate
.
replaceAll
(
'-'
,
'.'
)
}}
</span>
</td>
<span
v-if=
"dataList.WeekDay"
>
{{
dataList
.
WeekDay
.
replace
(
'星期'
,
'周'
)
}}
</span>
<td
style=
"width:29%;"
>
{{
dataList
.
StartTime
}}
-
{{
dataList
.
EndTime
}}
<span
class=
"Scotop_little"
>
时间
</span>
</div>
<span
v-if=
"dataList.PlanDate"
>
{{
dataList
.
PlanDate
.
replaceAll
(
'-'
,
'.'
)
}}
</span>
<div
class=
"Sctop_Color"
style=
"text-align:left;"
>
<span
v-if=
"dataList.WeekDay"
>
{{
dataList
.
WeekDay
.
replace
(
'星期'
,
'周'
)
}}
</span>
<span
class=
"Scotop_little"
>
班次
</span>
{{
dataList
.
ShiftName
}}
{{
dataList
.
StartTime
}}
-
{{
dataList
.
EndTime
}}
</div>
</td>
<div
class=
"Sctop_Color"
>
<td
style=
"width:25%;"
>
<span
class=
"Scotop_little"
>
班次
</span>
{{
dataList
.
ShiftName
}}
</td>
<td>
<span
class=
"Scotop_little"
>
值班状态
</span>
{{
dataList
.
DutyStatusStr
}}
<span
class=
"Scotop_little"
>
值班状态
</span>
{{
dataList
.
DutyStatusStr
}}
</div>
</td>
</div>
</tr>
<div
class=
"scheInfo_Topflex"
style=
"margin-top:10px;"
>
<tr>
<div
class=
"Sctop_Color"
></div>
<td></td>
<div
class=
"Sctop_Color Scdu_benci"
style=
"position:relative;padding-left:15px;width:246px;"
>
<td>
<span
class=
"Scotop_little"
>
值班人员
</span>
<span
class=
"Scotop_little"
>
值班人员
</span>
{{
dataList
.
DutyManName
}}
<!--
<img
v-if=
"dataList.DutyManIcon"
:src=
"dataList.DutyManIcon"
alt=
""
style=
"width:40px;height:40px;margin-right:10px;"
/>
-->
</td>
{{
dataList
.
DutyManName
}}
<td>
</div>
<span
class=
"Scotop_little"
>
打卡时间
</span>
<div
class=
"Sctop_Color"
style=
"width:350px;padding-left:10px;"
>
<span
v-if=
"dataList.CheckTime"
>
{{
dataList
.
CheckTime
}}
</span>
<span
class=
"Scotop_little"
>
打卡时间
</span>
</td>
<span
v-if=
"dataList.CheckTime"
>
{{
dataList
.
CheckTime
}}
</span>
<td>
</div>
<span
class=
"Scotop_little"
>
交接时间
</span>
{{
dataList
.
FinishTime
}}
<div
class=
"Sctop_Color"
style=
"width:350px;padding-left:8px;"
>
</td>
<span
class=
"Scotop_little"
>
交接时间
</span>
{{
dataList
.
FinishTime
}}
</tr>
</div>
</table>
<div
class=
"Sctop_Color"
></div>
</div>
</div>
</div>
<div
class=
"Sche_Bottom"
>
<div
class=
"Sche_Bottom"
>
<schedulOrder
:save-obj=
"msg"
:authObj=
"workAuthObj"
@
refreshPage=
"refreshPage"
></schedulOrder>
<schedulOrder
:save-obj=
"msg"
:authObj=
"workAuthObj"
@
refreshPage=
"refreshPage"
></schedulOrder>
...
...
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