dev #393
@ -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' })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user