| | |
| | | otherDevice.Communicator.Write("DB15.6", toplc); //åå
¥å»å |
| | | otherDevice.Communicator.Write("DB15.0", true); |
| | | |
| | | var datast = _OrderDetailsService.ToMesBarc(int.Parse(barcode)); |
| | | //var datast = _OrderDetailsService.ToMesBarc(int.Parse(barcode)); |
| | | } |
| | | else if (toplc == -1)//æ¿ææ æ¡ç |
| | | { |
| | |
| | | } |
| | | else |
| | | { |
| | | if (wcsResponse) |
| | | if (wcsResponse && !request) |
| | | otherDevice.Communicator.Write("DB15.0", false); //æ¸
é¤ååº |
| | | } |
| | | } |
| | |
| | | List<int> result = new List<int>(); |
| | | for (int i = 0; i < values.Length; i++) |
| | | { |
| | | if (value.Equals(values[i])) |
| | | if (value?.Equals(values[i]) ?? false) |
| | | { |
| | | result.Add(i); |
| | | } |