From d2cef0150abe6d14cbfa60c8845795b91a1f5f97 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期六, 20 四月 2024 19:50:53 +0800 Subject: [PATCH] 添加入库触发条件,修改上料区任务逻辑 --- 代码管理/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" index b9ae9b1..231a254 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" @@ -14,7 +14,10 @@ [DisallowConcurrentExecution] public class AutoTaskJob : JobBase, IJob { - LocationCreation Creation = new LocationCreation(); + /// <summary> + /// 鑷姩浠诲姟 + /// </summary> + Createplcinfodetail Creation = new Createplcinfodetail(); public Task Execute(IJobExecutionContext context) { try @@ -27,8 +30,12 @@ private void DoAction(IJobExecutionContext context) { - //throw new NotImplementedException(); - Creation.HCJCreation(); + StationTask.CreateTask(); + OutboundTask.CreateOutboundTask();//浼樺寲鍚庡嚭搴撻�昏緫 + ReplaceTray.ReplaceTrayTask(); + RestockHCJ.HCJGetBarcode(); + EmptyTrayTask.CreateEmptyTrayTask(); + AutoUpdateWork.FinishMesWork(); } } } -- Gitblit v1.9.3