From ef1ae8bc17639ea07fd85849abedd996f0afb12b Mon Sep 17 00:00:00 2001 From: kimbokon Date: Sun, 4 Jan 2026 19:41:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=A4=EB=8B=88=EC=A0=80=20=EA=B6=8C?= =?UTF-8?q?=ED=95=9C=EC=9D=98=20=ED=85=8C=EB=84=8C=ED=8A=B8/=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=20=EC=A0=9C=EA=B1=B0=20(=EA=B6=8C?= =?UTF-8?q?=ED=95=9C=20=EA=B0=95=ED=99=94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- salesmanagement/index.php | 46 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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 && ( +
+ + +
+ )} + ))}