[update 打包管理] 打包费用总计更换为待确收金额

This commit is contained in:
danshihao
2024-03-22 14:00:51 +08:00
parent f31629627f
commit cadb86ca8f
+3 -3
View File
@@ -200,10 +200,10 @@ const defaultTableColumns = [
scopedSlots: { customRender: 'nameText' }
},
{
title: '打包费用总计',
title: '待确收金额',
align: 'center',
width: 180,
dataIndex: 'packChargeTotal',
dataIndex: 'receivableAmount',
scopedSlots: { customRender: 'allMoney' }
},
{
@@ -388,7 +388,7 @@ export default {
let obj = {
id: '1',
title: '总计',
packChargeTotal: res.result.sumOfMoney || '0.00' + '',
receivableAmount: res.result.sumOfMoney || '0.00' + '',
receiptExpense: res.result.sumOfConfirmAmount || '0.00' + '',
confirmAmount: res.result.sumOfReallyMoney || '0.00' + '',