|
|
@ -252,6 +252,7 @@ public class PurchaseReceiptJobAppService : |
|
|
|
newDetail.HandledPackingCode = detail.HandledPackingCode.HasValue() ? input.ToPackingCode : null; //源实际实际箱码有值,则新记录实际箱码有值
|
|
|
|
newDetail.HandledQty = detail.HandledQty > 0 ? input.ToQty : 0; |
|
|
|
//newDetail.CreationTime = CommonHelper.CurTime;
|
|
|
|
newDetail.PurchaseReceiptInspectStatus = EnumPurchaseReceiptInspect.INSP; //俊城沟通,改成 未扫描
|
|
|
|
job.Details.Add(newDetail); |
|
|
|
//修改源箱
|
|
|
|
detail.RecommendQty = input.FromQty - input.ToQty; |
|
|
|