|
@@ -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.BtnRemarkView = true
|
|
|
} else if productStatus == utils.COMPANY_STATUS_TRY_OUT {
|
|
|
button.BtnModifySeller = true
|
|
|
button.BtnRemarkView = true
|
|
|
-
|
|
|
- button.BtnShare = true
|
|
|
+
|
|
|
} else if productStatus == utils.COMPANY_STATUS_FREEZE {
|
|
|
button.BtnModifySeller = true
|
|
|
button.BtnRemarkView = true
|