@*
*@
@Html.Action("ToolBar", "Home",
new
{
area = "",
rightcode = (ViewBag.rightCode as string),
otherToolBars = new ToolBar[]
{
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "导入", "layui-btn-upload1","") ,
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "到账匹配导出", "layui-btn-normal",""),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other3, "退款匹配导出", "layui-btn-normal",""),
}
}
)