wms:移动端:批量查看

This commit is contained in:
qianhao.xu
2024-04-07 19:03:58 +08:00
parent 657d2e17de
commit be046ed354
3 changed files with 120 additions and 17 deletions

View File

@@ -51,7 +51,24 @@ namespace ZR.Admin.WebApi.Controllers
var response = _WmGoodsNowProductionService.QuerypatchsearchList(parm);
return SUCCESS(response);
}
/// <summary>
/// 移动端 短批次号查询
/// </summary>
/// <param name="parm"></param>
/// <returns></returns>
[HttpGet("shortPatchsearch")]
public IActionResult QueryshortPatch(WmGoodsNowProductionQueryDto parm)
{
var response = _WmGoodsNowProductionService.QueryshortPatch(parm);
return SUCCESS(response);
}
[HttpGet("patchsearchdetail")]
public IActionResult Patchsearchdetail(WmGoodsNowProductionQueryDto parm)
{
var response = _WmGoodsNowProductionService.Patchsearchdetail(parm);
return SUCCESS(response);
}
/// <summary>
/// 查询成品库当前货物表详情