| | |
| | | dto.setZznm(inoutRecord.getDepotId().substring(0, 21)); |
| | | dto.setDjbh(inoutRecord.getId()); |
| | | dto.setSxh(inoutRecord.getId().substring(10)); |
| | | if(InoutConstant.RECORD_STATUS_DEL.equals(inoutRecord.getRecordStatus()) || |
| | | InoutConstant.RECORD_STATUS_ERROR.equals(inoutRecord.getRecordStatus())){ |
| | | if(InoutConstant.RECORD_STATUS_DEL.equals(inoutRecord.getRecordStatus()) ){ |
| | | dto.setDjzt("4"); //已作废 |
| | | }else { |
| | | dto.setDjzt("2"); //出库完成 |
| | |
| | | dto.setShjzsj(DateFormatUtils.format(inoutSettle.getPayTime(),"yyyy-MM-dd HH:mm:ss")); |
| | | dto.setJzqj(DateFormatUtils.format(inoutSettle.getPayTime(),"yyyy-MM-dd")); |
| | | dto.setDj(inoutSettle.getPayPrice() + ""); |
| | | dto.setJe(inoutSettle.getPaySum() + ""); |
| | | dto.setJe(inoutSettle.getPayMoney() + ""); |
| | | } |
| | | dto.setDjlx("0"); |
| | | dto.setLrfs("0"); |