仓库管理_入库模块:修正
This commit is contained in:
@@ -65,12 +65,10 @@ namespace ZR.Service.mes.wms
|
||||
wmGood.GoodsNumLogic = Context.Queryable<WmPackingrecord>()
|
||||
.Where(it => it.WorkOrderNum == workorder_id)
|
||||
.Count();
|
||||
|
||||
wmGood.GoodsNumAction= wmGood.GoodsNumLogic;
|
||||
wmGood.EntryWarehouseTime = DateTime.Now;
|
||||
wmGood.CreatedBy = createName;
|
||||
wmGood.CreatedTime = DateTime.Now;
|
||||
|
||||
|
||||
preparegoodsList.Add(wmGood);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user