견적서 버튼 컨트롤

This commit is contained in:
basssy 2025-02-06 09:43:03 +09:00
parent 2e2ba91353
commit 102405e25f

View File

@ -431,7 +431,7 @@ export default function CanvasMenu(props) {
if (res.status === 201) {
estimateRecoilState.lockFlg = estimateRecoilState.lockFlg === '0' ? '1' : '0'
if (estimateRecoilState?.createUser === 'T01') {
if (sessionState.userId !== 'T01') {
if (sessionState.storeId !== 'T01') {
setButtonStyle1('none')
setButtonStyle2('none')
setButtonStyle3('none')