Commit e0da64c2 authored by renjintao's avatar renjintao

aps

parent b3cd0168
......@@ -269,7 +269,8 @@ export default {
Api.recoveryoptasksimluate(params).then(r => {
if (r.success) {
this.$Message.success("恢复成功");
this.loadList();
this.list = [];
this.loadList()
}
});
},
......@@ -336,13 +337,14 @@ export default {
arryIds.push(objIds);
});
parmsOrderpriority.alls = arryIds;
//alert(JSON.stringify(parmsOrderpriority));
// alert(JSON.stringify(parmsOrderpriority));
Api.orderpriority(parmsOrderpriority).then(res => {
if (res.success) {
if (res.reuslt) {
this.$Message.success("排序成功");
//apsp排产前检查
} else {
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