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
4af55d75
Commit
4af55d75
authored
Oct 24, 2018
by
sherlock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug:19196\19195\19214\19215\192161\19217\19220
parent
17360b77
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
13 deletions
+12
-13
StdAccountServiceImpl.java
.../pwc/taxtech/atms/service/impl/StdAccountServiceImpl.java
+4
-5
customer-list-manage.html
...inancialData/customerListManage/customer-list-manage.html
+1
-1
enterprise-account-manage.html
...ta/enterpriseAccountManage/enterprise-account-manage.html
+2
-2
business-unit.ctrl.js
...n/basicData/masterData/businessUnit/business-unit.ctrl.js
+1
-1
orangization-structure-manage.ctrl.js
...tionStructureManage/orangization-structure-manage.ctrl.js
+1
-1
orangization-structure-manage.html
...izationStructureManage/orangization-structure-manage.html
+1
-1
organization-list-view.html
...tructure/organizationListView/organization-list-view.html
+2
-2
basicData.js
atms-web/src/main/webapp/bundles/basicData.js
+0
-0
No files found.
atms-api/src/main/java/pwc/taxtech/atms/service/impl/StdAccountServiceImpl.java
View file @
4af55d75
...
...
@@ -19,10 +19,7 @@ import pwc.taxtech.atms.entity.StandardAccount;
import
pwc.taxtech.atms.entity.StandardAccountExample
;
import
pwc.taxtech.atms.exception.ServiceException
;
import
java.util.ArrayList
;
import
java.util.Collections
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.*
;
import
java.util.stream.Collectors
;
@Service
...
...
@@ -67,7 +64,9 @@ public class StdAccountServiceImpl extends BaseService {
root
.
setExpanded
(
false
);
root
.
setHasChildren
(
CollectionUtils
.
isNotEmpty
(
entry
.
getValue
()));
root
.
setTitle
(
StdAccountEnum
.
AcctProp
.
MAPPING
.
get
(
entry
.
getKey
()));
root
.
setChildren
(
entry
.
getValue
());
List
<
StdAccountFancyTreeDto
>
temp
=
entry
.
getValue
();
root
.
setChildren
(
temp
.
stream
().
sorted
(
Comparator
.
comparing
(
StdAccountFancyTreeDto:
:
getCode
)).
collect
(
Collectors
.
toList
()));
// root.setChildren(entry.getValue());
resultList
.
add
(
root
);
}
}
...
...
atms-web/src/main/webapp/app/admin/basicData/financialData/customerListManage/customer-list-manage.html
View file @
4af55d75
...
...
@@ -12,7 +12,7 @@
<button
class=
"btn btn-secondary btnImport"
ng-class=
"{false:'no-permission'}[hasEditPermission]"
ng-click=
"popupImportFileModel()"
ng-disabled=
"!hasEditPermission||!hasEnterpriseAccountSet"
>
<span
translate=
"ImportCustomerList"
></span>
</button>
<
export-button
style=
"float: right; margin-right: 15px; margin-top: 7px; "
><export-button
>
<
!--<export-button style="float: right; margin-right: 15px; margin-top: 7px; "><export-button>--
>
</div>
</div>
...
...
atms-web/src/main/webapp/app/admin/basicData/financialData/enterpriseAccountManage/enterprise-account-manage.html
View file @
4af55d75
...
...
@@ -36,8 +36,8 @@
<button
type=
"button"
class=
"btn btn-in-grid inline-div"
ng-click=
"downEntepriseAccountTemplate()"
><i
class=
"fa fa-download"
aria-hidden=
"true"
></i>
下载模板
</button>
<
export-button
style=
"float: right; margin-right: 1px; margin-top: 9px;"
>
<
export-button
>
<
!--<export-button style="float: right; margin-right: 1px; margin-top: 9px;">--
>
<
!--<export-button>--
>
</div>
</div>
<div
class=
"enterprise-account-list-wrap"
id=
"enterprise-account-list-wrap"
ng-show=
"hasEnterpriseAccountSet"
>
...
...
atms-web/src/main/webapp/app/admin/basicData/masterData/businessUnit/business-unit.ctrl.js
View file @
4af55d75
...
...
@@ -158,7 +158,7 @@
field
:
'name'
,
name
:
$translate
.
instant
(
'BusinessUnitName'
),
width
:
'50%'
,
cellTemplate
:
'<div class="business-unit-gridcell-name"><span>{{row.entity.name}}</span><span ng-hide="true">{{row.entity.id}}</span></div>'
cellTemplate
:
'<div class="business-unit-gridcell-name"
style="text-align: center"
><span>{{row.entity.name}}</span><span ng-hide="true">{{row.entity.id}}</span></div>'
},
{
field
:
'isActive'
,
name
:
$translate
.
instant
(
'BusinessUnitStatus'
),
...
...
atms-web/src/main/webapp/app/admin/basicData/masterData/orangizationStructureManage/orangization-structure-manage.ctrl.js
View file @
4af55d75
...
...
@@ -161,7 +161,7 @@
field
:
'name'
,
name
:
$translate
.
instant
(
'OrganizationStructureName'
),
width
:
'50%'
,
cellTemplate
:
'<div class="orangization-structure-gridcell-name"
><span
>{{row.entity.name}}</span><span ng-hide="true">{{row.entity.id}}</span></div>'
cellTemplate
:
'<div class="orangization-structure-gridcell-name"
style="text-align: center"><span style="text-align: center;float:left;"
>{{row.entity.name}}</span><span ng-hide="true">{{row.entity.id}}</span></div>'
},
{
field
:
'isActive'
,
name
:
$translate
.
instant
(
'OrganizationStructureStatus'
),
...
...
atms-web/src/main/webapp/app/admin/basicData/masterData/orangizationStructureManage/orangization-structure-manage.html
View file @
4af55d75
...
...
@@ -5,7 +5,7 @@
<button
class=
"btn btn-in-grid"
atms-permission
permission-code=
"{{$root.adminPermission.basicData.orangizationStructure.editCode}}"
ng-click=
"createNewData()"
>
<i
class=
" material-icons"
>
add_circle_outline
</i>
<span
translate=
"OrganizationStructureAddNew"
></span>
</button>
<
export-button
style=
"float: right; margin-right: 15px; margin-top: 9px;"
><export-button
>
<
!--<export-button style="float: right; margin-right: 15px; margin-top: 9px;"><export-button>--
>
</div>
<div
class=
"list-container"
>
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationListView/organization-list-view.html
View file @
4af55d75
...
...
@@ -37,12 +37,12 @@
<div
class=
"align-right"
style=
"margin-top:5px;"
>
<!--<button class="btn btn-export" type="button" ng-click="" translate="Export"></button>-->
<
export-button
style=
"float: right; margin-left: 0px; margin-top: 7px"
><export-button
>
<
!--<export-button style="float: right; margin-left: 0px; margin-top: 7px"><export-button>--
>
</div>
<div
class=
"right-operate "
>
<!-- board展示 -->
<
a
class=
"display-user"
href=
"#/organizationViewInfrastructure/organizationBusinessUnitView"
title=
"{{'ShowAsCard' | translate}}"
><i
class=
"fa fa-th"
aria-hidden=
"true"
></i></a
>
<
!--<a class="display-user" href="#/organizationViewInfrastructure/organizationBusinessUnitView" title="{{'ShowAsCard' | translate}}"><i class="fa fa-th" aria-hidden="true"></i></a>--
>
<a
class=
"display-user border-left active"
title=
"{{'ShowAsList' | translate}}"
>
<!-- list展示 -->
<i
class=
"fa fa-list-ul"
aria-hidden=
"true"
></i>
...
...
atms-web/src/main/webapp/bundles/basicData.js
View file @
4af55d75
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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