销售发货、调拨出库到人工出货区
This commit is contained in:
@@ -464,6 +464,22 @@ namespace Tnb.WarehouseMgr
|
||||
return await ToApiResult(HttpStatusCode.OK, "成功");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 盘点签收(全部签收)
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost, NonUnify, AllowAnonymous]
|
||||
public async Task<Tnb.WarehouseMgr.Entities.Dto.Outputs.Result> FinishproductOutstockSignAll(FinishproductOutstockSignAllInput input)
|
||||
{
|
||||
Logger.LogInformation($"【FinishproductOutstockSign】载具签收 {input.region_id}");
|
||||
if (string.IsNullOrEmpty(input.region_id))
|
||||
{
|
||||
throw new AppFriendlyException("请选择区域", 500);
|
||||
}
|
||||
|
||||
|
||||
return await ToApiResult(HttpStatusCode.OK, "成功");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user