| | |
| | | |
| | | #region 佳通合肥接口业务 |
| | | |
| | | |
| | | public static object _lockCreateTask = new object(); |
| | | public static object _lockCreateItem = new object(); |
| | | public static object _lockCreateTask = new object(); |
| | | |
| | | /// <summary> |
| | | /// 立库任务下发=》创建任务 |
| | | /// </summary> |
| | |
| | | AddErrorInfo("寻找出库货位失败", result.msg, Source); |
| | | return result; |
| | | } |
| | | |
| | | //endloc = db.Queryable<Location>().Where(a => a.S_CODE.Trim() == taskData.dropStation).First(); |
| | | //if (endloc != null) |
| | | //{ |
| | | // End = taskData.dropStation; |
| | | //} |
| | | //else |
| | | //{ |
| | | // result.code = "1"; |
| | | // result.msg = $"根据终点{End},找不到对应货位,请检查货位表"; |
| | | // AddErrorInfo("货位查找失败", result.msg, Source); |
| | | // return result; |
| | | //} |
| | | } |
| | | else |
| | | { |
| | |
| | | AddErrorInfo("创建托盘失败", result.msg, Source); |
| | | return result; |
| | | } |
| | | |
| | | |
| | | } |
| | | else |
| | | { |