| | |
| | | |
| | | object obj = new |
| | | { |
| | | childDeviceCode = station.stationChildCode, |
| | | commandAfter = command, |
| | | }; |
| | | _noticeService.StackerData(userIds?.FirstOrDefault(), userTokenIds, new { conveyorLine.DeviceName, data = obj }); |
| | |
| | | |
| | | var result = await HttpHelper.PostAsync(wmsIpAddrss, new { palletCode = "", EquiCodeMOM = stationManager.stationEquipMOM, Roadways = stationManager.Roadway, area = stationManager.stationArea, Position = stationManager.stationChildCode }.ToJsonString()); |
| | | WebResponseContent content = JsonConvert.DeserializeObject<WebResponseContent>(result); |
| | | if(!content.Status) |
| | | if (!content.Status) |
| | | { |
| | | //ConsoleHelper.WriteErrorLine($"分容呼叫空托盘失败{content.Message}"); |
| | | return; |