Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
7d16e4b5
Commit
7d16e4b5
authored
Nov 06, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
班组长派工
parent
88ddf923
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
307 additions
and
206 deletions
+307
-206
api.js
pages/aps/dispatch/api.js
+3
-0
index.vue
pages/aps/dispatch/index.vue
+298
-200
index.vue
pages/aps/stream/index.vue
+6
-6
No files found.
pages/aps/dispatch/api.js
View file @
7d16e4b5
...
...
@@ -21,6 +21,9 @@ export default {
getEntryList
(
params
){
return
Api
.
get
(
`
${
PlanUrl
}
/teamsdispatchs/getentrylist`
,
params
);
},
// getEntryList(params){
// return Api.get(`${PlanUrl}/teamsdispatchs/getentrylist_mutiroutinggroup`, params);
// },
// 派工接口(保存)
saveTeamentry
(
params
){
return
Api
.
post
(
`
${
PlanUrl
}
/teamsdispatchs/saveteamentry`
,
params
);
...
...
pages/aps/dispatch/index.vue
View file @
7d16e4b5
This diff is collapsed.
Click to expand it.
pages/aps/stream/index.vue
View file @
7d16e4b5
...
...
@@ -402,12 +402,12 @@ export default {
this
.
result
.
forEach
((
element
)
=>
{
for
(
let
i
=
0
;
i
<
element
.
list
.
length
;
i
++
)
{
obj
=
{
detailId
:
element
.
list
.
length
[
i
].
detailId
,
shopId
:
element
.
list
.
length
[
i
].
shopId
,
quantity
:
element
.
list
.
length
[
i
].
quantity
,
beginTime
:
element
.
list
.
length
[
i
].
beginTime
,
endTime
:
element
.
list
.
length
[
i
].
endTime
,
remark
:
element
.
list
.
length
[
i
].
remark
,
detailId
:
element
.
list
[
i
].
detailId
,
shopId
:
element
.
list
[
i
].
shopId
,
quantity
:
element
.
list
[
i
].
quantity
,
beginTime
:
element
.
list
[
i
].
beginTime
,
endTime
:
element
.
list
[
i
].
endTime
,
remark
:
element
.
list
[
i
].
remark
,
};
items
.
push
(
obj
);
}
...
...
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