wms:移动端:批量查看
This commit is contained in:
@@ -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>
|
||||
/// 查询成品库当前货物表详情
|
||||
|
||||
Reference in New Issue
Block a user