| | |
| | | } |
| | | } |
| | | |
| | | if (station.stationType == 6) // ç©ºæ»æ©å
¥åº |
| | | if (station.stationType == 9) // ç©ºæ»æ©å
¥åº |
| | | { |
| | | var requestInbound = conveyorLine.GetValue<ConveyorLineDBName, bool>(ConveyorLineDBName.EntApply, station.stationChildCode); |
| | | if (requestInbound) |
| | |
| | | var palletcode = conveyorLine.GetValue<ConveyorLineDBName, Int16>(ConveyorLineDBName.SkidNo, station.stationChildCode); |
| | | //var pvi = conveyorLine.GetValue<ConveyorLineDBName, string>(ConveyorLineDBName.PVI, station.stationChildCode); |
| | | |
| | | WebResponseContent response = _taskService.RequestTask(palletcode.ToString(), palletcode.ToString(), station).Result; |
| | | WebResponseContent response = _taskService.RequestRoadWayTask(palletcode.ToString(), palletcode.ToString(), station).Result; |
| | | if (!response.Status) |
| | | { |
| | | |