|
|
@ -27,6 +27,7 @@ using Volo.Abp.ObjectMapping; |
|
|
|
using Win_in.Sfs.Basedata.Application; |
|
|
|
using System.Text.Json; |
|
|
|
using Win_in.Sfs.Shared.Event; |
|
|
|
using DocumentFormat.OpenXml.Bibliography; |
|
|
|
|
|
|
|
namespace Win_in.Sfs.Wms.Store.Application; |
|
|
|
|
|
|
@ -850,7 +851,9 @@ public class UnplannedIssueJobAppService |
|
|
|
request.BeginPosition = detail.HandledFromLocationCode; |
|
|
|
request.EndPosition = detail.HandledFromLocationCode; |
|
|
|
request.OrderType = job.UnplannedIssueType == EnumUnplannedIssueType.Raw ? ((int)EnumJobType.UnplannedIssueJobHasPacking).ToString() :((int)EnumJobType.UnplannedIssueJobNoPacking).ToString(); ; |
|
|
|
|
|
|
|
request.State = "0"; |
|
|
|
request.PakingCode = !string.IsNullOrEmpty(detail.HandledPackingCode) ? detail.HandledPackingCode : string.Empty; |
|
|
|
request.Batch = ""; |
|
|
|
var httpclient = _httpClientFactory.CreateClient(); |
|
|
|
_agvOptions.Value.Address = string.IsNullOrEmpty(_agvOptions.Value.Address) |
|
|
|
? "http://7e42682n64.goho.co:21171/" |
|
|
|