本月各工序产量统计
This commit is contained in:
@@ -43,6 +43,22 @@ namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Product
|
||||
|
||||
return SUCCESS(response);
|
||||
}
|
||||
//TODO 本周 各工序产量统计
|
||||
[HttpGet("BarProcessProductStatistic_week")]
|
||||
public IActionResult BarProcessProductStatisticWeek()
|
||||
{
|
||||
var response = _productSmartScreenService.BarProcessProductStatisticWeek();
|
||||
|
||||
return SUCCESS(response);
|
||||
}
|
||||
//TODO 本月 各工序产量统计
|
||||
[HttpGet("BarProcessProductStatistic_month")]
|
||||
public IActionResult BarProcessProductStatisticMonth()
|
||||
{
|
||||
var response = _productSmartScreenService.BarProcessProductStatisticMonth();
|
||||
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
|
||||
//TODO 本月产量 折线图
|
||||
|
||||
Reference in New Issue
Block a user