| | |
| | | { |
| | | return Service.Getoutput(); |
| | | } |
| | | |
| | | [HttpPost, AllowAnonymous, Route("GetTimeoutgetPageData")] |
| | | public WebResponseContent GetTimeout() |
| | | { |
| | | return Service.GetTimeout(); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 产量统计 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost,AllowAnonymous,Route("GetproductionstatisticsgetPageData")] |
| | | public WebResponseContent Getproductionstatistics() |
| | | { |
| | | return Service.Getproductionstatistics(); |
| | | } |
| | | /// <summary> |
| | | /// 获取不是空闲以及有货的全部货位 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, AllowAnonymous, Route("LocationStatusgetPageData")] |
| | | public WebResponseContent LocationStatus() |
| | | { |
| | | return Service.GetLocationStatus(); |
| | | } |
| | | } |