仓库-出库单新增与批量出库添加限制,拆箱拼箱暂时回退功能为不入库
This commit is contained in:
@@ -69,7 +69,10 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
var modal = parm.ToCreate(HttpContext);
|
||||
|
||||
var response = _WmOutOrderService.AddWmOutOrder(modal);
|
||||
|
||||
if(response == null)
|
||||
{
|
||||
return ToResponse(new ApiResult(500, "数据存在异常请检查", "数据存在异常请检查"));
|
||||
}
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user