修改了background代码!!!!import 修改了库存日志数据库,前端修改,添加库存日志导出功能
This commit is contained in:
@@ -37,6 +37,19 @@ namespace DOAN.Admin.WebApi.Controllers.PBL
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查询料架表列表(零件号聚合)
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("listByPartnumber")]
|
||||
[ActionPermissionFilter(Permission = "storagelocation:list")]
|
||||
public IActionResult QueryListByPartnumber()
|
||||
{
|
||||
var response = _StoragelocationService.GetPartNumberList();
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 查询料架表详情
|
||||
|
||||
Reference in New Issue
Block a user