|
@@ -1166,8 +1166,8 @@ func GetCompanyPermissionButton(roleTypeCode, status, itemSellerIds, itemGroupId
|
|
button.BtnRemarkView = true
|
|
button.BtnRemarkView = true
|
|
} else if productStatus == utils.COMPANY_STATUS_LOSE { //流失
|
|
} else if productStatus == utils.COMPANY_STATUS_LOSE { //流失
|
|
button.BtnApplyReceive = true
|
|
button.BtnApplyReceive = true
|
|
- } else { //永续
|
|
|
|
- //button.BtnDelete = true
|
|
|
|
|
|
+ } else if productStatus == utils.COMPANY_STATUS_FOREVER { //永续
|
|
|
|
+ button.BtnTurnPositive = true
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if productStatus == utils.COMPANY_STATUS_LOSE { //流失
|
|
if productStatus == utils.COMPANY_STATUS_LOSE { //流失
|