| | |
| | | var cntrItemRel = ContainerHelper.GetCntrItemRel(downCntr.S_CNTR_CODE).FirstOrDefault(); |
| | | if (cntrItemRel != null) |
| | | { |
| | | float height = WMSHelper.getFurHeight(cntrItemRel.LOTATT09); |
| | | float height = WMSHelper.getFurHeight(cntrItemRel.LOTATT10); |
| | | mst.S_START_LOC = mst.S_START_LOC + "-" + height; |
| | | } |
| | | } |
| | |
| | | if (endLocCntrRels != null && endLocCntrRels.Count == 1) { |
| | | var cntrItemRel = ContainerHelper.GetCntrItemRel(endLocCntrRels[0].S_CNTR_CODE).FirstOrDefault(); |
| | | if (cntrItemRel != null) { |
| | | float height = WMSHelper.getFurHeight(cntrItemRel.LOTATT09); |
| | | float height = WMSHelper.getFurHeight(cntrItemRel.LOTATT10); |
| | | mst.S_END_LOC = mst.S_END_LOC + "-" + height; |
| | | } |
| | | } |