Commit 4df3db13 by zhengnw@sobot.com

common 1.4.4 电销权限

parent fffb7f32
......@@ -13,7 +13,7 @@ ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名
// PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION = '1.4.3' //版本号
PUBLISH_VERSION = '1.4.4' //版本号
}
......
......@@ -200,6 +200,37 @@ public class SobotPermissionManager {
// 任务总结-编辑
public static final String CCCV6_WHRW_RWZJBJ = "cccv6-whrw-rwzjbj";
//-----------------------------------电销权限----------------------------------------
//电销
public static final String scc = "scc";
//通话记录
public static final String scc_thjl= "scc-thjl";
//通话详情
public static final String scc_thxq= "scc-thxq";
//通话信息
public static final String scc_thxq_thxx= "scc-thxq-thxx";
//客户信息
public static final String scc_thxq_khxx= "scc-thxq-khxx";
//录音播放
public static final String scc_thxq_lybf= "scc-thxq-lybf";
//录音下载
public static final String scc_thxq_lyxz= "scc-thxq-lyxz";
//新增客户
public static final String scc_thxq_xzkh= "scc-thxq-xzkh";
//关联客户
public static final String scc_thxq_glkh= "scc-thxq-glkh";
//编辑客户
public static final String scc_thxq_bjkh= "scc-thxq-bjkh";
//电话回拨
public static final String scc_thxq_dhhb= "scc-thxq-dhhb";
//电销任务
public static final String scc_dxrw= "scc-dxrw";
//任务信息-编辑
public static final String scc_dxrw_rwxxbj= "scc-dxrw-rwxxbj";
//任务总结-编辑
public static final String scc_dxrw_rwzjbj= "scc-dxrw-rwzjbj";
public static String getCodeByType(String type) {
if (!TextUtils.isEmpty(type)) {
switch (type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment