更新
This commit is contained in:
@@ -279,7 +279,7 @@ export default {
|
||||
} else {
|
||||
sums[index] = 'N/A'
|
||||
}
|
||||
} else if (index === 12) {
|
||||
} else if (index === 13) {
|
||||
const values = data.map(item => Number(parseFloat(item['未税总额'])))
|
||||
if (!values.every(value => isNaN(value))) {
|
||||
sums[index] = values.reduce((prev, curr) => {
|
||||
|
||||
Reference in New Issue
Block a user