| | |
| | | 锘縰sing Newtonsoft.Json; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.Math; |
| | | using System; |
| | | using System.Collections; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | { |
| | | var task = tasks.First(x => x.PalletCode == item.outPod); |
| | | if (item.blockPods != null && item.blockPods.Count > 0) |
| | | item.blockPods = item.blockPods.Except(PalletCodes).ToList(); |
| | | if (item.blockPods != null && item.blockPods.Count > 0) |
| | | { |
| | | #region 鍒ゆ柇闃荤鎵樻槸鍚︿负鍑哄簱浠诲姟 |
| | | //var except = item.blockPods.Except(PalletCodes).ToList(); |
| | | #endregion |
| | | var responseContent = AddMoveTask(item.blockPods, task);//娣诲姞绉诲簱浠诲姟 |
| | | if (!responseContent.Status) task.ExceptionMessage = responseContent.Message; |
| | | else task.TaskState = (int)TaskStatusEnum.RGV_WaitMoveToExecute; |