|
@@ -688,7 +688,7 @@
|
|
first_thumb = first_sorder['TurboThumb']
|
|
first_thumb = first_sorder['TurboThumb']
|
|
}
|
|
}
|
|
const itmtot_amt = bd_page.reduce((accumulator, bd) => {
|
|
const itmtot_amt = bd_page.reduce((accumulator, bd) => {
|
|
- return accumulator + parseFloat(bd.SorderSupply)
|
|
|
|
|
|
+ return accumulator + parseFloat(bd.SorderSupply) + parseFloat(bd.SorderSupply) // 합계금액 (공급가액 + 세액)
|
|
}, 0)
|
|
}, 0)
|
|
|
|
|
|
const total_qty = bd_page.reduce((accumulator, bd) => {
|
|
const total_qty = bd_page.reduce((accumulator, bd) => {
|