using Learun.Util;
using System;
using System.Collections.Generic;
using System.Web.Mvc;
namespace Learun.Application.Web.Areas.LR_CodeDemo.Controllers
{
///
/// 版 本 Learun-ADMS V7.0.3 力软敏捷开发框架
/// Copyright (c) 2013-2018 上海力软信息技术有限公司
/// 创建人:力软-框架开发组
/// 日 期:2018.011.23
/// 描 述:甘特图演示
///
public class GanttDemoController : MvcControllerBase
{
#region 视图功能
///
/// 显示静态本地数据
///
///
[HttpGet]
public ActionResult Index1()
{
return View();
}
///
/// 显示树形数据
///
///
[HttpGet]
public ActionResult Index2()
{
return View();
}
///
/// 动态加载后台数据
///
///
[HttpGet]
public ActionResult Index3()
{
return View();
}
///
/// 分页显示
///
///
[HttpGet]
public ActionResult Index4()
{
return View();
}
#endregion
#region 获取数据
///
/// 获取数据
///
/// 分页参数
///
[HttpGet]
[AjaxOnly]
public ActionResult GetTimeList(string keyword, string parentId)
{
List