견적서 저장
This commit is contained in:
parent
4114a3ca1e
commit
90a0a38931
@ -231,8 +231,7 @@ export const useEstimateController = (planNo) => {
|
||||
estimateData.pkgTotPrice = '0'
|
||||
} else {
|
||||
if (item.pkgMaterialFlg === '1') {
|
||||
if (Number(item.salePrice) === 0) {
|
||||
console.log('item:::', item)
|
||||
if (isNaN(item.salePrice)) {
|
||||
itemFlg = false
|
||||
return alert(getMessage('estimate.detail.save.requiredSalePrice'))
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user