Browse Source

质保卡审批不判断工序确认

hu 4 years ago
parent
commit
7b0d6198e5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/apps/workorder/workorder.java

+ 3 - 3
src/apps/workorder/workorder.java

@@ -533,9 +533,9 @@ public class workorder extends PaoCust {
 		ordernodeset.setWhere("ischilden=0 and isconfirm=1");
 		ordernodeset.reset();
 		int count = ordernodeset.count();
-		if (allcount != count && !getString("ftype").equals("维修")) {
-			throw new P2AppException("", "还有工序没有确认");
-		}
+//		if (allcount != count && !getString("ftype").equals("维修")) {
+//			throw new P2AppException("", "还有工序没有确认");
+//		}
 //        PaoSetRemote workorder_errormsg = getPaoSet("workorder_errormsg");
 //        workorder_errormsg.setWhere("fisprocess=0");
 //        workorder_errormsg.reset();