|
@@ -1192,13 +1192,12 @@ func GetCompanyPermissionButton(roleTypeCode, status, itemSellerIds, itemGroupId
|
|
|
button.BtnView = true //查看详情权限
|
|
|
if productStatus == utils.COMPANY_STATUS_FORMAL { //正式
|
|
|
button.BtnModifySeller = true
|
|
|
- button.BtnShare = true
|
|
|
+ //button.BtnShare = true
|
|
|
button.BtnRemarkView = true
|
|
|
} else if productStatus == utils.COMPANY_STATUS_TRY_OUT { //试用
|
|
|
button.BtnModifySeller = true
|
|
|
button.BtnRemarkView = true
|
|
|
- // CRM14.7.2 权益管理员可以设置试用客户为共享
|
|
|
- button.BtnShare = true
|
|
|
+ //button.BtnShare = true
|
|
|
} else if productStatus == utils.COMPANY_STATUS_FREEZE { //冻结
|
|
|
button.BtnModifySeller = true
|
|
|
button.BtnRemarkView = true
|