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
04e3f357
Commit
04e3f357
authored
Jan 09, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产负债表增加按日的显示方式,方便导出查检查数据
parent
dd78830e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
FinanceController.cs
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
+1
-1
Index2.cshtml
Bailun.DC.Web/Areas/Reports/Views/Finance/Index2.cshtml
+2
-1
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
View file @
04e3f357
...
@@ -44,7 +44,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -44,7 +44,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
[
HttpPost
]
[
HttpPost
]
public
JsonResult
IndexJson
(
int
type
,
int
paycompanyvalue
,
DateTime
?
day
)
public
JsonResult
IndexJson
(
int
type
,
int
paycompanyvalue
,
DateTime
?
day
)
{
{
var
date
=
DateTime
.
Now
.
AddDays
(-
1
)
;
var
date
=
DateTime
.
Now
;
if
(
type
==
2
)
//按周
if
(
type
==
2
)
//按周
{
{
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/Index2.cshtml
View file @
04e3f357
...
@@ -16,10 +16,11 @@
...
@@ -16,10 +16,11 @@
<div class="form-group">
<div class="form-group">
<input id="chk_showdetail" type="checkbox" checked="checked" /><label for="chk_showdetail">是否可看明细</label>
<input id="chk_showdetail" type="checkbox" checked="checked" /><label for="chk_showdetail">是否可看明细</label>
<select id="timetype" class="form-control" style="width:120px;">
<select id="timetype" class="form-control" style="width:120px;">
@*<option value="1">按日的方式</option>*@
<option value="2">按周的方式</option>
<option value="2">按周的方式</option>
<option value="3">按月的方式</option>
<option value="3">按月的方式</option>
@*<option value="4">按年的方式</option>*@
@*<option value="4">按年的方式</option>*@
<option value="1">按日的方式</option>
</select>
</select>
@*<label>日期</label>
@*<label>日期</label>
<input id="day" type="text" style="width:120px" value="@DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd")" class="form-control">*@
<input id="day" type="text" style="width:120px" value="@DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd")" class="form-control">*@
...
...
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