Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
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
bltdc
DataCenter_Core2.1_20190520
Commits
bf26a0bc
Commit
bf26a0bc
authored
Aug 30, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决管理成本付款额明细日期获取不对的问题
parent
27c09521
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
FinanceController.cs
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
+0
-1
HappenAmountCount.cshtml
....Web/Areas/Reports/Views/Finance/HappenAmountCount.cshtml
+2
-2
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
View file @
bf26a0bc
...
...
@@ -4481,7 +4481,6 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
ms
.
Position
=
0
;
return
File
(
ms
,
"text/csv"
,
filename
+
".csv"
);
}
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/HappenAmountCount.cshtml
View file @
bf26a0bc
...
...
@@ -150,10 +150,10 @@
var now = new Date();
start_time = new Date(now.getFullYear() + '-' + arr[0].substr(0, 2) + '-' + arr[0].substr(2, 2));
end_time = new Date(now.getFullYear() + '-' + arr[1].substr(0, 2) + '-' + arr[
0
].substr(2, 2));
end_time = new Date(now.getFullYear() + '-' + arr[1].substr(0, 2) + '-' + arr[
1
].substr(2, 2));
if (end_time < start_time) {
end_time = new Date((now.getFullYear() + 1) + '-' + arr[1].substr(0, 2) + '-' + arr[
0
].substr(2, 2))
end_time = new Date((now.getFullYear() + 1) + '-' + arr[1].substr(0, 2) + '-' + arr[
1
].substr(2, 2))
}
}
else if (dateWay == 3) { //按月
...
...
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