#886 봄컴포넌트 오픈 플래그

This commit is contained in:
basssy 2025-03-13 10:13:28 +09:00
parent c75d3259c7
commit ab5372b867
2 changed files with 4 additions and 0 deletions

View File

@ -782,6 +782,7 @@ export default function Estimate({}) {
bomItem.objectNo = objectNo
bomItem.planNo = planNo
bomItem.addFlg = true // addFlg
bomItem.openFlg = '0' // 0
})
updateList = updateList.filter((item) => item.delFlg === '0')

View File

@ -298,6 +298,9 @@ export const useEstimateController = (planNo, flag) => {
}
}
}
} else {
//봄 컴포넌트 제품은 0으로
item.openFlg = '0'
}
}
})