Commit 99514bfc authored by 罗超's avatar 罗超

1

parent d2495bca
......@@ -4,7 +4,6 @@ import request from '../../utils/request'
* 营收报表
*/
export function getRevenueReportPageList(data) {
//参数信息AccountType AccountId
return request({
url: '/finance/GetRevenueReportPageList',
method: 'post',
......@@ -16,10 +15,19 @@ export function getRevenueReportPageList(data) {
* 订单完成统计
*/
export function getOrderCompleteStatisticsPageList(data) {
//参数信息AccountType AccountId
return request({
url: '/finance/GetOrderStudentClassHoursPageList',
method: 'post',
data
})
}
/**
* 设置合同协调金额
*/
export function setContractAdjustPrice(data) {
return request({
url: '/finance/SetContractAdjustPrice',
method: 'post',
data
})
}
......@@ -988,7 +988,8 @@
sortChange: function (param) {
},
customCompFunc: function (param) {},
customCompFunc: function (param) {
},
columnCellClass: function (rowIndex, columnName, rowData) {
if (rowData.YiYue < 0 && columnName == "YiYue") {
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