Kaynağa Gözat

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

hu 3 yıl önce
ebeveyn
işleme
8c3c69ceef
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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"))) {