3040 lines
128 KiB
C#
3040 lines
128 KiB
C#
using System.Collections.Generic;
|
|
using WX.CRM.WebHelper.UtilityModel;
|
|
|
|
namespace WX.CRM.WebHelper
|
|
{
|
|
public sealed class InitRights
|
|
{
|
|
#region 基础信息 以B***开头
|
|
|
|
#region 组织框架 B101~B150
|
|
|
|
public const string CONST_代理商管理 = "B101";
|
|
|
|
public static InnerRight 代理商管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_代理商管理,
|
|
RightName = "代理商管理",
|
|
//RigGroup = "基础>>公司信息",
|
|
ToolBars = InitRights.CreateToolBar(CONST_代理商管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_营业部管理 = "B102";
|
|
|
|
public static InnerRight 营业部管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_营业部管理,
|
|
RightName = "营业部管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_营业部管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_销售组管理 = "B103";
|
|
|
|
public static InnerRight 销售组管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_销售组管理,
|
|
RightName = "销售组管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_销售组管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_部门管理 = "B104";
|
|
|
|
public static InnerRight 部门管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_部门管理,
|
|
RightName = "部门管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_部门管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_员工管理 = "B105";
|
|
|
|
public static InnerRight 员工管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工管理,
|
|
RightName = "员工管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete, InitToolBar.Export, InitRights.SetName(InitToolBar.Other1, "修改组"), InitRights.SetName(InitToolBar.Other2, "查看调动日志"), InitRights.SetName(InitToolBar.Other3, "查看扩张属性变动日志"), InitRights.SetName(InitToolBar.Other4, "员工离职"), InitRights.SetName(InitToolBar.Other5, "员工分成规则校验"), InitRights.SetName(InitToolBar.Other6, "员工客服状态修改"), InitRights.SetName(InitToolBar.Other7, "设置"), InitRights.SetName(InitToolBar.Other8, "修改密码"))
|
|
};
|
|
|
|
public const string CONST_员工组别调动日志 = "B106";
|
|
|
|
public static InnerRight 员工组别调动日志 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工组别调动日志,
|
|
RightName = "员工组别调动日志",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工组别调动日志, InitRights.SetName(InitToolBar.Other1, "修改调动日志"))
|
|
};
|
|
|
|
public const string CONST_组织结构图 = "B107";
|
|
|
|
public static InnerRight 组织结构图 = new InnerRight()
|
|
{
|
|
RightId = CONST_组织结构图,
|
|
RightName = "组织结构图",
|
|
ToolBars = InitRights.CreateToolBar(CONST_组织结构图, InitRights.SetName(InitToolBar.Other1, "分配角色"), InitRights.SetName(InitToolBar.Other2, "修改密码"))
|
|
};
|
|
|
|
public const string CONST_销售组领导管理 = "B108";
|
|
|
|
public static InnerRight 销售组领导管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_销售组领导管理,
|
|
RightName = "销售组领导管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_销售组领导管理, InitToolBar.Add, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_员工登录日志查询 = "B109";
|
|
|
|
public static InnerRight 员工登录日志查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工登录日志查询,
|
|
RightName = "员工登录日志查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工登录日志查询)
|
|
};
|
|
|
|
public const string CONST_员工主管分值 = "B110";
|
|
|
|
public static InnerRight 员工主管分值 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工主管分值,
|
|
RightName = "员工主管分值",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工主管分值, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
#endregion 组织框架 B101~B150
|
|
|
|
#region 权限体系 B151~B200
|
|
|
|
public const string CONST_权限结构管理 = "B151";
|
|
|
|
public static InnerRight 权限结构管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_权限结构管理,
|
|
RightName = "权限结构管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_权限结构管理, InitRights.SetName(InitToolBar.Other3, "新增组"), InitRights.SetName(InitToolBar.Other4, "新增资源"), InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other6, "更新权限"))
|
|
};
|
|
|
|
public const string CONST_角色管理 = "B152";
|
|
|
|
public static InnerRight 角色管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_角色管理,
|
|
RightName = "角色管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_角色管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other1, "更新顺序"), InitRights.SetName(InitToolBar.Other2, "设置页面等级"))
|
|
};
|
|
|
|
public const string CONST_角色权限管理 = "B153";
|
|
|
|
public static InnerRight 角色权限管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_角色权限管理,
|
|
RightName = "角色权限管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_角色权限管理, InitRights.SetName(InitToolBar.Other1, "保存"), InitRights.SetName(InitToolBar.Other2, "新增角色"))
|
|
};
|
|
|
|
public const string CONST_员工角色管理 = "B154";
|
|
|
|
public static InnerRight 员工角色管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工角色管理,
|
|
RightName = "员工角色管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工角色管理, InitRights.SetName(InitToolBar.Other1, "分配角色"))
|
|
};
|
|
|
|
public const string CONST_案例管理 = "B155";
|
|
|
|
public static InnerRight 案例管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_案例管理,
|
|
RightName = "案例管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_案例管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other2, "向上"), InitRights.SetName(InitToolBar.Other3, "向下"), InitRights.SetName(InitToolBar.Other1, "讲解分类"))
|
|
};
|
|
|
|
public const string CONST_员工权限管理 = "B156";
|
|
|
|
public static InnerRight 员工权限管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工权限管理,
|
|
RightName = "员工权限管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工权限管理, InitRights.SetName(InitToolBar.Other1, "批量开通产品"), InitRights.SetName(InitToolBar.Other2, "绑定账号"), InitRights.SetName(InitToolBar.Other3, "解绑"))
|
|
};
|
|
|
|
#endregion 权限体系 B151~B200
|
|
|
|
#region 系统设置 B201~B250
|
|
|
|
public const string CONST_菜单管理 = "B201";
|
|
|
|
public static InnerRight 菜单管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_菜单管理,
|
|
RightName = "菜单管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_菜单管理, InitRights.SetName(InitToolBar.Other3, "向上"), InitRights.SetName(InitToolBar.Other4, "向下"), InitRights.SetName(InitToolBar.Other1, "新增模块菜单"), InitRights.SetName(InitToolBar.Other2, "新增系统菜单"), InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_参数分组配置 = "B202";
|
|
|
|
public static InnerRight 参数分组配置 = new InnerRight()
|
|
{
|
|
RightId = CONST_参数分组配置,
|
|
RightName = "参数分组配置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_参数分组配置, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_参数配置 = "B203";
|
|
|
|
public static InnerRight 参数配置 = new InnerRight()
|
|
{
|
|
RightId = CONST_参数配置,
|
|
RightName = "参数配置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_参数配置, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_通用大类 = "B204";
|
|
|
|
public static InnerRight 通用大类 = new InnerRight()
|
|
{
|
|
RightId = CONST_通用大类,
|
|
RightName = "通用大类",
|
|
ToolBars = InitRights.CreateToolBar(CONST_通用大类, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_通用小类 = "B205";
|
|
|
|
public static InnerRight 通用小类 = new InnerRight()
|
|
{
|
|
RightId = CONST_通用小类,
|
|
RightName = "通用小类",
|
|
ToolBars = InitRights.CreateToolBar(CONST_通用小类, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_清除缓存 = "B206";
|
|
|
|
public static InnerRight 清除缓存 = new InnerRight()
|
|
{
|
|
RightId = CONST_清除缓存,
|
|
RightName = "清除缓存",
|
|
ToolBars = InitRights.CreateToolBar(CONST_清除缓存, InitRights.SetName(InitToolBar.Other1, "清除缓存"), InitRights.SetName(InitToolBar.Other2, "刷新"))
|
|
};
|
|
|
|
public const string CONST_工单大类 = "B207";
|
|
|
|
public static InnerRight 工单大类 = new InnerRight()
|
|
{
|
|
RightId = CONST_工单大类,
|
|
RightName = "工单大类",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工单大类, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_工单小类 = "B208";
|
|
|
|
public static InnerRight 工单小类 = new InnerRight()
|
|
{
|
|
RightId = CONST_工单小类,
|
|
RightName = "工单小类",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工单小类, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_座席自动报表基础配置 = "B209";
|
|
|
|
public static InnerRight 座席自动报表基础配置 = new InnerRight()
|
|
{
|
|
RightId = CONST_座席自动报表基础配置,
|
|
RightName = "座席自动报表基础配置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_座席自动报表基础配置, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_座席自动报表基础配置明细 = "B210";
|
|
|
|
public static InnerRight 座席自动报表基础配置明细 = new InnerRight()
|
|
{
|
|
RightId = CONST_座席自动报表基础配置明细,
|
|
RightName = "座席自动报表基础配置明细",
|
|
ToolBars = InitRights.CreateToolBar(CONST_座席自动报表基础配置明细, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_小工具 = "B211";
|
|
|
|
public static InnerRight 小工具 = new InnerRight()
|
|
{
|
|
RightId = CONST_小工具,
|
|
RightName = "小工具",
|
|
ToolBars = InitRights.CreateToolBar(CONST_小工具)
|
|
};
|
|
|
|
public const string CONST_报表页面访问记录 = "B212";
|
|
|
|
public static InnerRight 报表页面访问记录 = new InnerRight()
|
|
{
|
|
RightId = CONST_报表页面访问记录,
|
|
RightName = "报表页面访问记录",
|
|
ToolBars = InitRights.CreateToolBar(CONST_报表页面访问记录)
|
|
};
|
|
|
|
#endregion 系统设置 B201~B250
|
|
|
|
#region 短信管理 B251~B300
|
|
|
|
public const string CONST_短信类型 = "B251";
|
|
|
|
public static InnerRight 短信类型 = new InnerRight()
|
|
{
|
|
RightId = CONST_短信类型,
|
|
RightName = "短信类型",
|
|
ToolBars = InitRights.CreateToolBar(CONST_短信类型, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_批量短信 = "B252";
|
|
|
|
public static InnerRight 批量短信 = new InnerRight()
|
|
{
|
|
RightId = CONST_批量短信,
|
|
RightName = "批量短信",
|
|
ToolBars = InitRights.CreateToolBar(CONST_批量短信)
|
|
};
|
|
|
|
public const string CONST_短信模板 = "B253";
|
|
|
|
public static InnerRight 短信模板 = new InnerRight()
|
|
{
|
|
RightId = CONST_短信模板,
|
|
RightName = "短信模板",
|
|
ToolBars = InitRights.CreateToolBar(CONST_短信模板, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other1, "审核"))
|
|
};
|
|
|
|
public const string CONST_短信账号管理 = "B254";
|
|
|
|
public static InnerRight 短信账号管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_短信账号管理,
|
|
RightName = "短信账号管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_短信账号管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_短信类型关系账号 = "B255";
|
|
|
|
public static InnerRight 短信类型关系账号 = new InnerRight()
|
|
{
|
|
RightId = CONST_短信类型关系账号,
|
|
RightName = "短信类型关系账号",
|
|
ToolBars = InitRights.CreateToolBar(CONST_短信类型关系账号)
|
|
};
|
|
|
|
public const string CONST_短信查询 = "B256";
|
|
|
|
public static InnerRight 短信查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_短信查询,
|
|
RightName = "短信查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_短信查询, InitRights.SetName(InitToolBar.Other1, "用户短信"), InitRights.SetName(InitToolBar.Other2, "导出"))
|
|
};
|
|
|
|
public const string CONST_短信大类 = "B257";
|
|
|
|
public static InnerRight 短信大类 = new InnerRight()
|
|
{
|
|
RightId = CONST_短信大类,
|
|
RightName = "短信大类",
|
|
ToolBars = InitRights.CreateToolBar(CONST_短信大类, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_短信帐号余额查询 = "B258";
|
|
|
|
public static InnerRight 短信帐号余额查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_短信帐号余额查询,
|
|
RightName = "短信帐号余额查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_短信帐号余额查询, InitToolBar.Other1)
|
|
};
|
|
|
|
//public const string CONST_开户短信验证码查询 = "B259";
|
|
//public static InnerRight 开户短信验证码查询 = new InnerRight()
|
|
//{
|
|
// RightId = CONST_开户短信验证码查询,
|
|
// RightName = "开户短信验证码查询",
|
|
// ToolBars = InitRights.CreateToolBar(CONST_开户短信验证码查询)
|
|
//};
|
|
|
|
//public const string CONST_开户验证码用户开户查询 = "B260";
|
|
//public static InnerRight 开户验证码用户开户查询 = new InnerRight()
|
|
//{
|
|
// RightId = CONST_开户验证码用户开户查询,
|
|
// RightName = "开户验证码用户开户查询",
|
|
// ToolBars = InitRights.CreateToolBar(CONST_开户验证码用户开户查询, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
//};
|
|
|
|
//public const string CONST_开户验证码用户统计表 = "B261";
|
|
//public static InnerRight 开户验证码用户统计表 = new InnerRight()
|
|
//{
|
|
// RightId = CONST_开户验证码用户统计表,
|
|
// RightName = "开户验证码用户统计表",
|
|
// ToolBars = InitRights.CreateToolBar(CONST_开户验证码用户统计表, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
//};
|
|
|
|
public const string CONST_批量模版短信 = "B262";
|
|
|
|
public static InnerRight 批量模版短信 = new InnerRight()
|
|
{
|
|
RightId = CONST_批量模版短信,
|
|
RightName = "批量模版短信",
|
|
ToolBars = InitRights.CreateToolBar(CONST_批量模版短信)
|
|
};
|
|
|
|
#endregion 短信管理 B251~B300
|
|
|
|
#region 产品管理 B301~B350
|
|
|
|
public const string CONST_产品模块列表 = "B301";
|
|
|
|
public static InnerRight 产品模块列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_产品模块列表,
|
|
RightName = "产品模块列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_产品模块列表, InitToolBar.Add, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_产品活动列表 = "B302";
|
|
|
|
public static InnerRight 产品活动列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_产品活动列表,
|
|
RightName = "产品活动列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_产品活动列表, InitToolBar.Add, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_内部公告 = "B303";
|
|
|
|
public static InnerRight 内部公告 = new InnerRight()
|
|
{
|
|
RightId = CONST_内部公告,
|
|
RightName = "内部公告",
|
|
ToolBars = InitRights.CreateToolBar(CONST_内部公告, InitToolBar.Add, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_意见反馈 = "B304";
|
|
|
|
public static InnerRight 意见反馈 = new InnerRight()
|
|
{
|
|
RightId = CONST_意见反馈,
|
|
RightName = "意见反馈",
|
|
ToolBars = InitRights.CreateToolBar(CONST_意见反馈, InitRights.SetName(InitToolBar.Other1, "回复"))
|
|
};
|
|
|
|
public const string CONST_我的意见反馈 = "B305";
|
|
|
|
public static InnerRight 我的意见反馈 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的意见反馈,
|
|
RightName = "我的意见反馈",
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的意见反馈)
|
|
};
|
|
|
|
public const string CONST_消息中心 = "B306";
|
|
|
|
public static InnerRight 消息中心 = new InnerRight()
|
|
{
|
|
RightId = CONST_消息中心,
|
|
RightName = "消息中心",
|
|
ToolBars = InitRights.CreateToolBar(CONST_消息中心)
|
|
};
|
|
|
|
public const string CONST_产品活动管理 = "B307";
|
|
|
|
public static InnerRight 产品活动管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_产品活动管理,
|
|
RightName = "产品活动管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_产品活动管理, InitToolBar.Add, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_侧边栏活动产品管理 = "B308";
|
|
|
|
public static InnerRight 侧边栏活动产品管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_侧边栏活动产品管理,
|
|
RightName = "侧边栏活动产品管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_侧边栏活动产品管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
#endregion 产品管理 B301~B350
|
|
|
|
#endregion 基础信息 以B***开头
|
|
|
|
#region 资源系统 以R***开头
|
|
|
|
#region 资源管理 R101~R150
|
|
|
|
public const string CONST_资源类型管理 = "R101";
|
|
|
|
public static InnerRight 资源类型管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源类型管理,
|
|
RightName = "资源类型管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源类型管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other1, "绑定策略"))
|
|
};
|
|
|
|
public const string CONST_资源统计及输出 = "R102";
|
|
|
|
public static InnerRight 资源统计及输出 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源统计及输出,
|
|
RightName = "资源统计及输出",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源统计及输出, InitRights.SetName(InitToolBar.Other1, "导出资源"), InitRights.SetName(InitToolBar.Other2, "续导出"), InitRights.SetName(InitToolBar.Other3, "高级查询导出"), InitRights.SetName(InitToolBar.Other4, "资源分配"), InitRights.SetName(InitToolBar.Other5, "资源统计导出"), InitRights.SetName(InitToolBar.Other6, "查看明细"))
|
|
};
|
|
|
|
public const string CONST_导入分配资源 = "R103";
|
|
|
|
public static InnerRight 导入分配资源 = new InnerRight()
|
|
{
|
|
RightId = CONST_导入分配资源,
|
|
RightName = "导入分配资源",
|
|
ToolBars = InitRights.CreateToolBar(CONST_导入分配资源)
|
|
};
|
|
|
|
public const string CONST_导入资源 = "R104";
|
|
|
|
public static InnerRight 导入资源 = new InnerRight()
|
|
{
|
|
RightId = CONST_导入资源,
|
|
RightName = "导入资源",
|
|
ToolBars = InitRights.CreateToolBar(CONST_导入资源)
|
|
};
|
|
|
|
public const string CONST_资源活动管理 = "R105";
|
|
|
|
public static InnerRight 资源活动管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源活动管理,
|
|
RightName = "资源活动管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源活动管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_资源效果分析 = "R106";
|
|
|
|
public static InnerRight 资源效果分析 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源效果分析,
|
|
RightName = "资源效果分析",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源效果分析, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_道衍资源客户回访 = "R107";
|
|
|
|
public static InnerRight 道衍资源客户回访 = new InnerRight()
|
|
{
|
|
RightId = CONST_道衍资源客户回访,
|
|
RightName = "道衍资源客户回访",
|
|
ToolBars = InitRights.CreateToolBar(CONST_道衍资源客户回访, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_座席自动报表日志查询 = "R108";
|
|
|
|
public static InnerRight 座席自动报表日志查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_座席自动报表日志查询,
|
|
RightName = "座席自动报表日志查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_座席自动报表日志查询, InitRights.SetName(InitToolBar.Other1, "执行"))
|
|
};
|
|
|
|
public const string CONST_客服资源分组配置 = "R109";
|
|
|
|
public static InnerRight 客服资源分组配置 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服资源分组配置,
|
|
RightName = "客服资源分组配置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服资源分组配置, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_资源分配策略 = "R110";
|
|
|
|
public static InnerRight 资源分配策略 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源分配策略,
|
|
RightName = "资源分配策略",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源分配策略, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_出局资源 = "R111";
|
|
|
|
public static InnerRight 出局资源 = new InnerRight()
|
|
{
|
|
RightId = CONST_出局资源,
|
|
RightName = "出局资源",
|
|
ToolBars = InitRights.CreateToolBar(CONST_出局资源, InitToolBar.Add, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_VIP资源 = "R112";
|
|
|
|
public static InnerRight VIP资源 = new InnerRight()
|
|
{
|
|
RightId = CONST_VIP资源,
|
|
RightName = "VIP资源",
|
|
ToolBars = InitRights.CreateToolBar(CONST_VIP资源, InitToolBar.Add, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_小组成员比例设置 = "R113";
|
|
|
|
public static InnerRight 小组成员比例设置 = new InnerRight()
|
|
{
|
|
RightId = CONST_小组成员比例设置,
|
|
RightName = "小组成员比例设置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_小组成员比例设置, InitRights.SetName(InitToolBar.Other1, "更新小组成员比例"), SetName(InitToolBar.Other2, "导出"))
|
|
};
|
|
|
|
public const string CONST_客服小组比例设置 = "R114";
|
|
|
|
public static InnerRight 客服小组比例设置 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服小组比例设置,
|
|
RightName = "客服小组比例设置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服小组比例设置, InitRights.SetName(InitToolBar.Other1, "更新客服小组比例"))
|
|
};
|
|
|
|
public const string CONST_工作微信管理 = "R115";
|
|
|
|
public static InnerRight 工作微信管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_工作微信管理,
|
|
RightName = "工作微信管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工作微信管理, InitRights.SetName(InitToolBar.Other1, "微信资源详情"), InitRights.SetName(InitToolBar.Other2, "聊天记录"), InitRights.SetName(InitToolBar.Other3, "微信好友"), InitRights.SetName(InitToolBar.Other4, "绑定客服"), InitRights.SetName(InitToolBar.Other5, "微信红包"))
|
|
};
|
|
|
|
public const string CONST_微信好友数统计 = "R116";
|
|
|
|
public static InnerRight 微信好友数统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信好友数统计,
|
|
RightName = "微信好友数统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信好友数统计, InitRights.SetName(InitToolBar.Other1, "微信号好友统计"), InitRights.SetName(InitToolBar.Other2, "员工好友统计"), InitRights.SetName(InitToolBar.Other3, "员工组别好友统计"))
|
|
};
|
|
|
|
public const string CONST_待审核工作微信 = "R117";
|
|
|
|
public static InnerRight 待审核工作微信 = new InnerRight()
|
|
{
|
|
RightId = CONST_待审核工作微信,
|
|
RightName = "待审核工作微信",
|
|
ToolBars = InitRights.CreateToolBar(CONST_待审核工作微信, InitRights.SetName(InitToolBar.Other1, "审核"), InitRights.SetName(InitToolBar.Other2, "封号"), InitRights.SetName(InitToolBar.Other3, "暂停"), InitRights.SetName(InitToolBar.Other4, "启用"), InitRights.SetName(InitToolBar.Other5, "修改二维码"))
|
|
};
|
|
|
|
public const string CONST_客服微信好友排行榜 = "R118";
|
|
|
|
public static InnerRight 客服微信好友排行榜 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服微信好友排行榜,
|
|
RightName = "客服微信好友排行榜",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服微信好友排行榜, SetName(InitToolBar.Other1, "导出"), SetName(InitToolBar.Other2, "保存"), SetName(InitToolBar.Other3, "设置推广状态"))
|
|
};
|
|
|
|
public const string CONST_微信资源标签设置 = "R119";
|
|
|
|
public static InnerRight 微信资源标签设置 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信资源标签设置,
|
|
RightName = "微信资源标签设置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信资源标签设置)
|
|
};
|
|
|
|
public const string CONST_资源分配统计 = "R120";
|
|
|
|
public static InnerRight 资源分配统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源分配统计,
|
|
RightName = "资源分配统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源分配统计)
|
|
};
|
|
|
|
public const string CONST_客服微信好友排行榜_三部 = "R121";
|
|
|
|
public static InnerRight 客服微信好友排行榜_三部 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服微信好友排行榜_三部,
|
|
RightName = "客服微信好友排行榜_三部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服微信好友排行榜_三部, SetName(InitToolBar.Other1, "导出"), SetName(InitToolBar.Other2, "保存"), SetName(InitToolBar.Other3, "设置推广状态"))
|
|
};
|
|
|
|
public const string CONST_资源回收 = "R122";
|
|
|
|
public static InnerRight 资源回收 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源回收,
|
|
RightName = "资源回收",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源回收)
|
|
};
|
|
|
|
public const string CONST_资源池列表 = "R123";
|
|
|
|
public static InnerRight 资源池列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_资源池列表,
|
|
RightName = "资源池列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_资源池列表)
|
|
};
|
|
|
|
public const string CONST_企业微信列表 = "R124";
|
|
|
|
public static InnerRight 企业微信列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_企业微信列表,
|
|
RightName = "企业微信列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_企业微信列表, InitRights.SetName(InitToolBar.Other1, "聊天记录"))
|
|
};
|
|
|
|
public const string CONST_客户流转线索 = "R125";
|
|
|
|
public static InnerRight 客户流转线索 = new InnerRight()
|
|
{
|
|
RightId = CONST_客户流转线索,
|
|
RightName = "客户流转线索",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客户流转线索)
|
|
};
|
|
|
|
public const string CONST_高级共享池 = "R126";
|
|
|
|
public static InnerRight 高级共享池 = new InnerRight()
|
|
{
|
|
RightId = CONST_高级共享池,
|
|
RightName = "高级共享池",
|
|
ToolBars = InitRights.CreateToolBar(CONST_高级共享池)
|
|
};
|
|
|
|
public const string CONST_付费企业微信 = "R127";
|
|
|
|
public static InnerRight 付费企业微信 = new InnerRight()
|
|
{
|
|
RightId = CONST_付费企业微信,
|
|
RightName = "付费企业微信",
|
|
ToolBars = InitRights.CreateToolBar(CONST_付费企业微信, InitRights.SetName(InitToolBar.Other1, "聊天记录"), InitRights.SetName(InitToolBar.Other2, "外部联系人"), InitRights.SetName(InitToolBar.Other3, "查找客户"), InitRights.SetName(InitToolBar.Other4, "群管理"), InitRights.SetName(InitToolBar.Other5, "解绑"), InitRights.SetName(InitToolBar.Other6, "设置"), InitRights.SetName(InitToolBar.Other7, "测试企微是否可用"), InitRights.SetName(InitToolBar.Other8, "批量设置推广"), InitRights.SetName(InitToolBar.Other9, "导出"), InitRights.SetName(InitToolBar.Other10, "拉取信息"))
|
|
};
|
|
|
|
public const string CONST_客服分配规则列表 = "R128";
|
|
|
|
public static InnerRight 客服分配规则列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服分配规则列表,
|
|
RightName = "客服分配规则列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服分配规则列表, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other1, "状态"))
|
|
};
|
|
|
|
public const string CONST_客服分配规则组 = "R129";
|
|
|
|
public static InnerRight 客服分配规则组 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服分配规则组,
|
|
RightName = "客服分配规则组",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服分配规则组)
|
|
};
|
|
|
|
public const string CONST_我的企微客户 = "R130";
|
|
|
|
public static InnerRight 我的企微客户 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的企微客户,
|
|
RightName = "我的企微客户",
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的企微客户)
|
|
};
|
|
|
|
public const string CONST_成交客户重复联系统计 = "R131";
|
|
|
|
public static InnerRight 成交客户重复联系统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_成交客户重复联系统计,
|
|
RightName = "成交客户重复联系统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_成交客户重复联系统计)
|
|
};
|
|
|
|
public const string CONST_个人企微账号绑定 = "R135";
|
|
|
|
public static InnerRight 个人企微账号绑定 = new InnerRight()
|
|
{
|
|
RightId = CONST_个人企微账号绑定,
|
|
RightName = "个人企微账号绑定",
|
|
ToolBars = InitRights.CreateToolBar(CONST_个人企微账号绑定, InitRights.SetName(InitToolBar.Other1, "聊天记录"), InitRights.SetName(InitToolBar.Other2, "外部联系人"), InitRights.SetName(InitToolBar.Other3, "绑定企微账号"), InitRights.SetName(InitToolBar.Other4, "解绑"), InitRights.SetName(InitToolBar.Other5, "转绑"))
|
|
};
|
|
|
|
public const string CONST_企微通话查询 = "R136";
|
|
|
|
public static InnerRight 企微通话查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_企微通话查询,
|
|
RightName = "企微通话查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_企微通话查询, InitToolBar.Export)
|
|
};
|
|
|
|
#endregion 资源管理 R101~R150
|
|
|
|
#endregion 资源系统 以R***开头
|
|
|
|
#region 坐席功能 以Z**开头
|
|
|
|
#region 坐席报表 Z101~Z150
|
|
|
|
public const string CONST_工单统计 = "Z101";
|
|
|
|
public static InnerRight 工单统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_工单统计,
|
|
RightName = "工单统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工单统计, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_组别工单统计 = "Z102";
|
|
|
|
public static InnerRight 组别工单统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_组别工单统计,
|
|
RightName = "组别工单统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_组别工单统计, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_诊股资源工单统计 = "Z103";
|
|
|
|
public static InnerRight 诊股资源工单统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_诊股资源工单统计,
|
|
RightName = "诊股资源工单统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_诊股资源工单统计, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
#endregion 坐席报表 Z101~Z150
|
|
|
|
#endregion 坐席功能 以Z**开头
|
|
|
|
#region 客户管理 以C***开头
|
|
|
|
public const string CONST_黑名单管理 = "C101";
|
|
|
|
public static InnerRight 黑名单管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_黑名单管理,
|
|
RightName = "黑名单管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_黑名单管理, InitToolBar.Add, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_客户关系变更申请 = "C102";
|
|
|
|
public static InnerRight 客户关系变更申请 = new InnerRight()
|
|
{
|
|
RightId = CONST_客户关系变更申请,
|
|
RightName = "客户关系变更申请",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客户关系变更申请)
|
|
};
|
|
|
|
public const string CONST_主号码修改审核 = "C103";
|
|
|
|
public static InnerRight 主号码修改审核 = new InnerRight()
|
|
{
|
|
RightId = CONST_主号码修改审核,
|
|
RightName = "主号码修改审核",
|
|
ToolBars = InitRights.CreateToolBar(CONST_主号码修改审核, InitRights.SetName(InitToolBar.Other1, "审核"), InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_客户关系变更审核 = "C104";
|
|
|
|
public static InnerRight 客户关系变更审核 = new InnerRight()
|
|
{
|
|
RightId = CONST_客户关系变更审核,
|
|
RightName = "客户关系变更审核",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客户关系变更审核, InitToolBar.Details, InitRights.SetName(InitToolBar.Other1, "审核通过"), InitRights.SetName(InitToolBar.Other2, "审核不通过"))
|
|
};
|
|
|
|
public const string CONST_删除工单 = "C105";
|
|
|
|
public static InnerRight 删除工单 = new InnerRight()
|
|
{
|
|
RightId = CONST_删除工单,
|
|
RightName = "删除工单",
|
|
ToolBars = InitRights.CreateToolBar(CONST_删除工单)
|
|
};
|
|
|
|
public const string CONST_筛选未外呼客户ID = "C106";
|
|
|
|
public static InnerRight 筛选未外呼客户ID = new InnerRight()
|
|
{
|
|
RightId = CONST_筛选未外呼客户ID,
|
|
RightName = "筛选未外呼客户ID",
|
|
ToolBars = InitRights.CreateToolBar(CONST_筛选未外呼客户ID)
|
|
};
|
|
|
|
public const string CONST_审核VIP通道申请 = "C107";
|
|
|
|
public static InnerRight 审核VIP通道申请 = new InnerRight()
|
|
{
|
|
RightId = CONST_审核VIP通道申请,
|
|
RightName = "审核VIP通道申请",
|
|
ToolBars = InitRights.CreateToolBar(CONST_审核VIP通道申请, InitRights.SetName(InitToolBar.Other1, "确认审核"), InitRights.SetName(InitToolBar.Other2, "删除审核"))
|
|
};
|
|
|
|
public const string CONST_录音查询 = "C112";
|
|
|
|
public static InnerRight 录音查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_录音查询,
|
|
RightName = "录音查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_录音查询, InitRights.SetName(InitToolBar.Other1, "添加优秀录音"), InitRights.SetName(InitToolBar.Other2, "添加违规录音"), InitRights.SetName(InitToolBar.Other3, "合规录音"), InitRights.SetName(InitToolBar.Other4, "添加投诉录音"), InitRights.SetName(InitToolBar.Other5, "录音下载"), InitRights.SetName(InitToolBar.Other6, "录音恢复"), InitRights.SetName(InitToolBar.Other7, "查看路径"), InitRights.SetName(InitToolBar.Other8, "标记已听"), InitRights.SetName(InitToolBar.Other9, "导出"))
|
|
};
|
|
|
|
public const string CONST_共享录音分类 = "C110";
|
|
|
|
public static InnerRight 共享录音分类 = new InnerRight()
|
|
{
|
|
RightId = CONST_共享录音分类,
|
|
RightName = "共享录音分类",
|
|
ToolBars = InitRights.CreateToolBar(CONST_共享录音分类, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_共享录音 = "C111";
|
|
|
|
public static InnerRight 共享录音 = new InnerRight()
|
|
{
|
|
RightId = CONST_共享录音,
|
|
RightName = "共享录音",
|
|
ToolBars = InitRights.CreateToolBar(CONST_共享录音, InitToolBar.Delete)
|
|
};
|
|
|
|
//public const string CONST_主用户名变更日志查询 = "C113";
|
|
//public static InnerRight 主用户名变更日志查询 = new InnerRight()
|
|
//{
|
|
// RightId = CONST_主用户名变更日志查询,
|
|
// RightName = "主用户名变更日志查询",
|
|
// ToolBars = InitRights.CreateToolBar(CONST_主用户名变更日志查询)
|
|
//};
|
|
|
|
public const string CONST_组别坐席统计 = "C114";
|
|
|
|
public static InnerRight 组别坐席统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_组别坐席统计,
|
|
RightName = "组别坐席统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_组别坐席统计, SetName(InitToolBar.Other1, "导出"), SetName(InitToolBar.Other2, "导出满意率"), SetName(InitToolBar.Other3, "高级查询条件"))
|
|
};
|
|
|
|
public const string CONST_合规录音 = "C115";
|
|
|
|
public static InnerRight 合规录音 = new InnerRight()
|
|
{
|
|
RightId = CONST_合规录音,
|
|
RightName = "合规录音",
|
|
ToolBars = InitRights.CreateToolBar(CONST_合规录音)
|
|
};
|
|
|
|
public const string CONST_投诉录音 = "C116";
|
|
|
|
public static InnerRight 投诉录音 = new InnerRight()
|
|
{
|
|
RightId = CONST_投诉录音,
|
|
RightName = "投诉录音",
|
|
ToolBars = InitRights.CreateToolBar(CONST_投诉录音)
|
|
};
|
|
|
|
public const string CONST_坐席监控 = "C117";
|
|
|
|
public static InnerRight 坐席监控 = new InnerRight()
|
|
{
|
|
RightId = CONST_坐席监控,
|
|
RightName = "坐席监控",
|
|
ToolBars = InitRights.CreateToolBar(CONST_坐席监控)
|
|
};
|
|
|
|
public const string CONST_工作微信号录入 = "C118";
|
|
|
|
public static InnerRight 工作微信号录入 = new InnerRight()
|
|
{
|
|
RightId = CONST_工作微信号录入,
|
|
RightName = "工作微信号录入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工作微信号录入, InitToolBar.Add, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_我的工作微信 = "C119";
|
|
|
|
public static InnerRight 我的工作微信 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的工作微信,
|
|
RightName = "我的工作微信",
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的工作微信, SetName(InitToolBar.Other1, "微信资源详情"), SetName(InitToolBar.Other2, "聊天记录"), SetName(InitToolBar.Other3, "微信好友"))
|
|
};
|
|
|
|
public const string CONST_我的微信客户 = "C120";
|
|
|
|
public static InnerRight 我的微信客户 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的微信客户,
|
|
RightName = "我的微信客户 ",
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的微信客户, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_注册资源分配日志 = "C121";
|
|
|
|
public static InnerRight 注册资源分配日志 = new InnerRight()
|
|
{
|
|
RightId = CONST_注册资源分配日志,
|
|
RightName = "注册资源分配日志 ",
|
|
ToolBars = InitRights.CreateToolBar(CONST_注册资源分配日志, InitToolBar.Export)
|
|
};
|
|
|
|
public const string CONST_主管资源分配 = "C122";
|
|
|
|
public static InnerRight 主管资源分配 = new InnerRight()
|
|
{
|
|
RightId = CONST_主管资源分配,
|
|
RightName = "主管资源分配 ",
|
|
ToolBars = InitRights.CreateToolBar(CONST_主管资源分配, SetName(InitToolBar.Other1, "资源分配"))
|
|
};
|
|
|
|
public const string CONST_订单录音查询 = "C123";
|
|
|
|
public static InnerRight 订单录音查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单录音查询,
|
|
RightName = "订单录音查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单录音查询)
|
|
};
|
|
|
|
public const string CONST_微信群发助手 = "C124";
|
|
|
|
public static InnerRight 微信群发助手 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信群发助手,
|
|
RightName = "微信群发助手 ",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信群发助手)
|
|
};
|
|
|
|
public const string CONST_微信助手日志 = "C125";
|
|
|
|
public static InnerRight 微信助手日志 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信助手日志,
|
|
RightName = "微信助手日志 ",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信助手日志, InitToolBar.Details, SetName(InitToolBar.Other1, "测试加人"))
|
|
};
|
|
|
|
public const string CONST_微信聊天信息统计 = "C126";
|
|
|
|
public static InnerRight 微信聊天信息统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信聊天信息统计,
|
|
RightName = "微信聊天信息统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信聊天信息统计)
|
|
};
|
|
|
|
public const string CONST_注册资源统计报表 = "C127";
|
|
|
|
public static InnerRight 注册资源统计报表 = new InnerRight()
|
|
{
|
|
RightId = CONST_注册资源统计报表,
|
|
RightName = "注册资源统计报表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_注册资源统计报表, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_自动外呼统计 = "C128";
|
|
|
|
public static InnerRight 自动外呼统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_自动外呼统计,
|
|
RightName = "自动外呼统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_自动外呼统计)
|
|
};
|
|
|
|
public const string CONST_分配历史资源统计 = "C129";
|
|
|
|
public static InnerRight 分配历史资源统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_分配历史资源统计,
|
|
RightName = "分配历史资源统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_分配历史资源统计, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_分配资源历史查询 = "C130";
|
|
|
|
public static InnerRight 分配资源历史查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_分配资源历史查询,
|
|
RightName = "分配资源历史查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_分配资源历史查询)
|
|
};
|
|
|
|
public const string CONST_分配资源效果统计 = "C131";
|
|
|
|
public static InnerRight 分配资源效果统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_分配资源效果统计,
|
|
RightName = "分配资源效果统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_分配资源效果统计)
|
|
};
|
|
|
|
public const string CONST_高级分配 = "C132";
|
|
|
|
public static InnerRight 高级分配 = new InnerRight()
|
|
{
|
|
RightId = CONST_高级分配,
|
|
RightName = "高级分配",
|
|
ToolBars = InitRights.CreateToolBar(CONST_高级分配, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_高级客服 = "C133";
|
|
|
|
public static InnerRight 高级客服 = new InnerRight()
|
|
{
|
|
RightId = CONST_高级客服,
|
|
RightName = "高级客服",
|
|
ToolBars = InitRights.CreateToolBar(CONST_高级客服)
|
|
};
|
|
|
|
public const string CONST_工单查询 = "C134";
|
|
|
|
public static InnerRight 工单查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_工单查询,
|
|
RightName = "工单查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工单查询, SetName(InitToolBar.Other1, "导出"), SetName(InitToolBar.Other2, "导出客户所有客户ID"))
|
|
};
|
|
|
|
public const string CONST_Vip电话管理 = "C135";
|
|
|
|
public static InnerRight Vip电话管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_Vip电话管理,
|
|
RightName = "Vip电话管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_Vip电话管理, InitToolBar.Add, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_风险客户列表 = "C136";
|
|
|
|
public static InnerRight 风险客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_风险客户列表,
|
|
RightName = "风险客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_风险客户列表)
|
|
};
|
|
|
|
public const string CONST_客服部资源分配 = "C137";
|
|
|
|
public static InnerRight 客服部资源分配 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服部资源分配,
|
|
RightName = "客服部资源分配",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服部资源分配, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_客服部资源列表 = "C138";
|
|
|
|
public static InnerRight 客服部资源列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服部资源列表,
|
|
RightName = "客服部资源列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服部资源列表)
|
|
};
|
|
|
|
public const string CONST_潜在风险投诉客户 = "C136";
|
|
|
|
public static InnerRight 潜在风险投诉客户 = new InnerRight()
|
|
{
|
|
RightId = CONST_潜在风险投诉客户,
|
|
RightName = "潜在风险投诉客户",
|
|
ToolBars = InitRights.CreateToolBar(CONST_潜在风险投诉客户, SetName(InitToolBar.Other1, "人工标记"), SetName(InitToolBar.Other2, "修改状态"), SetName(InitToolBar.Other3, "批量分配员工"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_新单活动资源池 = "C140";
|
|
|
|
public static InnerRight 新单活动资源池 = new InnerRight()
|
|
{
|
|
RightId = CONST_新单活动资源池,
|
|
RightName = "新单活动资源池",
|
|
ToolBars = InitRights.CreateToolBar(CONST_新单活动资源池, SetName(InitToolBar.Other1, "资源分配"))
|
|
};
|
|
|
|
public const string CONST_我的新单活动资源池 = "C141";
|
|
|
|
public static InnerRight 我的新单活动资源池 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的新单活动资源池,
|
|
RightName = "我的新单活动资源池",
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的新单活动资源池)
|
|
};
|
|
|
|
#endregion 客户管理 以C***开头
|
|
|
|
#region 软件管理 以S***开头
|
|
|
|
#region 订单管理 S101~S150
|
|
|
|
public const string CONST_活动订单开通审核 = "S101";
|
|
|
|
public static InnerRight 活动订单开通审核 = new InnerRight()
|
|
{
|
|
RightId = CONST_活动订单开通审核,
|
|
RightName = "活动订单开通审核",
|
|
ToolBars = InitRights.CreateToolBar(CONST_活动订单开通审核, InitToolBar.Check, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_活动订单撤销 = "S102";
|
|
|
|
public static InnerRight 活动订单撤销 = new InnerRight()
|
|
{
|
|
RightId = CONST_活动订单撤销,
|
|
RightName = "活动订单撤销",
|
|
ToolBars = InitRights.CreateToolBar(CONST_活动订单撤销, InitToolBar.Check)
|
|
};
|
|
|
|
public const string CONST_无主用户列表 = "S103";
|
|
|
|
public static InnerRight 无主用户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_无主用户列表,
|
|
RightName = "无主用户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_无主用户列表, InitRights.SetName(InitToolBar.Other1, "活动申请"), InitRights.SetName(InitToolBar.Other2, "已申请活动"), InitRights.SetName(InitToolBar.Other3, "用户名申请"))
|
|
};
|
|
|
|
public const string CONST_投顾订单开通审核 = "S104";
|
|
|
|
public static InnerRight 投顾订单开通审核 = new InnerRight()
|
|
{
|
|
RightId = CONST_投顾订单开通审核,
|
|
RightName = "投顾订单开通审核",
|
|
ToolBars = InitRights.CreateToolBar(CONST_投顾订单开通审核, InitToolBar.Check, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other2, "关闭"), InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
#endregion 订单管理 S101~S150
|
|
|
|
#region 软件客户管理 S201~S250
|
|
|
|
public const string CONST_软件客户列表 = "S201";
|
|
|
|
public static InnerRight 软件客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_软件客户列表,
|
|
RightName = "软件客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_软件客户列表, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_软件客户分配 = "S202";
|
|
|
|
public static InnerRight 软件客户分配 = new InnerRight()
|
|
{
|
|
RightId = CONST_软件客户分配,
|
|
RightName = "软件客户分配",
|
|
ToolBars = InitRights.CreateToolBar(CONST_软件客户分配, InitRights.SetName(InitToolBar.Other1, "分配"), InitRights.SetName(InitToolBar.Other2, "批量分配"))
|
|
};
|
|
|
|
public const string CONST_软件客户分配日志 = "S203";
|
|
|
|
public static InnerRight 软件客户分配日志 = new InnerRight()
|
|
{
|
|
RightId = CONST_软件客户分配日志,
|
|
RightName = "软件客户分配日志",
|
|
ToolBars = InitRights.CreateToolBar(CONST_软件客户分配日志)
|
|
};
|
|
|
|
public const string CONST_软件注册邀请统计 = "S204";
|
|
|
|
public static InnerRight 软件注册邀请统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_软件注册邀请统计,
|
|
RightName = "软件注册邀请统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_软件注册邀请统计, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_我的注册邀请 = "S205";
|
|
|
|
public static InnerRight 我的注册邀请 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的注册邀请,
|
|
RightName = "我的注册邀请",
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的注册邀请, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_收藏客户历史查询 = "S206";
|
|
|
|
public static InnerRight 收藏客户历史查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_收藏客户历史查询,
|
|
RightName = "收藏客户历史查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_收藏客户历史查询)
|
|
};
|
|
|
|
public const string CONST_注册和生成购买链接 = "S207";
|
|
|
|
public static InnerRight 注册和生成购买链接 = new InnerRight()
|
|
{
|
|
RightId = CONST_注册和生成购买链接,
|
|
RightName = "注册和生成购买链接",
|
|
ToolBars = InitRights.CreateToolBar(CONST_注册和生成购买链接)
|
|
};
|
|
|
|
public const string CONST_股票池查询 = "S208";
|
|
|
|
public static InnerRight 股票池查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_股票池查询,
|
|
RightName = "股票池查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_股票池查询)
|
|
};
|
|
|
|
public const string CONST_收藏客户列表 = "S209";
|
|
|
|
public static InnerRight 收藏客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_收藏客户列表,
|
|
RightName = "收藏客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_收藏客户列表, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete, InitRights.SetName(InitToolBar.Export, "导出"), InitRights.SetName(InitToolBar.Other1, "收藏调整"), InitRights.SetName(InitToolBar.Other2, "设置"))
|
|
};
|
|
|
|
public const string CONST_优质客户列表 = "S210";
|
|
|
|
public static InnerRight 优质客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_优质客户列表,
|
|
RightName = "优质客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_优质客户列表, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
#endregion 软件客户管理 S201~S250
|
|
|
|
#endregion 软件管理 以S***开头
|
|
|
|
#region 业务 以G***开头
|
|
|
|
//#region 客户管理 G101~G150
|
|
public const string CONST_客户列表 = "G101";
|
|
|
|
public static InnerRight 客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_客户列表,
|
|
RightName = "客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客户列表, InitToolBar.Details, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_视频质检 = "G352";
|
|
|
|
public static InnerRight 视频质检 = new InnerRight()
|
|
{
|
|
RightId = CONST_视频质检,
|
|
RightName = "视频质检",
|
|
ToolBars = InitRights.CreateToolBar(CONST_视频质检, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_员工质检 = "G353";
|
|
|
|
public static InnerRight 员工质检 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工质检,
|
|
RightName = "员工质检",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工质检, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_投诉客户列表 = "G363";
|
|
|
|
public static InnerRight 投诉客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_投诉客户列表,
|
|
RightName = "投诉客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_投诉客户列表, InitRights.SetName(InitToolBar.Other2, "标记处理"), InitRights.SetName(InitToolBar.Other3, "审核"), InitRights.SetName(InitToolBar.Other5, "已审核修改"), InitRights.SetName(InitToolBar.Other4, "删除"), InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_直播客户列表 = "G373";
|
|
|
|
public static InnerRight 直播客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_直播客户列表,
|
|
RightName = "直播客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_直播客户列表, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_回放客户列表 = "G374";
|
|
|
|
public static InnerRight 回放客户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_回放客户列表,
|
|
RightName = "回放客户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_回放客户列表, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_重要线索列表 = "G375";
|
|
|
|
public static InnerRight 重要线索列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_重要线索列表,
|
|
RightName = "重要线索列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_重要线索列表, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
#endregion 业务 以G***开头
|
|
|
|
#region L2订单 以L***开头
|
|
|
|
#region L2订单退款申请审核 L101~L150
|
|
|
|
public const string CONST_L2订单退款申请 = "L101";
|
|
|
|
public static InnerRight L2订单退款申请 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2订单退款申请,
|
|
RightName = "L2订单退款申请",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2订单退款申请, InitRights.SetName(InitToolBar.Other1, "退款申请"))
|
|
};
|
|
|
|
public const string CONST_L2订单退款审核 = "L102";
|
|
|
|
public static InnerRight L2订单退款审核 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2订单退款审核,
|
|
RightName = "L2订单退款审核",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2订单退款审核, InitRights.SetName(InitToolBar.Other1, "退款审核"), InitRights.SetName(InitToolBar.Other2, "确认退款"), InitRights.SetName(InitToolBar.Other3, "删除申请"), InitRights.SetName(InitToolBar.Other4, "修改退款金额"))
|
|
};
|
|
|
|
public const string CONST_L2订单查询 = "L103";
|
|
|
|
public static InnerRight L2订单查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2订单查询,
|
|
RightName = "L2订单查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2订单查询, InitRights.SetName(InitToolBar.Other1, "创建订单"), InitRights.SetName(InitToolBar.Other2, "开通订单"), InitRights.SetName(InitToolBar.Other3, "取消订单"), InitRights.SetName(InitToolBar.Other4, "导出"), InitRights.SetName(InitToolBar.Other5, "网银支付下单并开通"), InitRights.SetName(InitToolBar.Other6, "查看用户名"))
|
|
};
|
|
|
|
public const string CONST_L2支付列表 = "L104";
|
|
|
|
public static InnerRight L2支付列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2支付列表,
|
|
RightName = "L2支付列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2支付列表, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_L2批量下载 = "L105";
|
|
|
|
public static InnerRight L2批量下载 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2批量下载,
|
|
RightName = "L2批量下载",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2批量下载)
|
|
};
|
|
|
|
public const string CONST_L2修改限定IP = "L106";
|
|
|
|
public static InnerRight L2修改限定IP = new InnerRight()
|
|
{
|
|
RightId = CONST_L2修改限定IP,
|
|
RightName = "L2修改限定IP",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2修改限定IP, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_L2用户互踢 = "L107";
|
|
|
|
public static InnerRight L2用户互踢 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2用户互踢,
|
|
RightName = "L2用户互踢",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2用户互踢, InitRights.SetName(InitToolBar.Other1, "设置是否互踢"), InitRights.SetName(InitToolBar.Other2, "取消禁止互踢"))
|
|
};
|
|
|
|
public const string CONST_L2重置密码 = "L108";
|
|
|
|
public static InnerRight L2重置密码 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2重置密码,
|
|
RightName = "L2重置密码",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2重置密码, InitRights.SetName(InitToolBar.Other1, "重置密码"))
|
|
};
|
|
|
|
public const string CONST_网银数据详情 = "L109";
|
|
|
|
public static InnerRight 网银数据详情 = new InnerRight()
|
|
{
|
|
RightId = CONST_网银数据详情,
|
|
RightName = "网银数据详情",
|
|
ToolBars = InitRights.CreateToolBar(CONST_网银数据详情)
|
|
};
|
|
|
|
public const string CONST_L2订单统计 = "L110";
|
|
|
|
public static InnerRight L2订单统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2订单统计,
|
|
RightName = "L2订单统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2订单统计)
|
|
};
|
|
|
|
public const string CONST_L2工作室订单查询 = "L111";
|
|
|
|
public static InnerRight L2工作室订单查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2工作室订单查询,
|
|
RightName = "L2工作室订单查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2工作室订单查询)
|
|
};
|
|
|
|
public const string CONST_L2工作室支付列表 = "L112";
|
|
|
|
public static InnerRight L2工作室支付列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_L2工作室支付列表,
|
|
RightName = "L2工作室支付列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_L2工作室支付列表)
|
|
};
|
|
|
|
public const string CONST_发票列表 = "L113";
|
|
|
|
public static InnerRight 发票列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_发票列表,
|
|
RightName = "发票列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_发票列表, InitRights.SetName(InitToolBar.Add, "申请"))
|
|
};
|
|
|
|
public const string CONST_免费产品 = "L114";
|
|
|
|
public static InnerRight 免费产品 = new InnerRight()
|
|
{
|
|
RightId = CONST_免费产品,
|
|
RightName = "免费产品",
|
|
ToolBars = InitRights.CreateToolBar(CONST_免费产品, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete,
|
|
InitRights.SetName(InitToolBar.Other1, "上一级"), InitRights.SetName(InitToolBar.Other2, "下一级"))
|
|
};
|
|
|
|
#endregion L2订单退款申请审核 L101~L150
|
|
|
|
#endregion L2订单 以L***开头
|
|
|
|
#region 公用权限 以P***开头
|
|
|
|
public const string CONST_公共权限 = "P101";
|
|
|
|
public static InnerRight 公共权限 = new InnerRight()
|
|
{
|
|
RightId = CONST_公共权限,
|
|
RightName = "公共权限",
|
|
ToolBars = InitRights.CreateToolBar(CONST_公共权限)
|
|
};
|
|
|
|
#endregion 公用权限 以P***开头
|
|
|
|
#region 房间申请 以M***开头
|
|
|
|
public const string CONST_房间申请 = "M101";
|
|
|
|
public static InnerRight 房间申请 = new InnerRight()
|
|
{
|
|
RightId = CONST_房间申请,
|
|
RightName = "房间申请",
|
|
ToolBars = InitRights.CreateToolBar(CONST_房间申请, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Check, InitRights.SetName(InitToolBar.Other1, "房间变更"))
|
|
};
|
|
|
|
public const string CONST_房间客户查询 = "M102";
|
|
|
|
public static InnerRight 房间客户查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_房间客户查询,
|
|
RightName = "房间客户查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_房间客户查询, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
#endregion 房间申请 以M***开头
|
|
|
|
#region 微信模块 以W***开头
|
|
|
|
public const string CONST_工作微信员工关系 = "W101";
|
|
|
|
public static InnerRight 工作微信员工关系 = new InnerRight()
|
|
{
|
|
RightId = CONST_工作微信员工关系,
|
|
RightName = "工作微信员工关系",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工作微信员工关系, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_微信客户基础信息 = "W102";
|
|
|
|
public static InnerRight 微信客户基础信息 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信客户基础信息,
|
|
RightName = "微信客户基础信息",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信客户基础信息, InitToolBar.Edit, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_工作微信好友关系 = "W103";
|
|
|
|
public static InnerRight 工作微信好友关系 = new InnerRight()
|
|
{
|
|
RightId = CONST_工作微信好友关系,
|
|
RightName = "工作微信好友关系",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工作微信好友关系, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_工作微信号基础信息 = "W104";
|
|
|
|
public static InnerRight 工作微信号基础信息 = new InnerRight()
|
|
{
|
|
RightId = CONST_工作微信号基础信息,
|
|
RightName = "工作微信号基础信息",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工作微信号基础信息, InitToolBar.Edit, InitToolBar.Delete, InitRights.SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_我的订单 = "W105";
|
|
|
|
public static InnerRight 我的订单 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的订单,
|
|
RightName = "我的订单",
|
|
//ToolBars = InitRights.CreateToolBar(CONST_我的订单, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, SetName(InitToolBar.Other1, "更新订单数据"), SetName(InitToolBar.Other2, "导出"))
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的订单, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, SetName(InitToolBar.Other1, "提交支付记录"), SetName(InitToolBar.Other2, "导出"), SetName(InitToolBar.Other3, "设置工号"), SetName(InitToolBar.Other4, "合同合并"), SetName(InitToolBar.Other5, "标记优秀客户"), SetName(InitToolBar.Other6, "同步订单状态"))
|
|
};
|
|
|
|
public const string CONST_证星订单分成 = "W106";
|
|
|
|
public static InnerRight 证星订单分成 = new InnerRight()
|
|
{
|
|
RightId = CONST_证星订单分成,
|
|
RightName = "证星订单分成",
|
|
ToolBars = InitRights.CreateToolBar(CONST_证星订单分成, InitToolBar.Add, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_手机IMEI管理 = "W107";
|
|
|
|
public static InnerRight 手机IMEI管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_手机IMEI管理,
|
|
RightName = "手机IMEI管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_手机IMEI管理, InitToolBar.Add, SetName(InitToolBar.Other1, "更新工号"))
|
|
};
|
|
|
|
public const string CONST_工作微信在线列表 = "W108";
|
|
|
|
public static InnerRight 工作微信在线列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_工作微信在线列表,
|
|
RightName = "工作微信在线列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_工作微信在线列表)
|
|
};
|
|
|
|
public const string CONST_订单列表 = "W109";
|
|
|
|
public static InnerRight 订单列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单列表,
|
|
RightName = "订单列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单列表, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, InitToolBar.Delete, SetName(InitToolBar.Other1, "补单"), SetName(InitToolBar.Other2, "修改订单分成"), SetName(InitToolBar.Other3, "导出"), SetName(InitToolBar.Other4, "调整结算时间"), SetName(InitToolBar.Other5, "订单合规回访"), SetName(InitToolBar.Other6, "定金支付"), SetName(InitToolBar.Other7, "提交支付记录"), SetName(InitToolBar.Other8, "退款申请"), SetName(InitToolBar.Other9, "设置工号"), SetName(InitToolBar.Other10, "取消订单"))
|
|
};
|
|
|
|
public const string CONST_订单统计 = "W110";
|
|
|
|
public static InnerRight 订单统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单统计,
|
|
RightName = "订单统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单统计)
|
|
};
|
|
|
|
public const string CONST_微信资源日报表 = "W111";
|
|
|
|
public static InnerRight 微信资源日报表 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信资源日报表,
|
|
RightName = "微信资源日报表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信资源日报表)
|
|
};
|
|
|
|
public const string CONST_订单分成导出 = "W112";
|
|
|
|
public static InnerRight 订单分成导出 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单分成导出,
|
|
RightName = "订单分成导出",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单分成导出, SetName(InitToolBar.Other2, "导出"))
|
|
};
|
|
|
|
public const string CONST_分成结算 = "W113";
|
|
|
|
public static InnerRight 分成结算 = new InnerRight()
|
|
{
|
|
RightId = CONST_分成结算,
|
|
RightName = "分成结算",
|
|
ToolBars = InitRights.CreateToolBar(CONST_分成结算)
|
|
};
|
|
|
|
public const string CONST_分成报表查询 = "W114";
|
|
|
|
public static InnerRight 分成报表查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_分成报表查询,
|
|
RightName = "分成报表查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_分成报表查询, SetName(InitToolBar.Other2, "导出"))
|
|
};
|
|
|
|
public const string CONST_销售组分成报表 = "W115";
|
|
|
|
public static InnerRight 销售组分成报表 = new InnerRight()
|
|
{
|
|
RightId = CONST_销售组分成报表,
|
|
RightName = "销售组分成",
|
|
ToolBars = InitRights.CreateToolBar(CONST_销售组分成报表, SetName(InitToolBar.Other2, "导出"))
|
|
};
|
|
|
|
public const string CONST_员工业绩批量确认 = "W116";
|
|
|
|
public static InnerRight 员工业绩批量确认 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工业绩批量确认,
|
|
RightName = "员工业绩批量确认",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工业绩批量确认, SetName(InitToolBar.Other3, "批量确认"), SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_主管业绩批量确认 = "W117";
|
|
|
|
public static InnerRight 主管业绩批量确认 = new InnerRight()
|
|
{
|
|
RightId = CONST_主管业绩批量确认,
|
|
RightName = "主管业绩批量确认",
|
|
ToolBars = InitRights.CreateToolBar(CONST_主管业绩批量确认, SetName(InitToolBar.Other3, "批量确认"), SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_奖励确认 = "W118";
|
|
|
|
public static InnerRight 奖励确认 = new InnerRight()
|
|
{
|
|
RightId = CONST_奖励确认,
|
|
RightName = "奖励确认",
|
|
ToolBars = InitRights.CreateToolBar(CONST_奖励确认, SetName(InitToolBar.Other1, "确认"))
|
|
};
|
|
|
|
public const string CONST_员工工资查询 = "W119";
|
|
|
|
public static InnerRight 员工工资查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工工资查询,
|
|
RightName = "员工工资查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工工资查询)
|
|
};
|
|
|
|
public const string CONST_主管工资查询 = "W120";
|
|
|
|
public static InnerRight 主管工资查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_主管工资查询,
|
|
RightName = "主管工资查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_主管工资查询)
|
|
};
|
|
|
|
public const string CONST_投诉考勤录入 = "W121";
|
|
|
|
public static InnerRight 投诉考勤录入 = new InnerRight()
|
|
{
|
|
RightId = CONST_投诉考勤录入,
|
|
RightName = "投诉考勤录入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_投诉考勤录入)
|
|
};
|
|
|
|
public const string CONST_主管业绩确认 = "W122";
|
|
|
|
public static InnerRight 主管业绩确认 = new InnerRight()
|
|
{
|
|
RightId = CONST_主管业绩确认,
|
|
RightName = "主管业绩确认",
|
|
ToolBars = InitRights.CreateToolBar(CONST_主管业绩确认)
|
|
};
|
|
|
|
public const string CONST_员工业绩确认 = "W123";
|
|
|
|
public static InnerRight 员工业绩确认 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工业绩确认,
|
|
RightName = "员工业绩确认",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工业绩确认)
|
|
};
|
|
|
|
public const string CONST_员工奖励 = "W124";
|
|
|
|
public static InnerRight 员工奖励 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工奖励,
|
|
RightName = "员工奖励",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工奖励)
|
|
};
|
|
|
|
public const string CONST_主管奖励 = "W125";
|
|
|
|
public static InnerRight 主管奖励 = new InnerRight()
|
|
{
|
|
RightId = CONST_主管奖励,
|
|
RightName = "主管奖励",
|
|
ToolBars = InitRights.CreateToolBar(CONST_主管奖励)
|
|
};
|
|
|
|
public const string CONST_产品管理 = "W126";
|
|
|
|
public static InnerRight 产品管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_产品管理,
|
|
RightName = "上证综研产品管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_产品管理, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_订单来源统计 = "W127";
|
|
|
|
public static InnerRight 订单来源统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单来源统计,
|
|
RightName = "订单来源统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单来源统计)
|
|
};
|
|
|
|
public const string CONST_系统暂停日志 = "W128";
|
|
|
|
public static InnerRight 系统暂停日志 = new InnerRight()
|
|
{
|
|
RightId = CONST_系统暂停日志,
|
|
RightName = "系统暂停日志",
|
|
ToolBars = InitRights.CreateToolBar(CONST_系统暂停日志)
|
|
};
|
|
|
|
public const string CONST_微信推广资源统计 = "W129";
|
|
|
|
public static InnerRight 微信推广资源统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信推广资源统计,
|
|
RightName = "微信推广资源统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信推广资源统计)
|
|
};
|
|
|
|
public const string CONST_考勤导入 = "W130";
|
|
|
|
public static InnerRight 考勤导入 = new InnerRight()
|
|
{
|
|
RightId = CONST_考勤导入,
|
|
RightName = "考勤导入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_考勤导入)
|
|
};
|
|
|
|
public const string CONST_售后分配 = "W131";
|
|
|
|
public static InnerRight 售后分配 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后分配,
|
|
RightName = "售后分配",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后分配, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_售后订单 = "W132";
|
|
|
|
public static InnerRight 售后订单 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后订单,
|
|
RightName = "售后订单",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后订单, SetName(InitToolBar.Other1, "导出"), SetName(InitToolBar.Other2, "客户归类"))
|
|
};
|
|
|
|
public const string CONST_分析师荐股 = "W133";
|
|
|
|
public static InnerRight 分析师荐股 = new InnerRight()
|
|
{
|
|
RightId = CONST_分析师荐股,
|
|
RightName = "分析师荐股",
|
|
ToolBars = InitRights.CreateToolBar(CONST_分析师荐股, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details)
|
|
};
|
|
|
|
public const string CONST_订单退款 = "W134";
|
|
|
|
public static InnerRight 订单退款 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单退款,
|
|
RightName = "订单退款",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单退款, InitToolBar.Export, SetName(InitToolBar.Other1, "上传退款信息"))
|
|
};
|
|
|
|
public const string CONST_售后业绩确认 = "W135";
|
|
|
|
public static InnerRight 售后业绩确认 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后业绩确认,
|
|
RightName = "售后业绩确认",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后业绩确认)
|
|
};
|
|
|
|
public const string CONST_微信信息批量导出 = "W136";
|
|
|
|
public static InnerRight 微信信息批量导出 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信信息批量导出,
|
|
RightName = "微信信息批量导出",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信信息批量导出)
|
|
};
|
|
|
|
public const string CONST_微信聊天合规管理 = "W137";
|
|
|
|
public static InnerRight 微信聊天合规管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信聊天合规管理,
|
|
RightName = "微信聊天合规管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信聊天合规管理, SetName(InitToolBar.Other1, "标记违规信息"), SetName(InitToolBar.Other2, "合规关键字"))
|
|
};
|
|
|
|
public const string CONST_销售组考核 = "W138";
|
|
|
|
public static InnerRight 销售组考核 = new InnerRight()
|
|
{
|
|
RightId = CONST_销售组考核,
|
|
RightName = "销售组考核",
|
|
ToolBars = InitRights.CreateToolBar(CONST_销售组考核)
|
|
};
|
|
|
|
public const string CONST_微信聊天违规信息 = "W139";
|
|
|
|
public static InnerRight 微信聊天违规信息 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信聊天违规信息,
|
|
RightName = "微信聊天违规信息",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信聊天违规信息, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_微信离线通知配置 = "W140";
|
|
|
|
public static InnerRight 微信离线通知配置 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信离线通知配置,
|
|
RightName = "微信离线通知配置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信离线通知配置, InitToolBar.Add, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_我的违规记录 = "W141";
|
|
|
|
public static InnerRight 我的违规记录 = new InnerRight()
|
|
{
|
|
RightId = CONST_我的违规记录,
|
|
RightName = "我的违规记录",
|
|
ToolBars = InitRights.CreateToolBar(CONST_我的违规记录)
|
|
};
|
|
|
|
public const string CONST_合规信息统计 = "W142";
|
|
|
|
public static InnerRight 合规信息统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_合规信息统计,
|
|
RightName = "合规信息统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_合规信息统计)
|
|
};
|
|
|
|
public const string CONST_售后分配统计 = "W143";
|
|
|
|
public static InnerRight 售后分配统计 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后分配统计,
|
|
RightName = "售后分配统计",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后分配统计)
|
|
};
|
|
|
|
public const string CONST_订单列表三部 = "W144";
|
|
|
|
public static InnerRight 订单列表三部 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单列表三部,
|
|
RightName = "订单列表三部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单列表三部, SetName(InitToolBar.Other1, "登录三部查看工单"))
|
|
};
|
|
|
|
public const string CONST_售后分配统计三部 = "W145";
|
|
|
|
public static InnerRight 售后分配统计三部 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后分配统计三部,
|
|
RightName = "售后分配统计三部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后分配统计三部)
|
|
};
|
|
|
|
public const string CONST_售后分配南京 = "W146";
|
|
|
|
public static InnerRight 售后分配南京 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后分配南京,
|
|
RightName = "售后分配南京",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后分配南京, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_售后分配南京_新单合规工单 = "W147";
|
|
|
|
public static InnerRight 售后分配南京_新单合规工单 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后分配南京_新单合规工单,
|
|
RightName = "售后分配南京_新单合规工单",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后分配南京_新单合规工单, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_售后分配南京_业绩合规工单 = "W148";
|
|
|
|
public static InnerRight 售后分配南京_业绩合规工单 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后分配南京_业绩合规工单,
|
|
RightName = "售后分配南京_业绩合规工单",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后分配南京_业绩合规工单, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_售后分配南京_上拽失败工单 = "W149";
|
|
|
|
public static InnerRight 售后分配南京_上拽失败工单 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后分配南京_上拽失败工单,
|
|
RightName = "售后分配南京_上拽失败工单",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后分配南京_上拽失败工单, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "导出"))
|
|
};
|
|
|
|
public const string CONST_微信资源列表 = "W150";
|
|
|
|
public static InnerRight 微信资源列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信资源列表,
|
|
RightName = "微信资源列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信资源列表)
|
|
};
|
|
|
|
public const string CONST_客户分类管理 = "W151";
|
|
|
|
public static InnerRight 客户分类管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_客户分类管理,
|
|
RightName = "客户分类管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客户分类管理, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete)
|
|
};
|
|
|
|
public const string CONST_手工添加微信好友 = "W152";
|
|
|
|
public static InnerRight 手工添加微信好友 = new InnerRight()
|
|
{
|
|
RightId = CONST_手工添加微信好友,
|
|
RightName = "手工添加微信好友",
|
|
ToolBars = InitRights.CreateToolBar(CONST_手工添加微信好友, InitToolBar.Add, InitToolBar.Edit)
|
|
};
|
|
|
|
public const string CONST_手工添加微信好友列表 = "W153";
|
|
|
|
public static InnerRight 手工添加微信好友列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_手工添加微信好友列表,
|
|
RightName = "手工添加微信好友列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_手工添加微信好友列表)
|
|
};
|
|
|
|
public const string CONST_客服微信列表 = "W154";
|
|
|
|
public static InnerRight 客服微信列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_客服微信列表,
|
|
RightName = "客服微信列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客服微信列表)
|
|
};
|
|
|
|
public const string CONST_定金上传 = "W155";
|
|
|
|
public static InnerRight 定金上传 = new InnerRight()
|
|
{
|
|
RightId = CONST_定金上传,
|
|
RightName = "定金上传",
|
|
ToolBars = InitRights.CreateToolBar(CONST_定金上传, SetName(InitToolBar.Other1, "上传定金"))
|
|
};
|
|
|
|
public const string CONST_合规业绩确认 = "W156";
|
|
|
|
public static InnerRight 合规业绩确认 = new InnerRight()
|
|
{
|
|
RightId = CONST_合规业绩确认,
|
|
RightName = "合规业绩确认",
|
|
ToolBars = InitRights.CreateToolBar(CONST_合规业绩确认)
|
|
};
|
|
|
|
public const string CONST_微信助手申请日报表 = "W157";
|
|
|
|
public static InnerRight 微信助手申请日报表 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信助手申请日报表,
|
|
RightName = "微信助手申请日报表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信助手申请日报表)
|
|
};
|
|
|
|
public const string CONST_微信服务心跳 = "W158";
|
|
|
|
public static InnerRight 微信服务心跳 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信服务心跳,
|
|
RightName = "微信服务心跳",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信服务心跳)
|
|
};
|
|
|
|
public const string CONST_微信资源日报表_三部 = "W159";
|
|
|
|
public static InnerRight 微信资源日报表_三部 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信资源日报表_三部,
|
|
RightName = "微信资源日报表_三部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信资源日报表_三部)
|
|
};
|
|
|
|
public const string CONST_员工明显日报表 = "W160";
|
|
|
|
public static InnerRight 员工明显日报表 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工明显日报表,
|
|
RightName = "员工明显日报表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工明显日报表)
|
|
};
|
|
|
|
public const string CONST_订单统计_三部 = "W161";
|
|
|
|
public static InnerRight 订单统计_三部 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单统计_三部,
|
|
RightName = "订单统计_三部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单统计_三部)
|
|
};
|
|
|
|
public const string CONST_微信朋友圈发送管理 = "W163";
|
|
|
|
public static InnerRight 微信朋友圈发送管理 = new InnerRight()
|
|
{
|
|
RightId = CONST_微信朋友圈发送管理,
|
|
RightName = "微信朋友圈发送管理",
|
|
ToolBars = InitRights.CreateToolBar(CONST_微信朋友圈发送管理, SetName(InitToolBar.Other1, "发送一条朋友圈"))
|
|
};
|
|
|
|
public const string CONST_订单列表_上海分部 = "W162";
|
|
|
|
public static InnerRight 订单列表_上海分部 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单列表_上海分部,
|
|
RightName = "订单列表_上海分部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单列表_上海分部, InitToolBar.Add, SetName(InitToolBar.Other1, "补单"), SetName(InitToolBar.Other2, "导出"), SetName(InitToolBar.Other3, "上传到账信息"), SetName(InitToolBar.Other4, "定金支付"))
|
|
};
|
|
|
|
public const string CONST_员工工资查询_三部 = "W163";
|
|
|
|
public static InnerRight 员工工资查询_三部 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工工资查询_三部,
|
|
RightName = "员工工资查询_三部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工工资查询_三部)
|
|
};
|
|
|
|
public const string CONST_订单退款_三部 = "W164";
|
|
|
|
public static InnerRight 订单退款_三部 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单退款_三部,
|
|
RightName = "订单退款_三部",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单退款_三部, SetName(InitToolBar.Other1, "上传退款信息"))
|
|
};
|
|
|
|
public const string CONST_订单退款明细 = "W165";
|
|
|
|
public static InnerRight 订单退款明细 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单退款明细,
|
|
RightName = "订单退款明细",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单退款明细)
|
|
};
|
|
|
|
public const string CONST_订单退款个人明细 = "W166";
|
|
|
|
public static InnerRight 订单退款个人明细 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单退款个人明细,
|
|
RightName = "订单退款个人明细",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单退款个人明细)
|
|
};
|
|
|
|
public const string CONST_清除合同数据 = "W167";
|
|
|
|
public static InnerRight 清除合同数据 = new InnerRight()
|
|
{
|
|
RightId = CONST_清除合同数据,
|
|
RightName = "清除合同数据",
|
|
ToolBars = InitRights.CreateToolBar(CONST_清除合同数据)
|
|
};
|
|
|
|
public const string CONST_订单合规回访 = "W168";
|
|
|
|
public static InnerRight 订单合规回访 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单合规回访,
|
|
RightName = "订单合规回访",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单合规回访, SetName(InitToolBar.Other1, "订单合规回访"))
|
|
};
|
|
|
|
public const string CONST_订单支付记录 = "W169";
|
|
|
|
public static InnerRight 订单支付记录 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单支付记录,
|
|
RightName = "订单支付记录",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单支付记录, InitToolBar.Export)
|
|
};
|
|
|
|
public const string CONST_客户回访列表 = "W170";
|
|
|
|
public static InnerRight 客户回访列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_客户回访列表,
|
|
RightName = "客户回访列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客户回访列表)
|
|
};
|
|
|
|
public const string CONST_企业微信资源日报表 = "W171";
|
|
|
|
public static InnerRight 企业微信资源日报表 = new InnerRight()
|
|
{
|
|
RightId = CONST_企业微信资源日报表,
|
|
RightName = "企业微信资源日报表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_企业微信资源日报表)
|
|
};
|
|
|
|
public const string CONST_订单列表三方 = "W172";
|
|
|
|
public static InnerRight 订单列表三方 = new InnerRight()
|
|
{
|
|
RightId = CONST_订单列表三方,
|
|
RightName = "订单列表三方",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订单列表三方, InitToolBar.Details)
|
|
};
|
|
|
|
public const string CONST_企业微聊天息合规 = "W173";
|
|
|
|
public static InnerRight 企业微聊天息合规 = new InnerRight()
|
|
{
|
|
RightId = CONST_企业微聊天息合规,
|
|
RightName = "企业微聊天息合规",
|
|
ToolBars = InitRights.CreateToolBar(CONST_企业微聊天息合规, SetName(InitToolBar.Other1, "已阅"), SetName(InitToolBar.Other2, "标记违规信息"), SetName(InitToolBar.Other3, "合规关键字"))
|
|
};
|
|
|
|
public const string CONST_售后订单2 = "W174";
|
|
|
|
public static InnerRight 售后订单2 = new InnerRight()
|
|
{
|
|
RightId = CONST_售后订单2,
|
|
RightName = "售后订单2",
|
|
ToolBars = InitRights.CreateToolBar(CONST_售后订单2, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Delete, InitToolBar.Export, SetName(InitToolBar.Other1, "批量添加"), SetName(InitToolBar.Other2, "调整"))
|
|
};
|
|
|
|
public const string CONST_订金列表 = "W175";
|
|
|
|
public static InnerRight 订金列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_订金列表,
|
|
RightName = "订金列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_订金列表, InitToolBar.Export)
|
|
};
|
|
|
|
public const string CONST_支付列表 = "WBD1";
|
|
|
|
public static InnerRight 支付列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_支付列表,
|
|
RightName = "支付列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_支付列表, SetName(InitToolBar.Other1, "绑定"))
|
|
};
|
|
|
|
public const string CONST_赠送订单列表 = "W176";
|
|
|
|
public static InnerRight 赠送订单列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_赠送订单列表,
|
|
RightName = "赠送订单列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_赠送订单列表, InitToolBar.Add, SetName(InitToolBar.Other1, "审核"), SetName(InitToolBar.Other2, "导入"), SetName(InitToolBar.Other3, "导出"))
|
|
};
|
|
|
|
public const string CONST_员工日常工作报表 = "W177";
|
|
|
|
public static InnerRight 员工日常工作报表 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工日常工作报表,
|
|
RightName = "员工日常工作报表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工日常工作报表, SetName(InitToolBar.Other1, "预警值配置"), SetName(InitToolBar.Other2, "预警模板管理"), SetName(InitToolBar.Other3, "预警通知人员配置"))
|
|
};
|
|
|
|
public const string CONST_股票池业务查询 = "W178";
|
|
|
|
public static InnerRight 股票池业务查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_股票池业务查询,
|
|
RightName = "股票池业务查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_股票池业务查询)
|
|
};
|
|
|
|
public const string CONST_交付订单列表 = "W180";
|
|
|
|
public static InnerRight 交付订单列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_交付订单列表,
|
|
RightName = "交付订单列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_交付订单列表,
|
|
InitToolBar.Export,
|
|
SetName(InitToolBar.Other1, "查看订单交付连接"),
|
|
SetName(InitToolBar.Other2, "填写快递单号"),
|
|
SetName(InitToolBar.Other3, "上传快递回执"),
|
|
SetName(InitToolBar.Other4, "显示手机加密部分"),
|
|
SetName(InitToolBar.Other5, "修改收件信息")
|
|
)
|
|
};
|
|
|
|
public const string CONST_客户企微解绑 = "W181";
|
|
|
|
public static InnerRight 客户企微解绑 = new InnerRight()
|
|
{
|
|
RightId = CONST_客户企微解绑,
|
|
RightName = "客户企微解绑",
|
|
ToolBars = InitRights.CreateToolBar(CONST_客户企微解绑, SetName(InitToolBar.Other1, "解绑"))
|
|
};
|
|
|
|
public const string CONST_外诉处理列表 = "W182";
|
|
|
|
public static InnerRight 外诉处理列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_外诉处理列表,
|
|
RightName = "外诉处理列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_外诉处理列表, SetName(InitToolBar.Other1, "处理回复"), SetName(InitToolBar.Other2, "查看回复"), SetName(InitToolBar.Other3, "导出"))
|
|
};
|
|
|
|
public const string CONST_内诉处理列表 = "W183";
|
|
|
|
public static InnerRight 内诉处理列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_内诉处理列表,
|
|
RightName = "内诉处理列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_内诉处理列表, SetName(InitToolBar.Other1, "处理回复"), SetName(InitToolBar.Other2, "查看回复"), SetName(InitToolBar.Other3, "延长期限"), SetName(InitToolBar.Other4, "调整期限"), SetName(InitToolBar.Other5, "导出"))
|
|
};
|
|
|
|
public const string CONST_合规退款确认列表 = "W184";
|
|
|
|
public static InnerRight 合规退款确认列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_合规退款确认列表,
|
|
RightName = "合规退款确认列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_合规退款确认列表, SetName(InitToolBar.Other1, "审核确认"), SetName(InitToolBar.Other2, "导出"))
|
|
};
|
|
|
|
public const string CONST_企微资源流转 = "W185";
|
|
|
|
public static InnerRight 企微资源流转 = new InnerRight()
|
|
{
|
|
RightId = CONST_企微资源流转,
|
|
RightName = "企微资源流转",
|
|
ToolBars = InitRights.CreateToolBar(CONST_企微资源流转, SetName(InitToolBar.Other1, "设置"))
|
|
};
|
|
|
|
public const string CONST_合并软件用户 = "W186";
|
|
|
|
public static InnerRight 合并软件用户 = new InnerRight()
|
|
{
|
|
RightId = CONST_合并软件用户,
|
|
RightName = "合并软件用户",
|
|
ToolBars = InitRights.CreateToolBar(CONST_合并软件用户, SetName(InitToolBar.Other1, "合并"))
|
|
};
|
|
|
|
public const string CONST_录屏列表 = "W187";
|
|
|
|
public static InnerRight 录屏列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_录屏列表,
|
|
RightName = "录屏列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_录屏列表)
|
|
};
|
|
|
|
public const string CONST_成交客户跟进列表 = "W188";
|
|
|
|
public static InnerRight 成交客户跟进列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_成交客户跟进列表,
|
|
RightName = "成交客户跟进列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_成交客户跟进列表, InitToolBar.Export)
|
|
};
|
|
|
|
#endregion 微信模块 以W***开头
|
|
|
|
#region 广告文案CMS
|
|
|
|
public const string CONST_广告策划 = "CM10";
|
|
|
|
public static InnerRight 广告策划 = new InnerRight()
|
|
{
|
|
RightId = CONST_广告策划,
|
|
RightName = "广告策划",
|
|
ToolBars = InitRights.CreateToolBar(CONST_广告策划, InitToolBar.Add, InitToolBar.Edit, InitToolBar.Details, SetName(InitToolBar.Other1, "上传"))
|
|
};
|
|
|
|
#endregion 广告文案CMS
|
|
|
|
#region 期货模块 以Q***开头
|
|
|
|
public const string CONST_期货业务 = "Q100";
|
|
|
|
public static InnerRight 期货业务 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货业务,
|
|
RightName = "期货业务",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货业务)
|
|
};
|
|
|
|
public const string CONST_期货导入 = "Q101";
|
|
|
|
public static InnerRight 期货导入 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货导入,
|
|
RightName = "期货导入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货导入)
|
|
};
|
|
|
|
public const string CONST_期货客户数据导入 = "Q102";
|
|
|
|
public static InnerRight 期货客户数据导入 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货客户数据导入,
|
|
RightName = "期货客户数据导入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货客户数据导入)
|
|
};
|
|
|
|
public const string CONST_期货成交记录导入 = "Q103";
|
|
|
|
public static InnerRight 期货成交记录导入 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货成交记录导入,
|
|
RightName = "期货成交记录导入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货成交记录导入)
|
|
};
|
|
|
|
public const string CONST_期货实时持仓导入 = "Q104";
|
|
|
|
public static InnerRight 期货实时持仓导入 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货实时持仓导入,
|
|
RightName = "期货实时持仓导入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货实时持仓导入)
|
|
};
|
|
|
|
public const string CONST_期货合约列表 = "Q105";
|
|
|
|
public static InnerRight 期货合约列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货合约列表,
|
|
RightName = "期货合约列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货合约列表, InitToolBar.Add, InitToolBar.Edit, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货客服分配 = "Q106";
|
|
|
|
public static InnerRight 期货客服分配 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货客服分配,
|
|
RightName = "期货客服分配",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货客服分配, SetName(InitToolBar.Other1, "提交"), SetName(InitToolBar.Other2, "重新绑定"), SetName(InitToolBar.Other3, "批量重新绑定"), SetName(InitToolBar.Other4, "回收"), SetName(InitToolBar.Other5, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货客服分配日志 = "Q110";
|
|
|
|
public static InnerRight 期货客服分配日志 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货客服分配日志,
|
|
RightName = "期货客服分配日志",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货客服分配日志, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货员工业绩汇总查询_实时 = "Q107";
|
|
|
|
public static InnerRight 期货员工业绩汇总查询_实时 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货员工业绩汇总查询_实时,
|
|
RightName = "期货员工业绩汇总查询_实时",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货员工业绩汇总查询_实时, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货组别业绩汇总查询_实时 = "Q108";
|
|
|
|
public static InnerRight 期货组别业绩汇总查询_实时 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货组别业绩汇总查询_实时,
|
|
RightName = "期货组别业绩汇总查询_实时",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货组别业绩汇总查询_实时, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货商品交易统计查询 = "Q109";
|
|
|
|
public static InnerRight 期货商品交易统计查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货商品交易统计查询,
|
|
RightName = "期货商品交易统计查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货商品交易统计查询)
|
|
};
|
|
|
|
public const string CONST_期货客户信息列表 = "Q111";
|
|
|
|
public static InnerRight 期货客户信息列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货客户信息列表,
|
|
RightName = "期货客户信息列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货客户信息列表, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货客户成交明细列表 = "Q112";
|
|
|
|
public static InnerRight 期货客户成交明细列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货客户成交明细列表,
|
|
RightName = "期货客户成交明细列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货客户成交明细列表, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货客户持仓列表 = "Q113";
|
|
|
|
public static InnerRight 期货客户持仓列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货客户持仓列表,
|
|
RightName = "期货客户持仓列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货客户持仓列表, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货签约分成申请 = "Q114";
|
|
|
|
public static InnerRight 期货签约分成申请 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货签约分成申请,
|
|
RightName = "期货签约分成申请",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货签约分成申请, InitToolBar.Add)
|
|
};
|
|
|
|
public const string CONST_期货佣金分成设置 = "Q115";
|
|
|
|
public static InnerRight 期货佣金分成设置 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货佣金分成设置,
|
|
RightName = "期货佣金分成设置",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货佣金分成设置, InitToolBar.Delete, InitToolBar.Check, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货佣金分成列表 = "Q116";
|
|
|
|
public static InnerRight 期货佣金分成列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货佣金分成列表,
|
|
RightName = "期货佣金分成列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货佣金分成列表)
|
|
};
|
|
|
|
public const string CONST_期货佣金规则明细查询 = "Q117";
|
|
|
|
public static InnerRight 期货佣金规则明细查询 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货佣金规则明细查询,
|
|
RightName = "期货佣金规则明细查询",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货佣金规则明细查询, SetName(InitToolBar.Other1, "导出"), SetName(InitToolBar.Other2, "历史导出"))
|
|
};
|
|
|
|
public const string CONST_期货员工业绩汇总查询_月结 = "Q118";
|
|
|
|
public static InnerRight 期货员工业绩汇总查询_月结 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货员工业绩汇总查询_月结,
|
|
RightName = "期货员工业绩汇总查询_月结",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货员工业绩汇总查询_月结, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货报表月结反月结 = "Q119";
|
|
|
|
public static InnerRight 期货报表月结反月结 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货报表月结反月结,
|
|
RightName = "期货报表月结反月结",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货报表月结反月结, SetName(InitToolBar.Other3, "月结校检"), SetName(InitToolBar.Other1, "月结"), SetName(InitToolBar.Other5, "分步月结"), SetName(InitToolBar.Other2, "反月结"), SetName(InitToolBar.Other4, "转移佣金分成规则并生成下月规则"))
|
|
};
|
|
|
|
public const string CONST_员工信息列表_月结 = "Q120";
|
|
|
|
public static InnerRight 员工信息列表_月结 = new InnerRight()
|
|
{
|
|
RightId = CONST_员工信息列表_月结,
|
|
RightName = "员工信息列表_月结",
|
|
ToolBars = InitRights.CreateToolBar(CONST_员工信息列表_月结, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_组别业绩报表_月结 = "Q121";
|
|
|
|
public static InnerRight 组别业绩报表_月结 = new InnerRight()
|
|
{
|
|
RightId = CONST_组别业绩报表_月结,
|
|
RightName = "组别业绩报表_月结",
|
|
ToolBars = InitRights.CreateToolBar(CONST_组别业绩报表_月结, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货我的客户信息列表 = "Q122";
|
|
|
|
public static InnerRight 期货我的客户信息列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货我的客户信息列表,
|
|
RightName = "期货我的客户信息列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货我的客户信息列表, SetName(InitToolBar.Other1, "分成申请"), SetName(InitToolBar.Other2, "导出"))
|
|
};
|
|
|
|
public const string CONST_期货开户列表 = "Q123";
|
|
|
|
public static InnerRight 期货开户列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货开户列表,
|
|
RightName = "期货开户列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货开户列表, SetName(InitToolBar.Other1, "选择风控录音"), SetName(InitToolBar.Other2, "审核完成"))
|
|
};
|
|
|
|
public const string CONST_期货出入金导入 = "Q124";
|
|
|
|
public static InnerRight 期货出入金导入 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货出入金导入,
|
|
RightName = "期货出入金导入",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货出入金导入)
|
|
};
|
|
|
|
public const string CONST_期货出入金明细列表 = "Q125";
|
|
|
|
public static InnerRight 期货出入金明细列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_期货出入金明细列表,
|
|
RightName = "期货出入金明细列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_期货出入金明细列表, SetName(InitToolBar.Other1, "导出"))
|
|
};
|
|
|
|
#endregion 期货模块 以Q***开头
|
|
|
|
#region 群发助手 以MS*开头
|
|
|
|
public const string CONST_群发计划列表 = "MS01";
|
|
|
|
public static InnerRight 群发计划列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_群发计划列表,
|
|
RightName = "群发计划列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_群发计划列表, SetName(InitToolBar.Add, "新增群发计划"), SetName(InitToolBar.Edit, "编辑群发计划"), SetName(InitToolBar.Other1, "复制群发计划"), SetName(InitToolBar.Other2, "取消分发"), SetName(InitToolBar.Other3, "分发任务"))
|
|
};
|
|
|
|
public const string CONST_群发任务列表 = "MS02";
|
|
|
|
public static InnerRight 群发任务列表 = new InnerRight()
|
|
{
|
|
RightId = CONST_群发任务列表,
|
|
RightName = "群发任务列表",
|
|
ToolBars = InitRights.CreateToolBar(CONST_群发任务列表, SetName(InitToolBar.Other1, "复制群发任务"), SetName(InitToolBar.Other2, "转发任务"), SetName(InitToolBar.Other3, "取消任务"), SetName(InitToolBar.Other4, "立即执行"), SetName(InitToolBar.Edit, "编辑任务"), SetName(InitToolBar.Add, "新增任务"))
|
|
};
|
|
|
|
#endregion 群发助手 以MS*开头
|
|
|
|
|
|
public const string CONST_违规通知单 = "H170";
|
|
public static InnerRight 违规通知单 = new InnerRight()
|
|
{
|
|
RightId = CONST_违规通知单,
|
|
RightName = "违规通知单",
|
|
ToolBars = InitRights.CreateToolBar(CONST_违规通知单)
|
|
};
|
|
|
|
public static List<InnerRight> getInitRights()
|
|
{
|
|
List<InnerRight> initRights = new List<InnerRight>();
|
|
|
|
#region 基础信息
|
|
|
|
#region 组织框架
|
|
|
|
initRights.Add(代理商管理);
|
|
initRights.Add(营业部管理);
|
|
initRights.Add(销售组管理);
|
|
initRights.Add(部门管理);
|
|
initRights.Add(员工管理);
|
|
initRights.Add(员工组别调动日志);
|
|
initRights.Add(组织结构图);
|
|
initRights.Add(销售组领导管理);
|
|
initRights.Add(员工登录日志查询);
|
|
|
|
#endregion 组织框架
|
|
|
|
#region 权限体系
|
|
|
|
initRights.Add(权限结构管理);
|
|
initRights.Add(角色管理);
|
|
initRights.Add(角色权限管理);
|
|
initRights.Add(员工角色管理);
|
|
initRights.Add(案例管理);
|
|
initRights.Add(员工权限管理);
|
|
|
|
#endregion 权限体系
|
|
|
|
#region 系统设置
|
|
|
|
initRights.Add(菜单管理);
|
|
initRights.Add(参数分组配置);
|
|
initRights.Add(参数配置);
|
|
initRights.Add(通用大类);
|
|
initRights.Add(通用小类);
|
|
initRights.Add(清除缓存);
|
|
initRights.Add(工单大类);
|
|
initRights.Add(工单小类);
|
|
|
|
initRights.Add(座席自动报表基础配置);
|
|
initRights.Add(座席自动报表基础配置明细);
|
|
initRights.Add(小工具);
|
|
initRights.Add(报表页面访问记录);
|
|
|
|
#endregion 系统设置
|
|
|
|
#region 短信管理
|
|
|
|
initRights.Add(短信类型);
|
|
initRights.Add(批量短信);
|
|
initRights.Add(批量模版短信);
|
|
initRights.Add(短信模板);
|
|
initRights.Add(短信账号管理);
|
|
initRights.Add(短信类型关系账号);
|
|
initRights.Add(短信查询);
|
|
initRights.Add(短信大类);
|
|
initRights.Add(短信帐号余额查询);
|
|
//initRights.Add(开户短信验证码查询);
|
|
//initRights.Add(开户验证码用户开户查询);
|
|
//initRights.Add(开户验证码用户统计表);
|
|
|
|
#endregion 短信管理
|
|
|
|
#region 产品管理
|
|
|
|
initRights.Add(产品模块列表);
|
|
initRights.Add(产品活动列表);
|
|
initRights.Add(内部公告);
|
|
initRights.Add(意见反馈);
|
|
initRights.Add(我的意见反馈);
|
|
|
|
#endregion 产品管理
|
|
|
|
#endregion 基础信息
|
|
|
|
#region 资源系统
|
|
|
|
#region 资源管理
|
|
|
|
initRights.Add(资源类型管理);
|
|
initRights.Add(资源统计及输出);
|
|
initRights.Add(导入分配资源);
|
|
initRights.Add(导入资源);
|
|
initRights.Add(资源活动管理);
|
|
initRights.Add(资源效果分析);
|
|
initRights.Add(道衍资源客户回访);
|
|
initRights.Add(座席自动报表日志查询);
|
|
initRights.Add(客服资源分组配置);
|
|
initRights.Add(资源分配策略);
|
|
initRights.Add(出局资源);
|
|
initRights.Add(VIP资源);
|
|
initRights.Add(小组成员比例设置);
|
|
initRights.Add(客服小组比例设置);
|
|
initRights.Add(工作微信管理);
|
|
initRights.Add(微信好友数统计);
|
|
initRights.Add(待审核工作微信);
|
|
initRights.Add(客服微信好友排行榜);
|
|
initRights.Add(微信资源标签设置);
|
|
initRights.Add(资源分配统计);
|
|
initRights.Add(客服微信好友排行榜_三部);
|
|
initRights.Add(资源回收);
|
|
initRights.Add(资源池列表);
|
|
initRights.Add(企业微信列表);
|
|
initRights.Add(个人企微账号绑定);
|
|
initRights.Add(客户流转线索);
|
|
initRights.Add(高级共享池);
|
|
initRights.Add(付费企业微信);
|
|
initRights.Add(客服分配规则列表);
|
|
initRights.Add(客服分配规则组);
|
|
initRights.Add(我的企微客户);
|
|
initRights.Add(企微通话查询);
|
|
|
|
#endregion 资源管理
|
|
|
|
#endregion 资源系统
|
|
|
|
#region 坐席功能
|
|
|
|
#region 坐席报表
|
|
|
|
initRights.Add(工单统计);
|
|
initRights.Add(组别工单统计);
|
|
initRights.Add(组别坐席统计);
|
|
initRights.Add(坐席监控);
|
|
initRights.Add(诊股资源工单统计);
|
|
|
|
#endregion 坐席报表
|
|
|
|
#endregion 坐席功能
|
|
|
|
#region 客户管理
|
|
|
|
initRights.Add(黑名单管理);
|
|
initRights.Add(客户关系变更申请);
|
|
initRights.Add(主号码修改审核);
|
|
initRights.Add(客户关系变更审核);
|
|
initRights.Add(筛选未外呼客户ID);
|
|
initRights.Add(删除工单);
|
|
initRights.Add(审核VIP通道申请);
|
|
initRights.Add(录音查询);
|
|
initRights.Add(订单录音查询);
|
|
initRights.Add(共享录音分类);
|
|
initRights.Add(共享录音);
|
|
initRights.Add(合规录音);
|
|
initRights.Add(投诉录音);
|
|
initRights.Add(工作微信号录入);
|
|
initRights.Add(我的工作微信);
|
|
initRights.Add(我的微信客户);
|
|
initRights.Add(微信群发助手);
|
|
initRights.Add(微信聊天信息统计);
|
|
initRights.Add(微信助手日志);
|
|
initRights.Add(注册资源统计报表);
|
|
initRights.Add(自动外呼统计);
|
|
initRights.Add(分配历史资源统计);
|
|
initRights.Add(分配资源历史查询);
|
|
initRights.Add(分配资源效果统计);
|
|
initRights.Add(高级分配);
|
|
initRights.Add(高级客服);
|
|
initRights.Add(工单查询);
|
|
initRights.Add(Vip电话管理);
|
|
initRights.Add(风险客户列表);
|
|
initRights.Add(客服部资源分配);
|
|
initRights.Add(客服部资源列表);
|
|
initRights.Add(客户企微解绑);
|
|
initRights.Add(潜在风险投诉客户);
|
|
initRights.Add(直播客户列表);
|
|
initRights.Add(新单活动资源池);
|
|
initRights.Add(我的新单活动资源池);
|
|
initRights.Add(回放客户列表);
|
|
initRights.Add(重要线索列表);
|
|
|
|
#endregion 客户管理
|
|
|
|
#region 软件管理
|
|
|
|
#region 订单管理
|
|
|
|
initRights.Add(活动订单开通审核);
|
|
initRights.Add(活动订单撤销);
|
|
//initRights.Add(我的客户使用课堂记录);
|
|
//initRights.Add(客户直播课堂登陆日志查询);
|
|
//initRights.Add(课堂登陆用户统计及查询);
|
|
initRights.Add(无主用户列表);
|
|
initRights.Add(投顾订单开通审核);
|
|
initRights.Add(注册资源分配日志);
|
|
initRights.Add(主管资源分配);
|
|
initRights.Add(交付订单列表);
|
|
|
|
#endregion 订单管理
|
|
|
|
#region 软件客户管理
|
|
|
|
initRights.Add(软件客户列表);
|
|
initRights.Add(软件客户分配);
|
|
initRights.Add(软件客户分配日志);
|
|
initRights.Add(软件注册邀请统计);
|
|
initRights.Add(我的注册邀请);
|
|
initRights.Add(收藏客户历史查询);
|
|
initRights.Add(注册和生成购买链接);
|
|
initRights.Add(股票池查询);
|
|
initRights.Add(收藏客户列表);
|
|
|
|
#endregion 软件客户管理
|
|
|
|
#endregion 软件管理
|
|
|
|
#region L2订单
|
|
|
|
initRights.Add(L2订单退款申请);
|
|
initRights.Add(L2订单退款审核);
|
|
initRights.Add(L2订单查询);
|
|
initRights.Add(L2支付列表);
|
|
initRights.Add(L2批量下载);
|
|
initRights.Add(L2修改限定IP);
|
|
initRights.Add(L2用户互踢);
|
|
initRights.Add(L2重置密码);
|
|
initRights.Add(网银数据详情);
|
|
initRights.Add(L2工作室订单查询);
|
|
initRights.Add(L2工作室支付列表);
|
|
initRights.Add(发票列表);
|
|
initRights.Add(免费产品);
|
|
|
|
#endregion L2订单
|
|
|
|
#region 公共权限
|
|
|
|
initRights.Add(公共权限);
|
|
|
|
#endregion 公共权限
|
|
|
|
#region 质检
|
|
|
|
initRights.Add(员工主管分值);
|
|
//initRights.Add(员工评分汇总表查询);
|
|
//initRights.Add(主管评分明细查询);
|
|
//initRights.Add(主管评分汇总表查询);
|
|
initRights.Add(投诉客户列表);
|
|
|
|
#endregion 质检
|
|
|
|
#region 房间申请
|
|
|
|
initRights.Add(房间申请);
|
|
initRights.Add(房间客户查询);
|
|
|
|
#endregion 房间申请
|
|
|
|
#region 微信模块
|
|
|
|
initRights.Add(订金列表);
|
|
initRights.Add(工作微信员工关系);
|
|
initRights.Add(微信客户基础信息);
|
|
initRights.Add(工作微信好友关系);
|
|
initRights.Add(工作微信号基础信息);
|
|
initRights.Add(我的订单);
|
|
initRights.Add(证星订单分成);
|
|
initRights.Add(手机IMEI管理);
|
|
initRights.Add(工作微信在线列表);
|
|
initRights.Add(订单列表);
|
|
initRights.Add(订单统计);
|
|
initRights.Add(微信资源日报表);
|
|
initRights.Add(订单分成导出);
|
|
initRights.Add(分成结算);
|
|
initRights.Add(分成报表查询);
|
|
initRights.Add(销售组分成报表);
|
|
initRights.Add(员工业绩批量确认);
|
|
initRights.Add(主管业绩批量确认);
|
|
initRights.Add(奖励确认);
|
|
initRights.Add(员工工资查询);
|
|
initRights.Add(主管工资查询);
|
|
initRights.Add(投诉考勤录入);
|
|
initRights.Add(主管业绩确认);
|
|
initRights.Add(员工业绩确认);
|
|
initRights.Add(员工奖励);
|
|
initRights.Add(主管奖励);
|
|
initRights.Add(产品管理);
|
|
initRights.Add(订单来源统计);
|
|
initRights.Add(系统暂停日志);
|
|
initRights.Add(微信推广资源统计);
|
|
initRights.Add(考勤导入);
|
|
initRights.Add(售后分配);
|
|
initRights.Add(售后订单);
|
|
initRights.Add(分析师荐股);
|
|
initRights.Add(订单退款);
|
|
initRights.Add(订单退款_三部);
|
|
initRights.Add(订单退款明细);
|
|
initRights.Add(订单退款个人明细);
|
|
initRights.Add(售后业绩确认);
|
|
initRights.Add(微信信息批量导出);
|
|
initRights.Add(微信聊天合规管理);
|
|
initRights.Add(销售组考核);
|
|
initRights.Add(微信聊天违规信息);
|
|
initRights.Add(微信离线通知配置);
|
|
initRights.Add(我的违规记录);
|
|
initRights.Add(合规信息统计);
|
|
initRights.Add(售后分配统计);
|
|
initRights.Add(订单列表三部);
|
|
initRights.Add(售后分配统计三部);
|
|
initRights.Add(售后分配南京);
|
|
initRights.Add(售后分配南京_新单合规工单);
|
|
initRights.Add(售后分配南京_业绩合规工单);
|
|
initRights.Add(售后分配南京_上拽失败工单);
|
|
initRights.Add(微信资源列表);
|
|
initRights.Add(客户分类管理);
|
|
initRights.Add(手工添加微信好友);
|
|
initRights.Add(手工添加微信好友列表);
|
|
initRights.Add(客服微信列表);
|
|
initRights.Add(定金上传);
|
|
initRights.Add(合规业绩确认);
|
|
initRights.Add(微信助手申请日报表);
|
|
initRights.Add(微信服务心跳);
|
|
initRights.Add(微信资源日报表_三部);
|
|
initRights.Add(员工明显日报表);
|
|
initRights.Add(订单统计_三部);
|
|
initRights.Add(微信朋友圈发送管理);
|
|
initRights.Add(订单列表_上海分部);
|
|
initRights.Add(清除合同数据);
|
|
initRights.Add(订单合规回访);
|
|
initRights.Add(订单支付记录);
|
|
initRights.Add(客户回访列表);
|
|
initRights.Add(企业微信资源日报表);
|
|
initRights.Add(订单列表三方);
|
|
initRights.Add(企业微聊天息合规);
|
|
initRights.Add(售后订单2);
|
|
initRights.Add(赠送订单列表);
|
|
initRights.Add(股票池业务查询);
|
|
initRights.Add(优质客户列表);
|
|
initRights.Add(员工日常工作报表);
|
|
initRights.Add(外诉处理列表);
|
|
initRights.Add(内诉处理列表);
|
|
initRights.Add(合规退款确认列表);
|
|
initRights.Add(企微资源流转);
|
|
initRights.Add(合并软件用户);
|
|
initRights.Add(录屏列表);
|
|
initRights.Add(成交客户跟进列表);
|
|
|
|
#endregion 微信模块
|
|
|
|
#region 期货模块
|
|
|
|
initRights.Add(期货业务);
|
|
initRights.Add(期货导入);
|
|
initRights.Add(期货客户数据导入);
|
|
initRights.Add(期货成交记录导入);
|
|
initRights.Add(期货实时持仓导入);
|
|
initRights.Add(期货合约列表);
|
|
initRights.Add(期货客服分配);
|
|
initRights.Add(期货客服分配日志);
|
|
initRights.Add(期货员工业绩汇总查询_实时);
|
|
initRights.Add(期货组别业绩汇总查询_实时);
|
|
initRights.Add(期货商品交易统计查询);
|
|
initRights.Add(期货客户信息列表);
|
|
initRights.Add(期货客户成交明细列表);
|
|
initRights.Add(期货客户持仓列表);
|
|
initRights.Add(期货报表月结反月结);
|
|
initRights.Add(期货签约分成申请);
|
|
initRights.Add(员工信息列表_月结);
|
|
initRights.Add(期货佣金分成设置);
|
|
initRights.Add(期货佣金分成列表);
|
|
initRights.Add(组别业绩报表_月结);
|
|
initRights.Add(期货佣金规则明细查询);
|
|
initRights.Add(期货员工业绩汇总查询_月结);
|
|
initRights.Add(期货我的客户信息列表);
|
|
initRights.Add(期货开户列表);
|
|
initRights.Add(期货出入金导入);
|
|
initRights.Add(期货出入金明细列表);
|
|
|
|
#endregion 期货模块
|
|
|
|
#region 广告策划模块
|
|
|
|
initRights.Add(广告策划);
|
|
|
|
#endregion 广告策划模块
|
|
|
|
#region 群发助手模块
|
|
|
|
initRights.Add(群发计划列表);
|
|
initRights.Add(群发任务列表);
|
|
|
|
#endregion 群发助手模块
|
|
|
|
initRights.Add(产品活动管理);
|
|
initRights.Add(侧边栏活动产品管理);
|
|
initRights.Add(违规通知单);
|
|
|
|
return initRights;
|
|
}
|
|
|
|
public static List<ToolBarBtn> CreateToolBar(string rightId, params object[] toolbars)
|
|
{
|
|
List<ToolBarBtn> list = new List<ToolBarBtn>();
|
|
foreach (ToolBarBtn ob in toolbars)
|
|
{
|
|
ToolBarBtn tb = new ToolBarBtn();
|
|
tb.RightId = rightId;
|
|
tb.ToolBarId = ob.ToolBarId;
|
|
tb.ToolBarCode = ob.ToolBarCode;
|
|
tb.ToolBarName = ob.ToolBarName;
|
|
list.Add(tb);
|
|
}
|
|
return list;
|
|
}
|
|
|
|
public static ToolBarBtn SetName(ToolBarBtn tbar, string name)
|
|
{
|
|
tbar.ToolBarName = name;
|
|
return tbar;
|
|
}
|
|
}
|
|
} |