|
|
@@ -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();
|