Compare commits
No commits in common. "22bf765ab7efafe10273d9365db7696ac1547aa2" and "b37449382ccdbae68630e48878d67939e43be4ff" have entirely different histories.
22bf765ab7
...
b37449382c
@ -357,11 +357,7 @@ export default function StuffDetail() {
|
||||
|
||||
if (res?.data?.createSaleStoreId === 'T01') {
|
||||
if (session?.storeId !== 'T01') {
|
||||
//T01 계정이 작성한 안건 중 해당 판매점 ID가 열람 가능한 것에 한합니다.
|
||||
if(session?.storeId !== managementState?.saleStoreId){
|
||||
return false
|
||||
}
|
||||
|
||||
setShowButton('none')
|
||||
}
|
||||
}
|
||||
if (isObjectNotEmpty(res.data)) {
|
||||
@ -1662,11 +1658,7 @@ export default function StuffDetail() {
|
||||
const getCellDoubleClicked = (params) => {
|
||||
if (managementState?.createSaleStoreId === 'T01') {
|
||||
if (session?.storeId !== 'T01') {
|
||||
//T01 계정이 작성한 안건 중 해당 판매점 ID가 열람 가능한 것에 한합니다.
|
||||
if(session?.storeId !== managementState?.saleStoreId){
|
||||
return false
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -39,11 +39,7 @@ export default function StuffSubHeader({ type }) {
|
||||
if (isObjectNotEmpty(managementState)) {
|
||||
if (managementState?.createSaleStoreId === 'T01') {
|
||||
if (session?.storeId !== 'T01') {
|
||||
//T01 계정이 작성한 안건 중 해당 판매점 ID가 열람 가능한 것에 한합니다.
|
||||
if(session?.storeId !== managementState?.saleStoreId){
|
||||
setButtonStyle('none')
|
||||
}
|
||||
|
||||
setButtonStyle('none')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user