| | |
| | | /// <param name="json">提交数据(参考工序定义关联工作站提交)</param> |
| | | /// <returns></returns> |
| | | [Route(template: "LineSearchTopLeftData")] |
| | | [HttpGet] |
| | | [HttpPost] |
| | | public HttpResponseMessage LineSearchTopLeftData(List<ObjectData> json) |
| | | { |
| | | mes = KanBanManagerentBLL.LineSearchTopLeftData(json); |
| | |
| | | #endregion |
| | | |
| | | #region[大岛车间综合看板,右下top排行接口] |
| | | /// <summary> |
| | | /// 大岛车间综合看板,右下top排行接口 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route(template: "LineSearchBottomRightData")] |
| | | [HttpGet] |
| | | public HttpResponseMessage LineSearchBottomRightData() |
| | |
| | | return TJson.toJson(mes); |
| | | } |
| | | #endregion |
| | | |
| | | } |
| | | } |