入库检验修改
This commit is contained in:
@@ -201,6 +201,24 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 设置全部不合格
|
||||
/// </summary>
|
||||
/// <param name="packcode_select"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("setAllUnQualified")]
|
||||
public IActionResult SetAllUnQualified(string workorder_selected)
|
||||
{
|
||||
if (string.IsNullOrEmpty(workorder_selected))
|
||||
{
|
||||
return SUCCESS(null);
|
||||
}
|
||||
|
||||
var response = _WmFgentryInspectService.SetAllUnQualified(workorder_selected, HttpContext.GetName());
|
||||
|
||||
return ToResponse(response);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user