@**@
@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","")
}
}
)