|
|
@ -813,13 +813,9 @@ public class InjectionIssueJobAppService |
|
|
|
//TODO AGV
|
|
|
|
//来源永远是库位 目标永远是工位
|
|
|
|
var ret = await CallAgvAsync(InjectionIssueJobDto, fromLocationCode, jobDetailInputdetail.Remark).ConfigureAwait(false); |
|
|
|
|
|
|
|
#if DEBUG
|
|
|
|
|
|
|
|
return true; |
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
if (ret.Code != 0) |
|
|
|
{ |
|
|
|
throw new UserFriendlyException($"调用AGV不成功!原因:{ret.Message}"); |
|
|
@ -1074,6 +1070,7 @@ public class InjectionIssueJobAppService |
|
|
|
detailInput.ToStatus = EnumInventoryStatus.OK; |
|
|
|
detailInput.Remark = "AGV反库"; |
|
|
|
|
|
|
|
|
|
|
|
transfer.Details.Add(detailInput); |
|
|
|
|
|
|
|
|
|
|
@ -1205,7 +1202,6 @@ public class InjectionIssueJobAppService |
|
|
|
} |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 私有
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|