月生产完成率
This commit is contained in:
parent
13ddaa3b30
commit
6fb192d29d
@ -69,6 +69,22 @@ namespace DOAN.WebApi.Controllers
|
|||||||
return SUCCESS(response);
|
return SUCCESS(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 月生产完成率
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
[HttpGet("monthlyProductionCompletionRate")]
|
||||||
|
public IActionResult MonthlyProductionCompletionRate()
|
||||||
|
{
|
||||||
|
var response = _ReportService.MonthlyProductionCompletionRate(DateTime.Today);
|
||||||
|
return SUCCESS(response);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 月生产数据导出
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="parm"></param>
|
||||||
|
/// <returns></returns>
|
||||||
[HttpGet("exportMonthProduct")]
|
[HttpGet("exportMonthProduct")]
|
||||||
[Log(Title = "工单导出", BusinessType = BusinessType.EXPORT)]
|
[Log(Title = "工单导出", BusinessType = BusinessType.EXPORT)]
|
||||||
[AllowAnonymous]
|
[AllowAnonymous]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user