- 부가서비스 마스킹정책 적용

This commit is contained in:
HyeonJongKim
2025-11-17 18:24:35 +09:00
parent a9943150ad
commit 571c530df8
12 changed files with 517 additions and 94 deletions

View File

@@ -236,7 +236,7 @@ export const CashReceiptListPage = () => {
setTransactionType(val);
};
const onClickToNavigate = () => {
if(checkGrant(menuId, 'W')){
if(checkGrant(menuId, 'X')){
navigate(PATHS.transaction.cashReceipt.handWrittenIssuance);
}
else{