[1305]Re.RISE-NBC AG270 모듈을 북면 설치했을 때 북면 설치용 첨부자료를 불필요하게 만들고 싶다.
This commit is contained in:
parent
a2cd08484d
commit
c60da7ddc9
@ -241,7 +241,11 @@ export const useEstimateController = (planNo, flag) => {
|
|||||||
|
|
||||||
//북면 먼저 체크
|
//북면 먼저 체크
|
||||||
if (estimateData.fileFlg === '0') {
|
if (estimateData.fileFlg === '0') {
|
||||||
if (estimateData?.northArrangement === '1') {
|
if (estimateData?.northArrangement === '1' &&
|
||||||
|
!estimateData?.moduleModel
|
||||||
|
?.replace(/\s+/g, '') // 모든 공백 제거
|
||||||
|
?.toUpperCase()
|
||||||
|
?.includes('RE.RISE-NBCAG')) {
|
||||||
fileFlg = false
|
fileFlg = false
|
||||||
setIsGlobalLoading(false)
|
setIsGlobalLoading(false)
|
||||||
return swalFire({ text: getMessage('estimate.detail.save.requiredNorthArrangementFileUpload'), type: 'alert', icon: 'warning' })
|
return swalFire({ text: getMessage('estimate.detail.save.requiredNorthArrangementFileUpload'), type: 'alert', icon: 'warning' })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user