@using CRM.Core.Model.Entity
@using Core.Web.WebHelper
@{
ViewBag.Title = "Index";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@*
*@
@Html.Action("ToolBar", "Home",
new {
area="",
rightcode = (ViewBag.rightCode as string),
otherToolBars = new ToolBar[]
{
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "确认到款", "layui-btn-normal","") ,
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "批量确认", "layui-btn-normal","") ,
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other3, "流水号检查", "layui-btn-normal","") ,
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other4, "到账检查", "layui-btn-normal","") ,
}
}
)
@**@