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