| | |
| | | { |
| | | LogHelper.Info("接驳位:" + JsonConvert.SerializeObject(item), "Mobox"); |
| | | var conLoc = LocationHelper.GetLoc(item); |
| | | endLoc = WMSHelper.GetEndLocation(areaCode, model.trayItemInfoList[0].itemCode, conLoc.N_ROADWAY, conLoc.N_ROW); |
| | | endLoc = WMSHelper.GetEndLocation(areaCode, model.trayItemInfoList[0].itemCode, conLoc.N_ROADWAY, conLoc.N_ROW,4); |
| | | if (endLoc != null) |
| | | { |
| | | firstTaskEnd = conLoc; |
| | |
| | | else |
| | | { |
| | | responseResult.success = false; |
| | | responseResult.message = "未获取到终点库位"; |
| | | responseResult.message = "未获取到终点库位,剩余货位不足"; |
| | | } |
| | | return responseResult; |
| | | } |