[update 打包管理] 打包费用总计更换为待确收金额
This commit is contained in:
@@ -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' + '',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user