|
@@ -113,10 +113,10 @@ public class GeneralDefdocPlugin extends AbstractPfxxPlugin {
|
|
|
// 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);
|
|
|
- }
|
|
|
+// //委外领料——材料出库
|
|
|
+// if(swapContext.getBilltype().equals("4D")){
|
|
|
+// service.processAction("SIGN","4D", null, icbill, null, null);
|
|
|
+// }
|
|
|
//委托加工入库
|
|
|
if(swapContext.getBilltype().equals("47")){
|
|
|
service.processAction("SIGN","47", null, icbill, null, null);
|