Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
7a0906ab
Commit
7a0906ab
authored
Aug 30, 2019
by
李承祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sheet展示
parent
f7ed0f40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
performance/Performance.Services/SheetSevice.cs
+2
-2
No files found.
performance/Performance.Services/SheetSevice.cs
View file @
7a0906ab
...
@@ -152,7 +152,7 @@ private void CommonExport(int sheetID, SheetExportResponse response)
...
@@ -152,7 +152,7 @@ private void CommonExport(int sheetID, SheetExportResponse response)
//添加系数值
//添加系数值
#
region
添加系数值
#
region
添加系数值
int
merge
=
4
;
int
merge
=
4
;
if
(
sheet
.
SheetType
==
(
int
)
SheetType
.
Income
&&
!
headList
.
Select
(
t
=>
t
.
CellValue
).
Contains
(
"
医技组
"
))
if
(
sheet
.
SheetType
==
(
int
)
SheetType
.
Income
&&
!
headList
.
Select
(
t
=>
t
.
CellValue
).
Contains
(
"
核算单元(医技组)
"
))
merge
=
3
;
merge
=
3
;
var
factorhead
=
new
Row
(
0
);
var
factorhead
=
new
Row
(
0
);
...
@@ -173,7 +173,7 @@ private void CommonExport(int sheetID, SheetExportResponse response)
...
@@ -173,7 +173,7 @@ private void CommonExport(int sheetID, SheetExportResponse response)
response
=
AddFactor
(
response
,
factorhead2
,
headList
.
ToList
(),
dataList
,
UnitType
.
医技组
);
response
=
AddFactor
(
response
,
factorhead2
,
headList
.
ToList
(),
dataList
,
UnitType
.
医技组
);
}
}
if
(
sheet
.
SheetType
==
(
int
)
SheetType
.
Income
&&
!
headList
.
Select
(
t
=>
t
.
CellValue
).
Contains
(
"
医技组
"
))
if
(
sheet
.
SheetType
==
(
int
)
SheetType
.
Income
&&
!
headList
.
Select
(
t
=>
t
.
CellValue
).
Contains
(
"
核算单元(医技组)
"
))
{
{
//var technicianvalue = new Row(response.Header.Count()); technicianvalue.Data.Add(new Cell(0, "医技组核算收入", 1, 4, false, false));
//var technicianvalue = new Row(response.Header.Count()); technicianvalue.Data.Add(new Cell(0, "医技组核算收入", 1, 4, false, false));
//response.Header.Add(technicianvalue);
//response.Header.Add(technicianvalue);
...
...
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