Commit e0da64c2 authored by renjintao's avatar renjintao

aps

parent b3cd0168
...@@ -269,7 +269,8 @@ export default { ...@@ -269,7 +269,8 @@ export default {
Api.recoveryoptasksimluate(params).then(r => { Api.recoveryoptasksimluate(params).then(r => {
if (r.success) { if (r.success) {
this.$Message.success("恢复成功"); this.$Message.success("恢复成功");
this.loadList(); this.list = [];
this.loadList()
} }
}); });
}, },
...@@ -336,13 +337,14 @@ export default { ...@@ -336,13 +337,14 @@ export default {
arryIds.push(objIds); arryIds.push(objIds);
}); });
parmsOrderpriority.alls = arryIds; parmsOrderpriority.alls = arryIds;
//alert(JSON.stringify(parmsOrderpriority)); // alert(JSON.stringify(parmsOrderpriority));
Api.orderpriority(parmsOrderpriority).then(res => { Api.orderpriority(parmsOrderpriority).then(res => {
if (res.success) { if (res.success) {
if (res.reuslt) { if (res.reuslt) {
this.$Message.success("排序成功"); this.$Message.success("排序成功");
//apsp排产前检查 //apsp排产前检查
} else { } else {
this.$Message.error("排序失败,请重新APS排产操作"); this.$Message.error("排序失败,请重新APS排产操作");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment