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
ecc42b3e
Commit
ecc42b3e
authored
Jul 10, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save data to org -- frank
parent
ed6907a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
16 deletions
+27
-16
organization-manage.ctrl.js
...astructure/organizationManage/organization-manage.ctrl.js
+14
-3
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+2
-2
constant.js
atms-web/src/main/webapp/app/common/utils/constant.js
+11
-11
No files found.
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.ctrl.js
View file @
ecc42b3e
...
...
@@ -26,8 +26,8 @@
$scope
.
editOrgExtraModel
=
{};
var
translate
=
{
Enabled
:
$translate
.
instant
(
'
BusinessUnitActive
'
),
//已启用
Disabled
:
$translate
.
instant
(
'
BusinessUnit
Disabled'
)
//已停用
Enabled
:
$translate
.
instant
(
'
Actived
'
),
//已启用
Disabled
:
$translate
.
instant
(
'Disabled'
)
//已停用
};
//jack
...
...
@@ -613,7 +613,9 @@
{
dataField
:
"dateOfIncorporation"
,
caption
:
$translate
.
instant
(
'dateOfIncorporation'
),
allowHeaderFiltering
:
false
allowHeaderFiltering
:
false
,
dataType
:
"date"
,
format
:
"yyyy-MM-dd"
},
{
dataField
:
"jurisdictionOfFormation"
,
...
...
@@ -696,6 +698,7 @@
$scope
.
showAll
=
function
()
{
$scope
.
showOrgs
=
true
;
getOrgList
();
$scope
.
showSingle
=
false
;
$scope
.
selectCompany
=
{};
};
...
...
@@ -704,6 +707,14 @@
};
$scope
.
exportOrgs
=
function
()
{
};
$scope
.
refreshOrg
=
function
()
{
getOrgList
();
};
(
function
initialize
()
{
$log
.
debug
(
'organizationManageController.ctor()...'
);
$scope
.
title
=
$translate
.
instant
(
'OrganizationManageTitle'
);
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
ecc42b3e
...
...
@@ -50,11 +50,11 @@
{{'EntityList'||translate}}
</p>
</div>
<div
class=
"right-option"
>
<button
type=
"button"
class=
"btn btn-in-grid"
style=
"width: 117px;"
ng-click=
"
update
Org()"
id=
"orgListRefreshBtn"
>
<button
type=
"button"
class=
"btn btn-in-grid"
style=
"width: 117px;"
ng-click=
"
refresh
Org()"
id=
"orgListRefreshBtn"
>
<i
class=
"dx-icon-refresh"
></i>
{{'Refresh' | translate}}
</button>
<button
type=
"button"
id=
"organizationExportBtn"
class=
"btn btn-in-grid"
ng-click=
"
updateIsActive
()"
><i
class=
"btn btn-in-grid"
ng-click=
"
exportOrgs
()"
><i
class=
"dx-icon-export"
></i>
{{'Export'||translate}}
</button>
<span
class=
"right-operate"
></span>
...
...
atms-web/src/main/webapp/app/common/utils/constant.js
View file @
ecc42b3e
...
...
@@ -1689,27 +1689,27 @@ constant.EnumTaxEventType = {
constant
.
organizationHK
=
{
legalFormTypeList
:
[
{
code
:
1
,
type
:
"LimitedPartnership"
},
{
code
:
2
,
type
:
"LimitedCompany"
},
{
code
:
1
,
type
:
"Limited
Partnership"
},
{
code
:
2
,
type
:
"Limited
Company"
},
{
code
:
3
,
type
:
"Trustee"
}
],
EntityLevel
:
[
{
code
:
1
,
type
:
"InvestmentFund"
},
{
code
:
2
,
type
:
"InvestmentHolding"
},
{
code
:
3
,
type
:
"PortfolioCompany"
}
{
code
:
1
,
type
:
"Investment
Fund"
},
{
code
:
2
,
type
:
"Investment
Holding"
},
{
code
:
3
,
type
:
"Portfolio
Company"
}
],
JurisdictionOfFormation
:
[
{
code
:
1
,
type
:
"HongKong"
},
{
code
:
2
,
type
:
"British
Virgin
Islands"
},
{
code
:
3
,
type
:
"CaymanIslands"
}
{
code
:
1
,
type
:
"Hong
Kong"
},
{
code
:
2
,
type
:
"British
Virgin
Islands"
},
{
code
:
3
,
type
:
"Cayman
Islands"
}
],
OwnershipForm
:
[
{
code
:
1
,
type
:
"OrdinaryShares"
},
{
code
:
2
,
type
:
"PreferenceShares"
}
{
code
:
1
,
type
:
"Ordinary
Shares"
},
{
code
:
2
,
type
:
"Preference
Shares"
}
],
BoardMeetingRequirement
:
[
{
code
:
1
,
type
:
"Annual"
},
{
code
:
2
,
type
:
"SemiQnnual"
},
{
code
:
2
,
type
:
"Semi
Qnnual"
},
{
code
:
3
,
type
:
"Quarter"
},
{
code
:
4
,
type
:
"Monthly"
}
],
...
...
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