Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
99ae35cf
Commit
99ae35cf
authored
Mar 28, 2019
by
kevin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#
parent
4780055f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
TableRule.java
atms-api/src/main/java/pwc/taxtech/atms/dto/TableRule.java
+8
-5
tb-ebit-form.html
...-web/src/main/webapp/app/analysis/table/tb-ebit-form.html
+2
-3
No files found.
atms-api/src/main/java/pwc/taxtech/atms/dto/TableRule.java
View file @
99ae35cf
...
...
@@ -13,18 +13,21 @@ import java.util.Map;
public
class
TableRule
{
public
static
Map
<
String
,
String
>
map
=
new
HashMap
<
String
,
String
>();
static
{
map
.
put
(
"EBSZCFZB"
,
"balance_sheet"
);
map
.
put
(
"EBSLRB"
,
"profit_loss_statement"
);
map
.
put
(
"EBSZCFZB"
,
"balance_sheet
_prc
"
);
map
.
put
(
"EBSLRB"
,
"profit_loss_statement
_prc
"
);
map
.
put
(
"EBSXJLLB"
,
"cash_flow"
);
map
.
put
(
"RGDRZCFZB"
,
"balance_sheet_manual"
);
map
.
put
(
"RGDRLRB"
,
"profit_loss_statement_manual"
);
map
.
put
(
"RGDRZCFZB"
,
"balance_sheet_
prc_
manual"
);
map
.
put
(
"RGDRLRB"
,
"profit_loss_statement_
prc_
manual"
);
map
.
put
(
"RGDRXJLLB"
,
"cash_flow_manual"
);
map
.
put
(
"HZXXB"
,
"red_letter_info_table"
);
map
.
put
(
"ZXZCFZB"
,
"balance_sheet_final"
);
map
.
put
(
"ZXLLB"
,
"profit_loss_statement_final"
);
map
.
put
(
"ZXXJLLB"
,
"cash_flow_final"
);
map
.
put
(
"HZXXB"
,
"red_letter_info_table"
);
map
.
put
(
"CITZCFZB"
,
"cit_balance_sheet_prc_adjust"
);
map
.
put
(
"CITLRB"
,
"cit_profit_prc_adjust"
);
map
.
put
(
"CIT_TBAM"
,
"cit_tbam"
);
...
...
atms-web/src/main/webapp/app/analysis/table/tb-ebit-form.html
View file @
99ae35cf
...
...
@@ -22,8 +22,8 @@
</div>
</div>
<div
class=
"col-sm-5"
class=
"bar-export"
style=
" margin-top: 20px;width: 39%; float: right;"
>
<span
ngf-select=
"
upload($files)"
ngf-multiple=
"false"
ngf-validate=
"{size: {min:'10KB', max:'20MB'}}"
><i
class=
"fa fa-file"
>
{{'uploadProfileTable' | translate}}
</i></span>
<span
ngf-select=
"
"
type=
"file"
ng-model=
"importExcelFile"
ngf-drag-over-class=
"'dragover'"
accept=
".xls,.xlsx"
ngf-multiple=
"false"
ngf-allow-dir=
"false"
class=
"btn btn-vat-third"
><i
class=
"fa fa-file"
>
{{'uploadProfileTable' | translate}}
</i></span>
<span
ng-click=
"saveAndRefresh()"
><i
class=
"fa fa-refresh"
></i>
{{'saveAndRefresh' | translate}}
</span>
<span
ng-click=
"singleExport()"
><i
class=
"fa fa-upload"
></i>
{{'singleExport' | translate}}
</span>
...
...
@@ -32,7 +32,6 @@
</div>
</div>
internationalDataImport
<div
class=
'report-container'
id=
"reportContainer"
>
<input
type=
"file"
id=
"fileDemo"
style=
"display: none"
class=
"input"
ng-model =
"relation.fileName"
>
<table-report-sheet
report-source=
"reportData"
spread=
'spread'
template-id=
'templateId'
...
...
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