Commit b59fb338 authored by liudong1993's avatar liudong1993

1

parent 237fb988
...@@ -1750,16 +1750,6 @@ export default { ...@@ -1750,16 +1750,6 @@ export default {
isResize: true, isResize: true,
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{
field: "MemberRebate",
formatter: this.moneyFormat,
title: this.$t('objFill.memberRebate'),
width: 120,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{ {
field: "QiTa", field: "QiTa",
formatter: this.moneyFormat, formatter: this.moneyFormat,
...@@ -3185,7 +3175,6 @@ export default { ...@@ -3185,7 +3175,6 @@ export default {
if (field === "GuoNeiLianYunJiPiao") return this.moneyFormatN(rowData.GuoNeiLianYunJiPiao); if (field === "GuoNeiLianYunJiPiao") return this.moneyFormatN(rowData.GuoNeiLianYunJiPiao);
if (field === "AirLossIncome") return this.moneyFormatN(rowData.AirLossIncome); if (field === "AirLossIncome") return this.moneyFormatN(rowData.AirLossIncome);
if (field === "AirServiceCharge") return this.moneyFormatN(rowData.AirServiceCharge); if (field === "AirServiceCharge") return this.moneyFormatN(rowData.AirServiceCharge);
if (field === "MemberRebate") return this.moneyFormatN(rowData.MemberRebate);
if (field === "Visa") return this.moneyFormatN(rowData.Visa); if (field === "Visa") return this.moneyFormatN(rowData.Visa);
if (field === "TiCheng") return this.moneyFormatN(rowData.TiCheng); if (field === "TiCheng") return this.moneyFormatN(rowData.TiCheng);
if (field === "CompensationMoney") if (field === "CompensationMoney")
...@@ -3270,9 +3259,6 @@ export default { ...@@ -3270,9 +3259,6 @@ export default {
if(rowData.AirServiceCharge < 0 && columnName=="AirServiceCharge"){ if(rowData.AirServiceCharge < 0 && columnName=="AirServiceCharge"){
return "column-cell-class-name-test-red" return "column-cell-class-name-test-red"
} }
if(rowData.MemberRebate < 0 && columnName=="MemberRebate"){
return "column-cell-class-name-test-red"
}
if(rowData.Visa < 0 && columnName=="Visa"){ if(rowData.Visa < 0 && columnName=="Visa"){
return "column-cell-class-name-test-red" 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