@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","",true) ,
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "查看退款协议", "layui-btn-danger","",true) ,
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other3, "导出", "layui-btn-normal","",true) ,
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other4, "上传非原路退款证明", "layui-btn-normal","",true) ,
}
}
)