| | |
| | | pla.setTransfer("退货"); |
| | | pla.setStash(""); // 库区 |
| | | pla.setLocNo(""); // 库位 |
| | | |
| | | double beforeWeightAnfme = pla.getWeightAnfme(); |
| | | pla.setWeightAnfme(pla.getWeightAnfme() + plaQty.getOrderWeight()); |
| | | pla.setStatus(GlobleParameter.PLA_STATUS_1); |
| | | this.updateById(pla); |
| | | |
| | | SaasUtils.insertLog(4,pla.getLocNo(),pla.getBrand(),plaQty.getOrderWeight(),user.getUsername(), |
| | | null,pla.getBatch(),pla.getPackageNo(),pla.getOwner(),pla.getWorkshop(),null); |
| | | null,pla.getBatch(),pla.getPackageNo(),pla.getOwner(),pla.getWorkshop(),null,"退回前:"+beforeWeightAnfme+",退回后:"+pla.getWeightAnfme()); |
| | | |
| | | }); |
| | | } |