Explorar o código

海盐工单取消工序确认才能完工的限制2021年12月20日14:52:35

hu %!s(int64=4) %!d(string=hai) anos
pai
achega
54f87a764b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/apps/hyworkorder/hyworkorder.java

+ 1 - 1
src/apps/hyworkorder/hyworkorder.java

@@ -201,7 +201,7 @@ public class hyworkorder extends PaoCust {
         ordernodeset.reset();
         int count=ordernodeset.count();
         if(allcount!=count&&!getString("ftype").equals("维修")){
-            throw new P2AppException("","还有工序没有确认");
+//            throw new P2AppException("","还有工序没有确认");
         }else{
             DBConnect dbConnect=new DBConnect();