|
|
@@ -194,19 +194,37 @@
|
|
|
slot: 'paymentConditionName'
|
|
|
},
|
|
|
{
|
|
|
- minWidth: 170,
|
|
|
- prop: 'unreconciledAdvanceConfirmAmount',
|
|
|
- label: '未对账预付款确收金额',
|
|
|
+ prop: 'prepayTotalAmt',
|
|
|
+ minWidth: 160,
|
|
|
+ label: '预付合计金额',
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
- minWidth: 190,
|
|
|
- prop: 'statementAdvanceConfirmAmount',
|
|
|
- label: '本次对账预付款确收金额',
|
|
|
+ prop: 'confirmedPrepayAmt',
|
|
|
+ minWidth: 160,
|
|
|
+ label: '累计预付确付金额',
|
|
|
+ align: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'unpaidPrepayAmt',
|
|
|
+ minWidth: 160,
|
|
|
+ label: '未付预付余额',
|
|
|
align: 'center',
|
|
|
- // slot: 'statementAdvanceConfirmAmount'
|
|
|
},
|
|
|
+ // {
|
|
|
+ // minWidth: 170,
|
|
|
+ // prop: 'unreconciledAdvanceConfirmAmount',
|
|
|
+ // label: '未对账预付款确收金额',
|
|
|
+ // align: 'center',
|
|
|
+ // showOverflowTooltip: true
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // minWidth: 190,
|
|
|
+ // prop: 'statementAdvanceConfirmAmount',
|
|
|
+ // label: '本次对账预付款确收金额',
|
|
|
+ // align: 'center',
|
|
|
+ // // slot: 'statementAdvanceConfirmAmount'
|
|
|
+ // },
|
|
|
{
|
|
|
minWidth: 120,
|
|
|
prop: 'statementAmount',
|