견적서 수정
This commit is contained in:
parent
44323266e5
commit
cf6e5da7a0
@ -167,6 +167,7 @@ export const useEstimateController = (planNo) => {
|
||||
|
||||
if (fileFlg) {
|
||||
estimateData.itemList.map((item) => {
|
||||
if (item.delFlg === '0') {
|
||||
item.amount = item.amount?.replaceAll(',', '')
|
||||
item.salePrice = parseFloat(item.salePrice?.replaceAll(',', '')).toFixed(2)
|
||||
item.saleTotPrice = parseFloat(item.saleTotPrice?.replaceAll(',', '')).toFixed(2)
|
||||
@ -194,6 +195,7 @@ export const useEstimateController = (planNo) => {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user