|
@@ -545,7 +545,7 @@ public class workorder extends Controller {
|
|
|
if (!rows.isEmpty()) {
|
|
|
Row ordernode = rows.get(0);
|
|
|
if (ordernode.getLong("parentid") == 0) {
|
|
|
- return getErrReturnObject().setErrMsg("该工序不是末级节点").toString();
|
|
|
+// return getErrReturnObject().setErrMsg("该工序不是末级节点").toString();
|
|
|
} else if (ordernode.getLong("status") == 1) {
|
|
|
return getErrReturnObject().setErrMsg("该工序已完成,无法修改").toString();
|
|
|
}
|