Compare commits
No commits in common. "c40ba2586f8f9179a80b66b63aac6fc9c70f8605" and "034bfb374e1244dc07fdef2001043c1b03eb7c28" have entirely different histories.
c40ba2586f
...
034bfb374e
@ -564,7 +564,6 @@ export default function Estimate({}) {
|
||||
updateList.push({
|
||||
...item,
|
||||
openFlg: data.data2[i].unitPrice === '0.0' ? '1' : '0',
|
||||
unitOpenFlg: (showPriceCd === 'QSP_PRICE' && item.openFlg === '1') ? '1' : '0',
|
||||
salePrice: data.data2[i].unitPrice === null ? '0' : data.data2[i].unitPrice,
|
||||
saleTotPrice: (item.amount * data.data2[i].unitPrice).toString(),
|
||||
})
|
||||
|
||||
@ -310,7 +310,6 @@ export const useEstimateController = (planNo, flag) => {
|
||||
|
||||
//봄 컴포넌트 제품은 0으로
|
||||
item.openFlg = '0'
|
||||
item.unitOpenFlg = '0'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user