| | |
| | | //string paraStr = JsonConvert.SerializeObject(paras); |
| | | //LogAsync(DateTime.Now, $"MES入料检测 {url}", paraStr); |
| | | |
| | | IncomingCheckMethod = InitialMESWebServiceMethod(IncomingCheckMethodName, out IncomingCheckObj); |
| | | //IncomingCheckMethod = InitialMESWebServiceMethod(IncomingCheckMethodName, out IncomingCheckObj); |
| | | |
| | | Stopwatch sw = new Stopwatch(); |
| | | sw.Start(); |
| | | //var result = _webApiHelper.dooPost(url, paraStr); |
| | | |
| | | object[] paras = new object[] { barcode, Config.StationCode }; |
| | | object[] paras = new object[] { barcode, Config.StationCode, Config.ProjectCode }; |
| | | |
| | | if (Config.IsEnableMESLog) |
| | | { |
| | |
| | | //string paraStr = JsonConvert.SerializeObject(paras); |
| | | //LogAsync(DateTime.Now, $"MES数据上传 {url}", paraStr); |
| | | |
| | | DataUploadMethod = InitialMESWebServiceMethod(DataUploadMethodName, out DataUploadObj); |
| | | //DataUploadMethod = InitialMESWebServiceMethod(DataUploadMethodName, out DataUploadObj); |
| | | |
| | | Stopwatch sw = new Stopwatch(); |
| | | sw.Start(); |