!!!
This commit is contained in:
parent
1638d0ae33
commit
bbe5418f1c
@ -39,7 +39,7 @@ export default function StuffSubHeader({ type }) {
|
||||
if (isObjectNotEmpty(managementState)) {
|
||||
if (managementState?.createSaleStoreId === 'T01') {
|
||||
if (session?.storeId !== 'T01') {
|
||||
//T01 계정이 작성한 안건 중 해당 판매점 ID가 열람 가능한 것에 한합니다.....
|
||||
//T01 계정이 작성한 안건 중 해당 판매점 ID가 열람 가능한 것에 한합니다..
|
||||
if(session?.storeId !== managementState?.saleStoreId){
|
||||
if(session?.storeId !== managementState?.firstAgentId) {
|
||||
setButtonStyle('none')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user