ソースを参照

其它入库,其它出库去掉保存即审批

yaoyu 1 年間 前
コミット
bc4747d682

+ 6 - 6
xh/ic/src/public/nc/bs/ic/general/plugins/GeneralDefdocPlugin.java

@@ -106,13 +106,13 @@ public class GeneralDefdocPlugin extends AbstractPfxxPlugin {
     	  service.processAction("SIGN","4C", null, icbill, null, null);
     }
     //其他入库
-    if(swapContext.getBilltype().equals("4A")){
-    	service.processAction("SIGN","4A", null, icbill, null, null);
-    }
+//    if(swapContext.getBilltype().equals("4A")){
+//    	service.processAction("SIGN","4A", null, icbill, null, null);
+//    }
     //其他出库
-    if(swapContext.getBilltype().equals("4I")){
-    	service.processAction("SIGN","4I", null, icbill, null, null);
-    }
+//    if(swapContext.getBilltype().equals("4I")){
+//    	service.processAction("SIGN","4I", null, icbill, null, null);
+//    }
     //委外领料——材料出库
     if(swapContext.getBilltype().equals("4D")){
     	service.processAction("SIGN","4D", null, icbill, null, null);