Commit bc772af0 authored by tanjunxin's avatar tanjunxin

fx: 生产排产操作按钮增加完工状态不可以操作

parent e40d497e
......@@ -736,7 +736,7 @@ export default {
this.single = true;
} else {
this.single = false;
if(selection[0].status == "CLOSE") {
if(selection[0].status == "CLOSE" || selection[0].status == "FINISHED") {
this.single = true;
}
}
......
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