Commit e014e2c9 authored by Mac's avatar Mac

修改营收报表

parent 5051b343
...@@ -1039,8 +1039,18 @@ ...@@ -1039,8 +1039,18 @@
}, },
{ {
field: "ClassId", field: "ClassId",
title: "班级编号", title: "编号",
width: 80, width: 50,
titleAlign: "left",
columnAlign: "left",
isResize: true,
isFrozen: true,
},
{
field: "ClassNo",
title: "班号",
width: 95,
titleAlign: "left", titleAlign: "left",
columnAlign: "left", columnAlign: "left",
isResize: true, isResize: true,
...@@ -1211,7 +1221,7 @@ ...@@ -1211,7 +1221,7 @@
{ {
field: "JiXiaoMoney", field: "JiXiaoMoney",
title: "绩效奖金", title: "绩效奖金",
width: 70, width: 80,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
isResize: true, isResize: true,
...@@ -1219,7 +1229,7 @@ ...@@ -1219,7 +1229,7 @@
{ {
field: "QTZhiChu", field: "QTZhiChu",
title: "其他支出", title: "其他支出",
width: 70, width: 80,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
isResize: true, isResize: true,
...@@ -1267,10 +1277,34 @@ ...@@ -1267,10 +1277,34 @@
columnAlign: "right", columnAlign: "right",
isResize: true, isResize: true,
}, },
{
field: "HoursNum",
title: "总课时",
width: 90,
titleAlign: "left",
columnAlign: "right",
isResize: true,
},
{
field: "ConsumeNum",
title: "已上课时",
width: 80,
titleAlign: "left",
columnAlign: "right",
isResize: true,
},
{
field: "ConsumeMoney",
title: "已上课金额",
width: 90,
titleAlign: "left",
columnAlign: "right",
isResize: true,
},
{ {
field: "AverageIncome", field: "AverageIncome",
title: "平均收入", title: "平均收入",
width: 100, width: 80,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
isResize: true, isResize: true,
...@@ -1279,7 +1313,7 @@ ...@@ -1279,7 +1313,7 @@
field: "AverageCost", field: "AverageCost",
title: "平均成本", title: "平均成本",
formatter: this.moneyFormat, formatter: this.moneyFormat,
width: 100, width: 80,
titleAlign: "left", titleAlign: "left",
columnAlign: "right", columnAlign: "right",
isResize: true, isResize: true,
......
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