From 990054356cfd11b5c7e5f093443aa07757afc62a Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期一, 02 十二月 2024 10:04:02 +0800 Subject: [PATCH] 1213 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs | 311 +++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 235 insertions(+), 76 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs index 311ccd4..d6fe226 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs @@ -1,14 +1,17 @@ 锘� using Mapster; using Masuit.Tools; +using WIDESEA_Core.Const; using WIDESEA_DTO.MOM; using WIDESEA_DTO.WMS; using WIDESEA_IServices; using WIDESEA_IStoragIntegrationServices; +using WIDESEA_Services; using WIDESEA_StorageBasicRepository; using WIDESEAWCS_BasicInfoRepository; +using WIDESEAWCS_Model.Models; -namespace WIDESEA_StorageOutTaskServices; +namespace WIDESEA_StorageTaskServices; public partial class Dt_TaskService : ServiceBase<Dt_Task, IDt_TaskRepository>, IDt_TaskService { @@ -392,7 +395,13 @@ var loation = _locationRepository.QueryFirst(x => x.RoadwayNo == task.Roadway && x.LocationCode == task.TargetAddress); if (loation == null) throw new Exception("鏈壘鍒板搴斾綅缃俊鎭�"); - var area = _areaInfoRepository.QueryFirst(x => x.AreaID == loation.AreaId); + + var area = new Dt_AreaInfo(); + var station = _stationManagerRepository.QueryFirst(x => x.stationChildCode == task.SourceAddress); + if (station.stationPLC == "1017") + area = _areaInfoRepository.QueryFirst(x => x.AreaID == Convert.ToInt32(station.stationNGLocation)); + else + area = _areaInfoRepository.QueryFirst(x => x.AreaID == loation.AreaId); if (area == null) throw new Exception("鏈壘鍒板搴斿尯鍩熶俊鎭�"); var boxDetail = boxing.BoxingInfoDetails.Adapt<List<DtStockInfoDetail>>(); @@ -465,7 +474,6 @@ { return await CompleteInToOutTaskAsync(task); } - // 楠岃瘉搴撳瓨鏄惁瀛樺湪 var stock = await _stockInfoRepository.QueryFirstNavAsync(x => x.PalletCode == task.PalletCode); @@ -491,12 +499,13 @@ #region 璇锋眰浠诲姟鍏ュ簱 + #region /// <summary> /// 璇锋眰浠诲姟宸烽亾 /// </summary> /// <param name="input">璇锋眰妯″瀷</param> /// <returns>鍖呭惈浠诲姟淇℃伅鐨勫搷搴斿唴瀹�</returns> - public async Task<WebResponseContent> RequestTaskAsync(RequestTaskDto input) + public async Task<WebResponseContent> RequestTaskAsync2(RequestTaskDto input) { // 鍒涘缓涓�涓猈ebResponseContent瀵硅薄 WebResponseContent content = new WebResponseContent(); @@ -542,8 +551,8 @@ { Software = area.Spare3, TrayBarcode = input.PalletCode, - //EquipmentCode = "EQ_CWJZ01" - EquipmentCode = area.Spare2 + EquipmentCode = area.Spare2, + SceneType = area.Spare4, }; // 璋冪敤GetTrayCellStatusAsync鏂规硶锛岃幏鍙栨暣鐩樼數鑺� @@ -558,7 +567,7 @@ return content.Error(result.MOMMessage); // 鑾峰彇寮傚父鐢佃姱 - var serialNosError = result.SerialNos.Where(x => x.SerialNoStatus != 1).ToList(); + List<SerialNoDto>? serialNosError = result.SerialNos.Where(x => x.SerialNoStatus != 1).ToList(); if (serialNosError.Count > 0) { // TODO 鍒涘缓浠诲姟閫佽嚦NG鎺掑嚭鍙� @@ -583,59 +592,131 @@ content = await RequestTrayInTaskAsync(input); return content; } - //Console.WriteLine("qqqqq"); - - // TODO 鑾峰彇鏈湴鏂欐灞炴�т笌鏁寸洏鐢佃姱灞炴�ц幏鍙栫殑鍊艰繘琛屽姣旓紝濡傛灉涓�鑷村垯缁х画锛屽惁鍒欒繑鍥為敊璇俊鎭� - //var productions = await _productionRepository.QueryDataAsync(x => result.TrayBarcodePropertys.Select(x => x.TrayBarcodeProperty).ToList().Contains(x.TrayBarcodeProperty)); - //if (productions.Count <= 0) - // return content.Error("鏂欐灞炴�т笉瀛樺湪"); - - // 璋冪敤CreateBoxingInfo鏂规硶锛屽垱寤虹粍鐩樹俊鎭� var boxing = CreateBoxingInfo(result, input.PalletCode); //Console.WriteLine(boxing.ToJsonString()); if (boxing == null) return content.Error("缁勭洏澶辫触"); - // 璋冪敤GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹鸿矾绾� - ProcessApplyDto process = await GetProcessApplyAsync(result); - - // 濡傛灉process涓簄ull锛屽垯杩斿洖content - if (process == null) return content; - - // 骞惰祴鍊间笂浣嶈蒋浠跺悕绉板拰璁惧缂栫爜 - process.Software = area.Spare3; - process.EquipmentCode = area.Spare2; - - // 璋冪敤GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹虹敵璇� - - // 璋冪敤_processApplyService.GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹虹敵璇� - content = await _processApplyService.GetProcessApplyAsync(process); - - // 濡傛灉鐘舵�佷负false锛屽垯杩斿洖null - if (!content.Status) return content.Error("宸ヨ壓鐢宠澶辫触"); - var resultProcessApply = JsonConvert.DeserializeObject<ResultProcessApply>(content.Data.ToString()); - if ((resultProcessApply.Success)) return content.Error("宸ヨ壓鐢宠澶辫触"); - - var par = resultProcessApply.ProcessInfo.Where(x => x.ProcessCode == boxing.ProcessCode).FirstOrDefault().Number.ToInt32(); - - - // 璋冪敤GetProcessResponseAsync鏂规硶锛岃幏鍙栧伐鑹哄搷搴� - //var processResponse = await GetProcessResponseAsync(process, input.Position); - - ////List<string> strings = input.Position == "1088" ? new List<string>() { "CHSC01" } : new List<string>() { "JZSC01" }; - Console.WriteLine(area.AreaCode+"-----------------------"); - Console.WriteLine(input.Position + "-----------------------"); - var stationManagers = _stationManagerRepository.QueryData(x => x.stationType == 1 && x.stationChildCode == input.Position && x.stationArea == area.AreaCode).ToList(); - if (stationManagers.Count <= 0) + if (result.ProcessCode == "OCVB") { - throw new Exception("鏈壘鍒癗G鍏ュ簱绔欏彴閰嶇疆"); + //TODO 鍒ゆ柇闇�涓嶉渶瑕佸幓鍖呰锛屼笉闇�瑕佸氨鍘诲父娓╀笁 + var stationManagers = _stationManagerRepository.QueryData(x => x.stationPLC == "1018" && x.stationArea == "Cache"); + var station = stationManagers.Select(x => x.stationChildCode).ToList(); + + // 鑾峰彇WCSip鍦板潃 + var configz = _configService.GetConfigsByCategory(CateGoryConst.CONFIG_SYS_IPAddress); + var wcsBasez = configz.Where(x => x.ConfigKey == SysConfigConst.WCSIPAddress).FirstOrDefault()?.ConfigValue; + var address = configz.Where(x => x.ConfigKey == SysConfigConst.GetStation).FirstOrDefault()?.ConfigValue; + if (wcsBasez == null || address == null) + { + throw new InvalidOperationException("WCS IP 鏈厤缃�"); + } + var wcsIpAddrss = wcsBasez + address; + + var abc = HttpHelper.PostAsync(wcsIpAddrss, station.ToJsonString()).Result; + content = JsonConvert.DeserializeObject<WebResponseContent>(abc); + if (content.Data.ObjToInt() > 0) + { + // TODO 閫佽嚦鍖呰 + List<string> strings = stationManagers.Where(x => x.stationType == 0).Select(x => x.Roadway).ToList(); + content = await CreateNewTask(input, strings, 3); + return content; + } + else + { + var config = _configService.GetByConfigKey("SYS_InStacker", "CW3InStacker"); + var strings = config.ConfigValue.Split(',').ToList(); + // TODO 鍏ュ簱 + content = await CreateNewTask(input, strings); + if (content.Status) + await _boxingInfoRepository.AddDataNavAsync(boxing); + } } - List<string> strings = stationManagers.Select(x => x.Roadway).ToList(); - //// 璋冪敤CreateNewTask鏂规硶锛屽垱寤烘柊浠诲姟 - content = await CreateNewTask(input, strings); - if (content.Status) + else { - var isBox = await _boxingInfoRepository.AddDataNavAsync(boxing); + // TODO 鑾峰彇鏈湴鏂欐灞炴�т笌鏁寸洏鐢佃姱灞炴�ц幏鍙栫殑鍊艰繘琛屽姣旓紝濡傛灉涓�鑷村垯缁х画锛屽惁鍒欒繑鍥為敊璇俊鎭� + //var productions = await _productionRepository.QueryDataAsync(x => result.TrayBarcodePropertys.Select(x => x.TrayBarcodeProperty).ToList().Contains(x.TrayBarcodeProperty)); + //if (productions.Count <= 0) + // return content.Error("鏂欐灞炴�т笉瀛樺湪"); + + // 璋冪敤CreateBoxingInfo鏂规硶锛屽垱寤虹粍鐩樹俊鎭� + + //var boxing = CreateBoxingInfo(result, input.PalletCode); + ////Console.WriteLine(boxing.ToJsonString()); + //if (boxing == null) return content.Error("缁勭洏澶辫触"); + + // 璋冪敤GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹鸿矾绾� + ProcessApplyDto process = await GetProcessApplyAsync(result); + + // 濡傛灉process涓簄ull锛屽垯杩斿洖content + if (process == null) return content; + + // 骞惰祴鍊间笂浣嶈蒋浠跺悕绉板拰璁惧缂栫爜 + process.Software = area.Spare3; + process.EquipmentCode = area.Spare2; + + // 璋冪敤GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹虹敵璇� + + // 璋冪敤_processApplyService.GetProcessApplyAsync鏂规硶锛岃幏鍙栧伐鑹虹敵璇� + content = await _processApplyService.GetProcessApplyAsync(process); + + // 濡傛灉鐘舵�佷负false锛屽垯杩斿洖null + if (!content.Status) return content.Error("宸ヨ壓鐢宠澶辫触"); + + var resultProcessApply = JsonConvert.DeserializeObject<ResultProcessApply>(content.Data.ToString()); + if (!resultProcessApply.Success) return content.Error("宸ヨ壓鐢宠澶辫触"); + + var number = resultProcessApply.ProcessInfo.Where(x => x.ProcessCode == boxing.ProcessCode).FirstOrDefault().Number.ToInt32(); + foreach (var item in resultProcessApply.ProcessInfo) + { + if (item.Number.ToInt32() == number + 1) + { + boxing.NextProcessCode = item.ProcessCode; + } + } + Console.WriteLine(); + Console.WriteLine($"褰撳墠宸ュ簭锛歿boxing.ProcessCode}"); + Console.WriteLine($"涓嬩竴宸ュ簭锛歿boxing.NextProcessCode}"); + + Console.WriteLine(area.AreaCode + "-----------------------"); + Console.WriteLine(input.Position + "-----------------------"); + + var areaIn = string.Empty; + switch (boxing.NextProcessCode) + { + case "CH01": + areaIn = "CH001"; + break; + case "JZ01": + areaIn = "JZ001"; + break; + case "GW01": + areaIn = "GWSC1"; + break; + case "CW01": + areaIn = "CWSC1"; + break; + case "CW02": + areaIn = "CWSC2"; + break; + default: + break; + } + + var stationManagers = _stationManagerRepository.QueryData(x => x.stationType == 1 && x.stationChildCode == input.Position && x.stationArea.Contains(areaIn)).FirstOrDefault(); + if (stationManagers == null) + { + throw new Exception("鏈壘鍒板叆搴撶珯鍙伴厤缃�"); + } + List<string> strings = stationManagers.Roadway.Split(',').ToList(); + Console.WriteLine(strings.ToJsonString() + "b-----------------------"); + //// 璋冪敤CreateNewTask鏂规硶锛屽垱寤烘柊浠诲姟 + content = await CreateNewTask(input, strings); + if (content.Status) + { + var isBox = await _boxingInfoRepository.AddDataNavAsync(boxing); + } + //} } } catch (Exception err) @@ -649,6 +730,73 @@ return content; } + #endregion + + public async Task<WebResponseContent> RequestTaskAsync(RequestTaskDto input) + { + WebResponseContent content = new WebResponseContent(); + + try + { + // 鏌ヨ浠诲姟 + var task = await QueryTaskByPalletCode(input.PalletCode); + if (task != null) + { + return CreateAndReturnWMSTaskDTO(task); + } + + // 鏌ヨ搴撳瓨淇℃伅锛堣繖閲屽悗缁瀹屽杽璐ㄦ鍥炲簱閫昏緫锛� + var stock = await QueryStockInfo(input.PalletCode); + if (stock != null) + { + // TODO璐ㄦ鍥炲簱 + } + + // 鏍规嵁浣嶇疆鏌ヨ鍖哄煙淇℃伅 + var area = await QueryAreaInfoByPosition(input.Position); + if (area == null) + { + return content.Error("璇ョ偣浣嶄笉鍦ㄥ尯鍩熷垪琛ㄤ腑瀛樺湪"); + } + + // 鍒涘缓骞惰幏鍙栨暣鐩樼數鑺姸鎬� + TrayCellsStatusDto trayCells = CreateTrayCellsStatusDto(area, input.PalletCode); + content = await GetTrayCellStatusAsync(trayCells); + if (!content.Status) return content; + + var result = JsonConvert.DeserializeObject<ResultTrayCellsStatus>(content.Data.ToString()); + if (!result.Success) + { + return content.Error(result.MOMMessage); + } + + // 澶勭悊寮傚父鐢佃姱鎯呭喌 + var serialNosError = result.SerialNos.Where(x => x.SerialNoStatus != 1).ToList(); + if (serialNosError.Count > 0) + { + return await HandleErrorCells(input, area, serialNosError); + } + + if (result.SerialNos.Count <= 0) + { + // 绌烘墭鐩樺叆搴撻�昏緫 + return await RequestTrayInTaskAsync(input); + } + + var boxing = CreateBoxingInfo(result, input.PalletCode); + if (boxing == null) return content.Error("缁勭洏澶辫触"); + + return await ProcessBasedOnProcessCode(boxing, area, input, result); + } + catch (Exception err) + { + // 鏇磋缁嗙殑寮傚父澶勭悊锛屽彲浠ユ牴鎹紓甯哥被鍨嬭褰曚笉鍚岀殑閿欒鏃ュ織绛� + content.Error(err.Message); + Console.WriteLine(err.Message); + } + + return content; + } /// <summary> /// 鏇存柊浠诲姟璐т綅 /// </summary> @@ -704,15 +852,16 @@ return content.OK(data: task); } - var stationManagers = _stationManagerRepository.QueryData(x => x.stationType == 1 && x.stationChildCode == input.Position).ToList(); - if (stationManagers.Count <= 0) + + var stationManagers = _stationManagerRepository.QueryData(x => x.stationType == 6 && x.stationChildCode == input.Position).FirstOrDefault(); + if (stationManagers == null) { - throw new Exception("鏈壘鍒扮┖鎵樼洏鍏ュ簱绔欏彴閰嶇疆"); + stationManagers = _stationManagerRepository.QueryData(x => x.stationType == 1 && x.stationChildCode == input.Position).FirstOrDefault(); + if (stationManagers == null) + throw new Exception("鏈壘鍒扮┖鎵樼洏鍏ュ簱绔欏彴鍜屽叆搴撶珯鍙伴厤缃�"); } - - - // 鑾峰彇鐩爣鍦板潃 - List<string> strings = stationManagers.Select(x => x.Roadway).ToList(); + List<string> strings = stationManagers.Roadway.Split(',').ToList(); + Console.WriteLine(strings.ToJsonString() + "b-----------------------"); return await CreateNewTask(input, strings, 1); } @@ -1348,8 +1497,8 @@ /// 鍒涘缓鏂颁换鍔� /// </summary> /// <param name="input">璇锋眰妯″瀷</param> - /// <param name="areaId">鍖哄煙ID</param> - /// <param name="content">鍝嶅簲鍐呭</param> + /// <param name="process">宸烽亾</param> + /// <param name="flag">鏍囪瘑锛�0-鍏ュ簱锛�1-绌烘墭鐩樺叆搴擄紝2-NG鍏ュ簱锛�3-鍑哄簱锛�</param> /// <returns></returns> private async Task<WebResponseContent> CreateNewTask(RequestTaskDto input, List<string> process = null, int flag = 0) { @@ -1358,8 +1507,8 @@ // 鑾峰彇鐩爣鍦板潃 //string ToAddress = await GetRoadWayAsync(process); string ToAddress = string.Empty; - if (flag != 2) - ToAddress = await GetRoadWayAsync(input, process); + if (flag < 2) + ToAddress = await GetRoadWayAsync(process); else ToAddress = process[0]; @@ -1376,8 +1525,8 @@ OrderNo = null, PalletCode = input.PalletCode, SourceAddress = input.Position, - TaskState = (int)TaskInStatusEnum.InNew, - TaskType = flag == 0 ? (int)TaskInboundTypeEnum.Inbound : flag == 1 ? (int)TaskInboundTypeEnum.InTray : (int)TaskInboundTypeEnum.InNG, + TaskState = flag == 3 ? (int)TaskOutStatusEnum.OutNew : (int)TaskInStatusEnum.InNew, + TaskType = flag == 0 ? (int)TaskInboundTypeEnum.Inbound : flag == 1 ? (int)TaskInboundTypeEnum.InTray : flag == 2 ? (int)TaskInboundTypeEnum.InNG : (int)TaskOutboundTypeEnum.Outbound, TaskNum = await BaseDal.GetTaskNo(), Creater = "Systeam" }; @@ -1453,27 +1602,30 @@ } /// <summary> - /// 鑾峰彇宸烽亾鎴栫珯鍙� + /// 鏍规嵁宸烽亾鑾峰彇宸烽亾鎴栫珯鍙� /// </summary> - /// <param name="areaId">璐т綅鍖哄煙ID</param> - /// <param name="position">绔欏彴</param> - /// <param name="Direction">鏂瑰悜</param> - /// <param name="area">鍏崇郴鍖哄煙</param> /// <returns></returns> - public async Task<string> GetRoadWayAsync(RequestTaskDto input, List<string> process) + public async Task<string> GetRoadWayAsync(List<string> process) { var minGroup = _locationRepository.QueryData(x => process.Contains(x.RoadwayNo) && x.LocationStatus == (int)LocationEnum.Free) .GroupBy(x => x.RoadwayNo) .OrderByDescending(g => g.Count()) // 鏍规嵁姣忎釜缁勭殑鍏冪礌鏁伴噺鎺掑簭 - .First(); // 鍙栧嚭鏁伴噺鏈�澶氱殑缁� + .ToList(); // 鍙栧嚭鏁伴噺鏈�澶氱殑缁� - string minRoadwayNo = minGroup.Key; // 鏁伴噺鏈�澶氱殑缁勭殑Key + Dictionary<string,int> result = new Dictionary<string,int>(); + foreach (var item in minGroup) + { + var number = BaseDal.QueryData(x => x.TargetAddress == item.Key).Count(); + result.Add(item.Key, item.Count() - number); + } + + string minRoadwayNo = result.OrderByDescending(x => x.Value).FirstOrDefault().Key; // 鏁伴噺鏈�澶氱殑缁勭殑Key return minRoadwayNo; } /// <summary> - /// 鑾峰彇宸烽亾鎴栫珯鍙� + /// 鏍规嵁鍖哄煙鑾峰彇宸烽亾鎴栫珯鍙� /// </summary> /// <returns></returns> public async Task<string> GetRoadWayAsync(int areaCode) @@ -1481,9 +1633,16 @@ var minGroup = _locationRepository.QueryData(x => x.AreaId == areaCode && x.LocationStatus == (int)LocationEnum.Free) .GroupBy(x => x.RoadwayNo) .OrderBy(g => g.Count()) // 鏍规嵁姣忎釜缁勭殑鍏冪礌鏁伴噺鎺掑簭 - .First(); // 鍙栧嚭鏁伴噺鏈�灏戠殑缁� + .ToList(); // 鍙栧嚭鏁伴噺鏈�灏戠殑缁� - string minRoadwayNo = minGroup.Key; // 鏁伴噺鏈�灏戠殑缁勭殑Key + Dictionary<string, int> result = new Dictionary<string, int>(); + foreach (var item in minGroup) + { + var number = BaseDal.QueryData(x => x.TargetAddress == item.Key).Count(); + result.Add(item.Key, item.Count() - number); + } + + string minRoadwayNo = result.OrderByDescending(x => x.Value).FirstOrDefault().Key; // 鏁伴噺鏈�澶氱殑缁勭殑Key return minRoadwayNo; } -- Gitblit v1.9.3