Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
99514bfc
Commit
99514bfc
authored
Apr 27, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d2495bca
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
246 additions
and
820 deletions
+246
-820
index.js
src/api/report/index.js
+10
-2
EasyReport.vue
src/pages/financial/EasyReport.vue
+2
-1
orderCompleteStatistics.vue
src/pages/financial/orderCompleteStatistics.vue
+234
-817
No files found.
src/api/report/index.js
View file @
99514bfc
...
...
@@ -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
})
}
src/pages/financial/EasyReport.vue
View file @
99514bfc
...
...
@@ -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"
...
...
src/pages/financial/orderCompleteStatistics.vue
View file @
99514bfc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment