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
5b2d70af
Commit
5b2d70af
authored
Oct 18, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加保存现金流服务
parent
c149e1f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
4 deletions
+45
-4
dc_daily_pay_income.cs
Bailun.DC.Models/dc_daily_pay_income.cs
+34
-0
ListOrder.cshtml
Bailun.DC.Web/Areas/Reports/Views/Orders/ListOrder.cshtml
+2
-2
Bailun.DC.sln
Bailun.DC.sln
+9
-2
No files found.
Bailun.DC.Models/dc_daily_pay_income.cs
0 → 100644
View file @
5b2d70af
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
namespace
Bailun.DC.Models
{
/// <summary>
/// 每日收支表
/// </summary>
public
class
dc_daily_pay_income
{
public
int
id
{
get
;
set
;
}
/// <summary>
/// 记录日期
/// </summary>
public
DateTime
record_time
{
get
;
set
;
}
/// <summary>
/// 支出
/// </summary>
public
decimal
amount_payed
{
get
;
set
;
}
/// <summary>
/// 收入
/// </summary>
public
decimal
amount_income
{
get
;
set
;
}
/// <summary>
/// 创建时间
/// </summary>
public
DateTime
createtime
{
get
;
set
;
}
}
}
Bailun.DC.Web/Areas/Reports/Views/Orders/ListOrder.cshtml
View file @
5b2d70af
...
...
@@ -62,8 +62,8 @@
</form>
</div>
<div class="ibox-content
m-b-sm border-bottom
">
<table id="roletable"
style="table-layout:fixed;"
></table>
<div class="ibox-content
c
">
<table id="roletable"></table>
</div>
</div>
</div>
...
...
Bailun.DC.sln
View file @
5b2d70af
...
...
@@ -29,9 +29,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bailun.DC.SkuProfitService"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bailun.DC.SkuDataWareHouse", "Bailun.DC.SkuDataWareHouse\Bailun.DC.SkuDataWareHouse.csproj", "{FAB2A012-44D0-42D0-9EAD-1798D8332B66}"
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "Bailun.DC.SkuDailyPurchaseAndSales", "Bailun.DC.SkuDailyPurchaseAndSales\Bailun.DC.SkuDailyPurchaseAndSales.csproj", "{DD391409-2440-4332-8400-BE44A5140D89}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "Bailun.DC.SkuDailyPurchaseAndSales", "Bailun.DC.SkuDailyPurchaseAndSales\Bailun.DC.SkuDailyPurchaseAndSales.csproj", "{DD391409-2440-4332-8400-BE44A5140D89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bailun.DC.HappenAmount", "Bailun.DC.HappenAmount\Bailun.DC.HappenAmount.csproj", "{D47B1C2E-BD79-4D41-87E0-D7749F65371E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bailun.DC.HappenAmount", "Bailun.DC.HappenAmount\Bailun.DC.HappenAmount.csproj", "{D47B1C2E-BD79-4D41-87E0-D7749F65371E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bailun.DC.DailyPayAndIncoming", "..\Bailun.DC.DailyPayAndIncoming\Bailun.DC.DailyPayAndIncoming.csproj", "{F8B8E668-2D35-4555-9D98-CF7DF3E1BC9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
...
@@ -95,6 +97,10 @@ Global
{D47B1C2E-BD79-4D41-87E0-D7749F65371E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D47B1C2E-BD79-4D41-87E0-D7749F65371E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D47B1C2E-BD79-4D41-87E0-D7749F65371E}.Release|Any CPU.Build.0 = Release|Any CPU
{F8B8E668-2D35-4555-9D98-CF7DF3E1BC9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8B8E668-2D35-4555-9D98-CF7DF3E1BC9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8B8E668-2D35-4555-9D98-CF7DF3E1BC9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8B8E668-2D35-4555-9D98-CF7DF3E1BC9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
@@ -108,6 +114,7 @@ Global
{FAB2A012-44D0-42D0-9EAD-1798D8332B66} = {AE2CE86A-8538-4142-920F-684DCF47C064}
{DD391409-2440-4332-8400-BE44A5140D89} = {AE2CE86A-8538-4142-920F-684DCF47C064}
{D47B1C2E-BD79-4D41-87E0-D7749F65371E} = {AE2CE86A-8538-4142-920F-684DCF47C064}
{F8B8E668-2D35-4555-9D98-CF7DF3E1BC9F} = {AE2CE86A-8538-4142-920F-684DCF47C064}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E53AF28-A282-4FB0-A769-EAEA9769C02A}
...
...
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