견적서 저장시 체크

This commit is contained in:
basssy 2025-04-15 18:08:05 +09:00
parent 8f4e53c759
commit 3c14f5de52

View File

@ -130,7 +130,7 @@ export const useEstimateController = (planNo, flag) => {
addFlg: true,
paDispOrder: null,
dispCableFlg: '0',
itemTpCd:'',
itemTpCd: '',
},
],
})
@ -322,6 +322,7 @@ export const useEstimateController = (planNo, flag) => {
}
})
if (delCnt === estimateData.itemList.length) {
itemFlg = false
setIsGlobalLoading(false)
return swalFire({ text: getMessage('estimate.detail.save.requiredItem'), type: 'alert', icon: 'warning' })
}