| | |
| | | if(isReplace){ |
| | | replacePla(pla,manPakOut,plaQty); |
| | | }else { |
| | | if((!Cools.eq(pla.getStatus(),GlobleParameter.PLA_STATUS_2) && !Cools.eq(pla.getStatus(),GlobleParameter.PLA_STATUS_3)) || |
| | | if((!Cools.eq(pla.getStatus(),GlobleParameter.PLA_STATUS_2) && !Cools.eq(pla.getStatus(),GlobleParameter.PLA_STATUS_3) && !Cools.eq(pla.getStatus(),GlobleParameter.PLA_STATUS_1)) || |
| | | !Cools.eq(pla.getBatch(),manPakOut.getBatch()) || |
| | | !Cools.eq(pla.getPackageNo()+"",manPakOut.getBarcode()) || |
| | | !Cools.eq(pla.getBrand(),manPakOut.getMaktx()) ){ |