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
94f3ee82
Commit
94f3ee82
authored
Apr 01, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aps
parent
5de759c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
21 deletions
+13
-21
excute.vue
pages/aps/aps/components/excute.vue
+1
-16
index.vue
pages/aps/aps/index.vue
+12
-5
No files found.
pages/aps/aps/components/excute.vue
View file @
94f3ee82
...
...
@@ -409,22 +409,7 @@ export default {
}
});
},
// removeOk() {
// let params = {
// partPk: this.selectRoutingDetail.part_task_pk,
// detailIdstr: this.selectRoutingDetail.routing_detail_id
// };
// Api.removeoptasksimluate(params).then(r => {
// if (r.success) {
// this.deletelModal = false;
// this.$Message.success("删除成功");
// this.data1.splice(this.rowIndex, 1);
// }
// });
// },
removeCancel
()
{
this
.
deletelModal
=
false
;
},
//删除工序时间end-----
cancel
()
{
this
.
curId
=
0
;
...
...
pages/aps/aps/index.vue
View file @
94f3ee82
...
...
@@ -123,7 +123,11 @@ export default {
key
:
"priority"
,
title
:
this
.
l
(
"priority"
),
align
:
"left"
,
high
:
true
high
:
true
,
render
:
(
h
,
params
)
=>
{
return
h
(
"span"
,
{
},
params
.
index
+
1
);
}
},
{
key
:
"plan_qty"
,
...
...
@@ -258,7 +262,7 @@ export default {
this
.
editModal
=
true
;
this
.
curId
=
id
;
},
refresh
(
partPkId
)
{
refresh
(
partPkId
)
{
//恢复工序
let
params
=
{
id
:
partPkId
};
...
...
@@ -269,11 +273,14 @@ export default {
});
},
remove
(
partPkId
)
{
//移出排产池
let
params
=
[];
let
params
Arry
=
[];
if
(
partPkId
.
constructor
==
Array
)
{
params
=
partPkId
;
params
Arry
=
partPkId
;
}
else
{
params
.
push
(
partPkId
);
paramsArry
.
push
(
partPkId
);
}
let
params
=
{
partPks
:
paramsArry
}
Api
.
shiftoutapspool
(
params
).
then
(
r
=>
{
if
(
r
.
success
)
{
...
...
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