Compare commits
No commits in common. "bd6de977bd00b529486238e9e98c4e4211ad5844" and "1638d0ae33733687fdd10f220063b2e815dfe78a" have entirely different histories.
bd6de977bd
...
1638d0ae33
@ -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