فهرست منبع

Merge branch 'dev' of http://123.60.180.165:4647/ZZYDOP/DOPCore into dev

Murphy 2 سال پیش
والد
کامیت
abab2b5a9a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs

+ 1 - 0
MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs

@@ -3203,6 +3203,7 @@ namespace Business.Replenishment
                     woRouting.IsActive = true;
                     woRouting.IsActive = true;
                     woRouting.CommentIndex = dtl.CommentIndex;
                     woRouting.CommentIndex = dtl.CommentIndex;
                     woRouting.CreateTime = DateTime.Now;
                     woRouting.CreateTime = DateTime.Now;
+                    woRouting.StdOp = dtl.StdOp;
                     woRouting.PackingQty = dtl.PackingQty.GetValueOrDefault();
                     woRouting.PackingQty = dtl.PackingQty.GetValueOrDefault();
                     workOrdRoutings.Add(woRouting);
                     workOrdRoutings.Add(woRouting);
                 }
                 }