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
0b1b835f
Commit
0b1b835f
authored
Apr 06, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改错别字
parent
4238b1bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FinanceController.cs
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
+3
-3
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
View file @
0b1b835f
...
@@ -9104,7 +9104,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -9104,7 +9104,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"营业毛利率"
,
"rate_profit"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"营业毛利率"
,
"rate_profit"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"加:其他收入"
,
"incoming_other"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"加:其他收入"
,
"incoming_other"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"其中:出口退税收入"
,
"incoming_refundtax"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"其中:出口退税收入"
,
"incoming_refundtax"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"其中:歌戈
尔
收入"
,
"incoming_gogirl"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"其中:歌戈
儿
收入"
,
"incoming_gogirl"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"加:营业外收入"
,
"incoming_non_operating"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"加:营业外收入"
,
"incoming_non_operating"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"减:营业外支出"
,
"pay_non_operating"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"减:营业外支出"
,
"pay_non_operating"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"减:资产减值损失"
,
"impairment_assets"
,
0
));
listHead
.
Add
(
new
Tuple
<
string
,
string
,
int
>(
"减:资产减值损失"
,
"impairment_assets"
,
0
));
...
@@ -9398,7 +9398,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -9398,7 +9398,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"营业毛利率"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"营业毛利率"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"加:其他收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"加:其他收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"其中:出口退税收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"其中:出口退税收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"其中:歌戈
尔
收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"其中:歌戈
儿
收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"加:营业外收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"加:营业外收入"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"减:营业外支出"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"减:营业外支出"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"实际利润"
,
Value
=
""
});
arrValue
.
Add
(
new
Models
.
Common
.
KeyValue
()
{
Key
=
"实际利润"
,
Value
=
""
});
...
@@ -9517,7 +9517,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -9517,7 +9517,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
incoming_other
.
Value
+=
objBase
.
incoming_other
+
","
+
objEdit
.
incoming_other
+
","
+
(
objBase
.
incoming_other
+
objEdit
.
incoming_other
+
","
);
incoming_other
.
Value
+=
objBase
.
incoming_other
+
","
+
objEdit
.
incoming_other
+
","
+
(
objBase
.
incoming_other
+
objEdit
.
incoming_other
+
","
);
var
incoming_refundtax
=
arrValue
.
Where
(
a
=>
a
.
Key
==
"其中:出口退税收入"
).
FirstOrDefault
();
var
incoming_refundtax
=
arrValue
.
Where
(
a
=>
a
.
Key
==
"其中:出口退税收入"
).
FirstOrDefault
();
incoming_refundtax
.
Value
+=
objBase
.
incoming_refundtax
+
","
+
objEdit
.
incoming_refundtax
+
","
+
(
objBase
.
incoming_refundtax
+
objEdit
.
incoming_refundtax
+
","
);
incoming_refundtax
.
Value
+=
objBase
.
incoming_refundtax
+
","
+
objEdit
.
incoming_refundtax
+
","
+
(
objBase
.
incoming_refundtax
+
objEdit
.
incoming_refundtax
+
","
);
var
incoming_gogirl
=
arrValue
.
Where
(
a
=>
a
.
Key
==
"其中:歌戈
尔
收入"
).
FirstOrDefault
();
var
incoming_gogirl
=
arrValue
.
Where
(
a
=>
a
.
Key
==
"其中:歌戈
儿
收入"
).
FirstOrDefault
();
incoming_gogirl
.
Value
+=
objBase
.
incoming_gogirl
+
","
+
objEdit
.
incoming_gogirl
+
","
+
(
objBase
.
incoming_gogirl
+
objEdit
.
incoming_gogirl
+
","
);
incoming_gogirl
.
Value
+=
objBase
.
incoming_gogirl
+
","
+
objEdit
.
incoming_gogirl
+
","
+
(
objBase
.
incoming_gogirl
+
objEdit
.
incoming_gogirl
+
","
);
var
incoming_non_operating
=
arrValue
.
Where
(
a
=>
a
.
Key
==
"加:营业外收入"
).
FirstOrDefault
();
var
incoming_non_operating
=
arrValue
.
Where
(
a
=>
a
.
Key
==
"加:营业外收入"
).
FirstOrDefault
();
incoming_non_operating
.
Value
+=
objBase
.
incoming_non_operating
+
","
+
objEdit
.
incoming_non_operating
+
","
+
(
objBase
.
incoming_non_operating
+
objEdit
.
incoming_non_operating
+
","
);
incoming_non_operating
.
Value
+=
objBase
.
incoming_non_operating
+
","
+
objEdit
.
incoming_non_operating
+
","
+
(
objBase
.
incoming_non_operating
+
objEdit
.
incoming_non_operating
+
","
);
...
...
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