增加出库人
This commit is contained in:
@@ -119,7 +119,7 @@ namespace WMS.Web.Domain.Services
|
||||
var qty = dtoDetails.Sum(s => s.Qty);
|
||||
|
||||
if (tDetail == null) continue;
|
||||
var res = outStockTask.OutStock(mid, qty);
|
||||
var res = outStockTask.OutStock(mid, qty, loginInfo.UserInfo.StaffId);
|
||||
if (!res.IsSuccess) return res;
|
||||
|
||||
var outd = _mapper.Map<OutStockDetails>(tDetail);
|
||||
|
||||
Reference in New Issue
Block a user