| | |
| | | //WebResponseContent content = WebResponseContent.Instance.OK(); |
| | | if (content.Status) |
| | | { |
| | | //åå
¥æ£é确认 |
| | | conveyorLine.SetValue(ConveyorLineDBName.W_PickToHode, (short)300, station.StationCode); |
| | | WriteInfo(conveyorLine.DeviceCode, $"{station.PickStationCode}æ£éç³è¯·ä¸æ¥æå{PickBarCode}"); |
| | | } |
| | | else |
| | | { |
| | | WriteError(conveyorLine.DeviceCode, $"{station.PickStationCode}æ£éç³è¯·ä¸æ¥WMSé误{PickBarCode}ï¼ä¿¡æ¯{content.Message}"); |
| | | } |
| | | //åå
¥æ£é确认 |
| | | conveyorLine.SetValue(ConveyorLineDBName.W_PickToHode, (short)300, station.StationCode); |
| | | } |
| | | else |
| | | { |
| | |
| | | ContainerCode = PickBarCode, |
| | | Direction="100" |
| | | }; |
| | | WebResponseContent responseContent = _taskService.ContainerFlow(containerFlowDTO, station.StationDeviceCode, station.PickStationCode); |
| | | WebResponseContent responseContent = _taskService.ContainerFlow(containerFlowDTO, station.StationDeviceCode, station.PickStationCode,1); |
| | | if (responseContent.Status) |
| | | { |
| | | conveyorLine.SetValue(ConveyorLineDBName.W_PickToHode, (short)containerFlowDTO.Direction.ObjToInt(), station.StationCode); |