فهرست منبع

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

hu 4 سال پیش
والد
کامیت
54f87a764b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();