Commit 9b34924c authored by youjie's avatar youjie

营收报表、联运收入(网络、票务)

parent bdfc2f49
......@@ -941,6 +941,22 @@ export default {
columnAlign: "left",
isResize: true
},
{
field: "TransportWL",
title: "网络",
width: 50,
titleAlign: "left",
columnAlign: "left",
isResize: true
},
{
field: "TransportPW",
title: "票务",
width: 50,
titleAlign: "left",
columnAlign: "left",
isResize: true
},
{
field: "TransportCost",
formatter: this.moneyFormat,
......
......@@ -1911,6 +1911,22 @@ export default {
columnAlign: "right",
isResize: true
},
{
field: "TransportWL",
title: "网络",
width: 50,
titleAlign: "left",
columnAlign: "right",
isResize: true
},
{
field: "TransportPW",
title: "票务",
width: 50,
titleAlign: "left",
columnAlign: "right",
isResize: true
},
{
field: "TransportCost",
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