Commit 71bd4acc by 江和松

存货档案已经分配了工艺流程的也可以重新分配

parent 9bbb3cba
...@@ -303,12 +303,6 @@ function batchFlow() { ...@@ -303,12 +303,6 @@ function batchFlow() {
return false; return false;
} }
} }
if(item.get("flowId") >0 ){
message("只能选择未分配的存货")
flag = false;
return false;
}
}); });
if(flag){ if(flag){
JSColorbox.open({ JSColorbox.open({
......
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