| | |
| | | } |
| | | var obj = FormCC.stationView.R_StationForReadCommList.Where(x => x.StationCode == rgvLocation.ToString()).FirstOrDefault(); |
| | | if (obj.R_InboundFinish) |
| | | //if (true)//妯℃嫙 |
| | | { |
| | | //var result = obj.R_InboundNumber; |
| | | //if (string.IsNullOrEmpty(result)) |
| | | //{ |
| | | // SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_FinishTask = $"{rgvLocation.ToString()}- 鍏ュ簱搴撲綅鍙锋槸绌虹殑,姝ゆ寰幆缁撴潫"; |
| | | // continue; |
| | | //} |
| | | //obj.R_Inbound_TaskID = 17797;//妯℃嫙 |
| | | var result2 = obj.R_Inbound_TaskID; |
| | | if (result2 == 0) |
| | | { |
| | | SystemWarningMsg._lbl_Alert_DataProcess_RobotBuffer_FinishTask = $"{rgvLocation.ToString()}- 鍏ュ簱浠诲姟鍙锋槸绌虹殑,姝ゆ寰幆缁撴潫"; |
| | | continue; |
| | | } |
| | | |
| | | |
| | | var qitaoReault = false; |
| | | |
| | | using (WmsDBModel wmsDB = new WmsDBModel()) |
| | | { |
| | | var task = wmsDB.wms_rbline_task.Where(x => |