Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Sobot_module_Dev
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sobot_android
Sobot_module_Dev
Commits
4df3db13
Commit
4df3db13
authored
Dec 11, 2023
by
zhengnw@sobot.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common 1.4.4 电销权限
parent
fffb7f32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
sobot-common-publish-mavencentral.gradle
sobot_common/sobot-common-publish-mavencentral.gradle
+1
-1
SobotPermissionManager.java
...sobot/common/login/permission/SobotPermissionManager.java
+31
-0
No files found.
sobot_common/sobot-common-publish-mavencentral.gradle
View file @
4df3db13
...
...
@@ -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
'
//版本号
}
...
...
sobot_common/src/main/java/com/sobot/common/login/permission/SobotPermissionManager.java
View file @
4df3db13
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment