diff --git a/salesmanagement/index.php b/salesmanagement/index.php index c974484..00fe833 100644 --- a/salesmanagement/index.php +++ b/salesmanagement/index.php @@ -3417,7 +3417,7 @@ )} - {!(t.register_role === 'operator' && currentRole !== '운영자') && ( + {(currentRole === '영업관리' || currentRole === '운영자') && !(t.register_role === 'operator' && currentRole !== '운영자') && (
)} - {t.register_role === 'operator' && currentRole !== '운영자' && ( + {(currentRole === '영업관리' || currentRole === '운영자') && t.register_role === 'operator' && currentRole !== '운영자' && (
@@ -3488,27 +3488,27 @@ )} - {p.operator_confirmed == 0 && ( -
- - -
- )} - + {(currentRole === '영업관리' || currentRole === '운영자') && p.operator_confirmed == 0 && ( +
+ + +
+ )} + ))}