@using CRM.Core.Model.Entity @using Core.Web.WebHelper @using CRM.Core.BLL.Util @{ /**/ 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_Add, "添加", " " ,"",true), new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Details, "查看", " " ,"",true), new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "提交处理意见", "" ,"",true), new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Export, "导出", " " ,"",true) } })
@*事业部:
*@ 投诉类型:
业务确认状态:
申请状态:
退款状态:
支付类型:
客户ID:
@*
*@ 客户姓名:
投诉单号:
退款订单号:
成交客服/工号:
创建人/更新人:
@Html.Action("SettingList", "Control", new { eid = ViewBag.eid, module = "OrderRefundApply" })