| | |
| | | |
| | | private Double weight; |
| | | |
| | | //退库组托 |
| | | private String tkFlag; |
| | | |
| | | |
| | | public DetlDto() { |
| | |
| | | && Cools.eq(dto.getStandby2(), detlDto.getStandby2()) && Cools.eq(dto.getStandby3(), detlDto.getStandby3()) |
| | | && Cools.eq(dto.getBoxType1(), detlDto.getBoxType1()) && Cools.eq(dto.getBoxType2(), detlDto.getBoxType2()) |
| | | && Cools.eq(dto.getBoxType3(), detlDto.getBoxType3())) { |
| | | return true; |
| | | if (dto.getOrderNo().equals(detlDto.getOrderNo())){ |
| | | return true; |
| | | } |
| | | } |
| | | } |
| | | return false; |
| | |
| | | } |
| | | for (DetlDto detlDto : detlDtos) { |
| | | if (detlDtoB.getMatnr().equals(detlDto.getMatnr()) && Cools.eq(detlDtoB.getBatch(), detlDto.getBatch()) |
| | | && detlDtoB.getBrand().equals(detlDto.getBrand()) && detlDtoB.getStandby1().equals(detlDto.getStandby1()) |
| | | // && detlDtoB.getBrand().equals(detlDto.getBrand()) |
| | | && detlDtoB.getStandby1().equals(detlDto.getStandby1()) |
| | | && detlDtoB.getStandby2().equals(detlDto.getStandby2()) && detlDtoB.getStandby3().equals(detlDto.getStandby3()) |
| | | && detlDtoB.getBoxType1().equals(detlDto.getBoxType1()) && detlDtoB.getBoxType2().equals(detlDto.getBoxType2()) |
| | | && detlDtoB.getBoxType3().equals(detlDto.getBoxType3())) { |