|
|
@ -1069,7 +1069,7 @@ import { |
|
|
|
MallassignmentColumnList, |
|
|
|
MallassignmentColumnList, |
|
|
|
customerserviceColumnList, |
|
|
|
customerserviceColumnList, |
|
|
|
} from '@/option/aftersales/vueTvemp.js'; |
|
|
|
} from '@/option/aftersales/vueTvemp.js'; |
|
|
|
import { processRowProperty, isNumer, computeNumber } from '@/utils/util'; |
|
|
|
import { processRowProperty, isNumber, computeNumber } from '@/utils/util'; |
|
|
|
import { useRouter } from 'vue-router'; |
|
|
|
import { useRouter } from 'vue-router'; |
|
|
|
import { downloadXls } from '@/utils/util'; |
|
|
|
import { downloadXls } from '@/utils/util'; |
|
|
|
import dayjs from 'dayjs'; |
|
|
|
import dayjs from 'dayjs'; |
|
|
@ -3966,7 +3966,7 @@ const amountMoney = () => { |
|
|
|
TotalamountCompensation.value = 0; |
|
|
|
TotalamountCompensation.value = 0; |
|
|
|
TotalamountReceived.value = 0; |
|
|
|
TotalamountReceived.value = 0; |
|
|
|
CompensationParty.value.forEach(item => { |
|
|
|
CompensationParty.value.forEach(item => { |
|
|
|
const _num = isNumer(item.num) ? item.num : 0; |
|
|
|
const _num = isNumber(item.num) ? item.num : 0; |
|
|
|
// 统计赔款方【0】 |
|
|
|
// 统计赔款方【0】 |
|
|
|
if (item.state == 0) { |
|
|
|
if (item.state == 0) { |
|
|
|
TotalamountCompensation.value = computeNumber( |
|
|
|
TotalamountCompensation.value = computeNumber( |
|
|
|