Commit defd56b7 authored by liudong1993's avatar liudong1993

1

parent 302ab272
...@@ -2378,9 +2378,9 @@ export default { ...@@ -2378,9 +2378,9 @@ export default {
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{ {
field: "CheZi", field: "RoomFee",
formatter: this.moneyFormat, formatter: this.moneyFormat,
title: "车资", title: "司机住宿费",
width: 90, width: 90,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
...@@ -2388,9 +2388,9 @@ export default { ...@@ -2388,9 +2388,9 @@ export default {
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{ {
field: "RoomFee", field: "MealFee",
formatter: this.moneyFormat, formatter: this.moneyFormat,
title: "费", title: "费",
width: 90, width: 90,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
...@@ -2398,19 +2398,19 @@ export default { ...@@ -2398,19 +2398,19 @@ export default {
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{ {
field: "MealFee", field: "TicketFee",
formatter: this.moneyFormat, formatter: this.moneyFormat,
title: "油费", title: "过路费收入",
width: 90, width: 100,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
isResize: true, isResize: true,
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{ {
field: "TicketFee", field: "JiPiao",
formatter: this.moneyFormat, formatter: this.moneyFormat,
title: "过路停车费收入", title: "过路费支出",
width: 100, width: 100,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
...@@ -2418,15 +2418,55 @@ export default { ...@@ -2418,15 +2418,55 @@ export default {
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{ {
field: "JiPiao", field: "Visa",
formatter: this.moneyFormat,
title: "停车费收入",
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "QiTa",
formatter: this.moneyFormat,
title: "停车费支出",
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "DiJieShouRu",
formatter: this.moneyFormat,
title: "茶代收入",
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{
field: "DiJieZhiChu",
formatter: this.moneyFormat, formatter: this.moneyFormat,
title: "过路停车费支出", title: "茶代支出",
width: 100, width: 100,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
isResize: true, isResize: true,
componentName: "TCIDJumpWang" componentName: "TCIDJumpWang"
}, },
{
field: "CheZi",
formatter: this.moneyFormat,
title: "其他成本",
width: 90,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
{ {
field: "QTShouRu", field: "QTShouRu",
formatter: this.moneyFormat, formatter: this.moneyFormat,
......
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