|
@@ -2507,9 +2507,10 @@ func GetShareCompanyPermissionButton(roleTypeCode, statuses string, productId in
|
|
|
}
|
|
|
//备注与历史备注修改 CRM15.9.1
|
|
|
button.BtnRemarkView = companyButton.BtnRemarkView
|
|
|
- button.BtnRemarkViewHistory = companyButton.BtnRemarkViewHistory
|
|
|
+
|
|
|
if productId == 2 {
|
|
|
button.BtnRemarkView = false
|
|
|
+ button.BtnRemarkViewHistory = true
|
|
|
}
|
|
|
|
|
|
if utils.InArrayByStr([]string{utils.ROLE_TYPE_CODE_RAI_ADMIN, utils.ROLE_TYPE_CODE_RAI_SELLER, utils.ROLE_TYPE_CODE_RAI_GROUP}, roleTypeCode) {
|