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
89fed70d
Commit
89fed70d
authored
May 08, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d52fde5f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+2
-0
mySchedule.vue
src/pages/scheduling/mySchedule.vue
+2
-1
schedulingPlan.vue
src/pages/scheduling/schedulingPlan.vue
+2
-1
schedulingRecord.vue
src/pages/scheduling/schedulingRecord.vue
+2
-1
No files found.
src/components/schedul/schedul-orderlist.vue
View file @
89fed70d
...
...
@@ -522,6 +522,7 @@
qMsg
:
{
Id
:
0
,
Shift
:
0
,
DutyMan
:
0
},
}
},
...
...
@@ -541,6 +542,7 @@
mounted
()
{
this
.
qMsg
.
Id
=
this
.
saveObj
.
Id
;
this
.
qMsg
.
Shift
=
this
.
saveObj
.
Shift
;
this
.
qMsg
.
DutyMan
=
this
.
saveObj
.
DutyMan
;
this
.
getWorkList
();
this
.
initAuth
();
},
...
...
src/pages/scheduling/mySchedule.vue
View file @
89fed70d
...
...
@@ -286,7 +286,8 @@
path
:
"/scheduling/scheduleInfo"
,
query
:
{
Id
:
item
.
Id
,
Shift
:
item
.
Shift
Shift
:
item
.
Shift
,
DutyMan
:
item
.
DutyMan
}
});
},
...
...
src/pages/scheduling/schedulingPlan.vue
View file @
89fed70d
...
...
@@ -406,7 +406,8 @@
path
:
"/scheduling/scheduleInfo"
,
query
:
{
Id
:
item
.
PlanId
,
Shift
:
item
.
Shift
Shift
:
item
.
Shift
,
DutyMan
:
item
.
DutyMan
}
});
}
...
...
src/pages/scheduling/schedulingRecord.vue
View file @
89fed70d
...
...
@@ -340,7 +340,8 @@
path
:
"/scheduling/scheduleInfo"
,
query
:
{
Id
:
item
.
PlanId
,
Shift
:
item
.
Shift
Shift
:
item
.
Shift
,
DutyMan
:
item
.
DutyMan
}
});
}
...
...
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