仓库管理_入库模块:修正
This commit is contained in:
parent
6e27c0eb94
commit
5a51afb8a8
@ -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);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user