YJSS 금액

This commit is contained in:
basssy 2025-03-18 10:29:26 +09:00
parent 9be21fc2b2
commit 7c15da2b4c

View File

@ -291,6 +291,12 @@ export const useEstimateController = (planNo, flag) => {
setIsGlobalLoading(false)
return swalFire({ text: getMessage('estimate.detail.save.requiredSalePrice'), type: 'alert', icon: 'warning' })
}
if (item.salePrice < 1) {
itemFlg = false
setIsGlobalLoading(false)
return swalFire({ text: getMessage('estimate.detail.save.requiredSalePrice'), type: 'alert', icon: 'warning' })
}
}
}
}