Explorar el Código

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

hu hace 3 años
padre
commit
8c3c69ceef
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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"))) {