gkj 2 years ago
parent
commit
9ea1f7a7f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      WCS.WorkEngineering/Systems/一楼入库工位处理系统.cs

+ 2 - 0
WCS.WorkEngineering/Systems/一楼入库工位处理系统.cs

@@ -63,8 +63,10 @@ namespace WCS.WorkEngineering.Systems
                //task.Weight = dev91.Data.Weight;
                //if (task.Weight == 0) throw new KnownException($"称重异常", LogLevelEnum.Mid);
 
+
                WmsApi.WcsUploadInfo(task.ID, (decimal)task.Weight, task.BarCode);
 
+
                task.Status = Entity.TaskStatus.ConveyorExecution;
                db.Default.Updateable(task).AddQueue();
                task.AddWCS_TASK_DTL(db, obj.Entity.Code, "SRM", $"状态更新为{Entity.TaskStatus.ConveyorExecution},等待分配货位后堆垛机进行取货");