wm:修改出库单
This commit is contained in:
@@ -62,7 +62,11 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
var response = _WmGoodsNowProductionService.QueryshortPatch(parm);
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 移动端 短批次号查询
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("patchsearchdetail")]
|
||||
public IActionResult Patchsearchdetail(WmGoodsNowProductionQueryDto parm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user