改了生产入库
This commit is contained in:
@@ -196,6 +196,13 @@ namespace WMS.Web.Domain.Services
|
||||
oRequest.Ids.Add(entity.Id);
|
||||
await Sync(oRequest, loginInfo, false);
|
||||
}
|
||||
else if (entity.Type == InstockType.ProduceSotck)
|
||||
{
|
||||
OperateRequest oRequest = new OperateRequest();
|
||||
oRequest.Ids.Add(entity.Id);
|
||||
await Sync(oRequest, loginInfo, false);
|
||||
}
|
||||
|
||||
return Result.ReSuccess();
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user