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
86927352
Commit
86927352
authored
Apr 12, 2019
by
chase
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mysql' of
http://code.tech.tax.asia.pwcinternal.com/root/atms
into dev_mysql
parents
478680d1
8e22ee51
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
OrganizationServiceTemplateGroupDto.java
...taxtech/atms/dpo/OrganizationServiceTemplateGroupDto.java
+4
-0
import-trialbalance.html
...trols/import/import-trialbalance/import-trialbalance.html
+1
-1
vat-import-income-invoice.html
.../vat-import-income-invoice/vat-import-income-invoice.html
+1
-1
vat-import-output-invoice.html
.../vat-import-output-invoice/vat-import-output-invoice.html
+1
-1
No files found.
atms-dao/src/main/java/pwc/taxtech/atms/dpo/OrganizationServiceTemplateGroupDto.java
View file @
86927352
package
pwc
.
taxtech
.
atms
.
dpo
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.annotation.JsonProperty
;
public
class
OrganizationServiceTemplateGroupDto
{
...
...
@@ -11,8 +12,11 @@ public class OrganizationServiceTemplateGroupDto {
@JsonProperty
(
"serviceTypeID"
)
private
String
serviceTypeId
;
private
String
serviceTypeName
;
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@JsonProperty
(
"templateGroupID"
)
private
Long
templateGroupId
;
private
String
templateGroupName
;
/**
...
...
atms-web/src/main/webapp/app/common/controls/import/import-trialbalance/import-trialbalance.html
View file @
86927352
...
...
@@ -25,7 +25,7 @@
{{'SelectFile' | translate}}
</button>
<div
ng-show=
"fileName"
style=
"display:inline-block"
>
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
1
0}}
</span>
|
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
5
0}}
</span>
|
<span
translate=
"WorkSheet"
></span>
<div
class=
"ui-select-no-border"
>
<ui-select
ng-model=
"sheetInfo.selectedSheetName"
on-select=
"changeSheet($item)"
search-enabled=
"false"
style=
"width:120px;"
>
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-income-invoice/vat-import-income-invoice.html
View file @
86927352
...
...
@@ -23,7 +23,7 @@
{{'SelectFile' | translate}}
</button>
<div
class=
"import-info-wrapper"
ng-show=
"fileName"
>
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
1
0}}
</span>
|
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
5
0}}
</span>
|
<span
translate=
"WorkSheet"
></span>
<div
class=
"ui-select-no-border"
>
<ui-select
ng-model=
"sheetInfo.selectedSheetName"
on-select=
"changeIncomeInvoiceSheet($item)"
search-enabled=
"false"
style=
"width:120px;"
>
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-output-invoice/vat-import-output-invoice.html
View file @
86927352
...
...
@@ -30,7 +30,7 @@
{{'SelectFile' | translate}}
</button>
<div
class=
"import-info-wrapper"
ng-show=
"fileName"
>
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
1
0}}
</span>
|
<span
title=
"{{fileName}}"
>
{{'FileName' | translate}}{{fileName | limitString:
5
0}}
</span>
|
<span
translate=
"WorkSheet"
></span>
<div
class=
"ui-select-no-border"
>
<ui-select
ng-model=
"sheetInfo.selectedSheetName"
on-select=
"changeSheet($item)"
search-enabled=
"false"
style=
"width:120px;"
>
...
...
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