Commit 90b6ede9 authored by liudong1993's avatar liudong1993

1 营收报表+ 团上现收

parent bb526bb5
......@@ -1547,7 +1547,17 @@ export default {
{
field: "ZaiTu",
formatter: this.moneyFormat,
title: this.$t('fnc.zaitu'),
title: this.$t('Operation.Op_platZaitu'),
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "CashReceiptsMoney",
formatter: this.moneyFormat,
title: this.$t('objFill.xianshouzt'),
width: 100,
titleAlign: "left",
columnAlign: "right",
......@@ -2359,6 +2369,16 @@ export default {
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "CashReceiptsMoney",
formatter: this.moneyFormat,
title: this.$t('objFill.xianshouzt'),
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "DaiShou",
formatter: this.moneyFormat,
......@@ -3170,6 +3190,7 @@ export default {
return this.moneyFormatN(rowData.PingTaiShuiJin);
if (field === "DaiShou") return this.moneyFormatN(rowData.DaiShou);
if (field === "ZaiTu") return this.moneyFormatN(rowData.ZaiTu);
if (field === "CashReceiptsMoney") return this.moneyFormatN(rowData.CashReceiptsMoney);
if (field === "RealIncome") return this.moneyFormatN(rowData.RealIncome);
if (field === "YiShou") return this.moneyFormatN(rowData.YiShou);
if (field === "YaoQingHan") return this.moneyFormatN(rowData.YaoQingHan);
......@@ -3232,6 +3253,9 @@ export default {
}
if(rowData.ZaiTu < 0 && columnName=="ZaiTu"){
return "column-cell-class-name-test-red"
}
if(rowData.CashReceiptsMoney < 0 && columnName=="CashReceiptsMoney"){
return "column-cell-class-name-test-red"
}
if(rowData.YouHui < 0 && columnName=="YouHui"){
return "column-cell-class-name-test-red"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment