Commit 06efd5a7 authored by 仇晓婷's avatar 仇晓婷

流水排产

parent 909c5f5d
...@@ -172,6 +172,8 @@ export default { ...@@ -172,6 +172,8 @@ export default {
changeStatus(a) { changeStatus(a) {
this.status = a; this.status = a;
this.orderlist(this.status); this.orderlist(this.status);
this.orderId = 0;
this.isactive = null;
}, },
//排产池列表 //排产池列表
...@@ -353,7 +355,7 @@ export default { ...@@ -353,7 +355,7 @@ export default {
}); });
} }
} else { } else {
this.$Message.info("请先选择排产订单"); this.$Message.info("请先选择排产订单设置工序");
} }
}, },
closeOk() { closeOk() {
......
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