dev #393

Merged
ysCha merged 2 commits from dev into prd-deploy 2025-10-21 10:53:13 +09:00
Showing only changes of commit c60da7ddc9 - Show all commits

View File

@ -241,7 +241,11 @@ export const useEstimateController = (planNo, flag) => {
//북면 먼저 체크
if (estimateData.fileFlg === '0') {
if (estimateData?.northArrangement === '1') {
if (estimateData?.northArrangement === '1' &&
!estimateData?.moduleModel
?.replace(/\s+/g, '') // 모든 공백 제거
?.toUpperCase()
?.includes('RE.RISE-NBCAG')) {
fileFlg = false
setIsGlobalLoading(false)
return swalFire({ text: getMessage('estimate.detail.save.requiredNorthArrangementFileUpload'), type: 'alert', icon: 'warning' })