Merge pull request '견적서 저장시 체크' (#21) from feature/qcast-886 into dev

Reviewed-on: #21
This commit is contained in:
basssy 2025-04-15 18:08:55 +09:00
commit 51e1f70c24

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' })
}