Procházet zdrojové kódy

回签单信息为空只在海盐站点生效

hu před 3 roky
rodič
revize
8c3c69ceef
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      src/apps/saorder/saorder.java

+ 4 - 1
src/apps/saorder/saorder.java

@@ -646,7 +646,10 @@ public class saorder extends BaseSaorder {
         super.submitvalidate(issubmit);
         if ("".equals(getString("fsignbacknum"))) {
             if ("工具订单".equals(getString("ftype")) || "标准订单".equals(getString("ftype")) || "项目订单".equals(getString("ftype"))) {
-                throw new P2AppException("", "回签单信息不可为空!");
+            	if(getSite().equals("HY")) {
+            		 throw new P2AppException("", "回签单信息不可为空!");
+            	}
+               
             }
         }
         if ("工具借出单".equals(getString("ftype"))) {