wms:批量货物查看

This commit is contained in:
qianhao.xu
2024-04-02 17:11:30 +08:00
parent 5ab034b4a1
commit 657d2e17de
5 changed files with 138 additions and 4 deletions

View File

@@ -40,6 +40,19 @@ namespace ZR.Admin.WebApi.Controllers
}
/// <summary>
/// 批量查询 父子节点
/// </summary>
/// <param name="parm"></param>
/// <returns></returns>
[HttpGet("patchsearch")]
public IActionResult Querypatchsearch(WmGoodsNowProductionQueryDto parm)
{
var response = _WmGoodsNowProductionService.QuerypatchsearchList(parm);
return SUCCESS(response);
}
/// <summary>
/// 查询成品库当前货物表详情
/// </summary>