yl
2022-08-01 832e62a7ef59d4268e54c5994360554210d8729d
VueWebApi/Controllers/KanBanManagerentController.cs
@@ -40,7 +40,7 @@
        /// <param name="json">提交数据(参考工序定义关联工作站提交)</param>
        /// <returns></returns>
        [Route(template: "LineSearchTopLeftData")]
        [HttpGet]
        [HttpPost]
        public HttpResponseMessage LineSearchTopLeftData(List<ObjectData> json)
        {
            mes = KanBanManagerentBLL.LineSearchTopLeftData(json);
@@ -77,6 +77,10 @@
        #endregion
        #region[大岛车间综合看板,右下top排行接口]
        /// <summary>
        /// 大岛车间综合看板,右下top排行接口
        /// </summary>
        /// <returns></returns>
        [Route(template: "LineSearchBottomRightData")]
        [HttpGet]
        public HttpResponseMessage LineSearchBottomRightData()
@@ -85,5 +89,6 @@
            return TJson.toJson(mes);
        }
        #endregion
    }
}