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
429a0d85
Commit
429a0d85
authored
Jan 25, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7e70424c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
FinanceController.cs
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
+1
-2
MonthSaleProfitNew.cshtml
...Web/Areas/Reports/Views/Finance/MonthSaleProfitNew.cshtml
+0
-1
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
View file @
429a0d85
...
...
@@ -8673,8 +8673,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"海外仓仓储费"
,
"fee_storage"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"海外仓其他杂费"
,
"fee_storage_incidentals"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"付现销售费用"
,
"fee_paycash_sales"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"销售费用合计"
,
"fee_sales_count"
,
1
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"销售利润"
,
"profit_sales"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"销售毛利率"
,
"rate_profit_sales"
,
0
));
...
...
Bailun.DC.Web/Areas/Reports/Views/Finance/MonthSaleProfitNew.cshtml
View file @
429a0d85
...
...
@@ -85,7 +85,6 @@
m += '</tr>';
$('#tb').find('thead').html(m + m2);
//组装行
...
...
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