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
cc4dccc8
Commit
cc4dccc8
authored
Jul 31, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed shareholder structure -- frank
parent
30a6d8cd
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
OrganizationHKController.java
...pwc/taxtech/atms/controller/OrganizationHKController.java
+1
-1
edit-organization-modal.ctrl.js
...s/edit-organization-modal/edit-organization-modal.ctrl.js
+0
-0
edit-organization-shareholder-modal.ctrl.js
...eholder-modal/edit-organization-shareholder-modal.ctrl.js
+2
-2
No files found.
atms-api/src/main/java/pwc/taxtech/atms/controller/OrganizationHKController.java
View file @
cc4dccc8
...
...
@@ -171,7 +171,7 @@ public class OrganizationHKController {
return
organizationHKService
.
deleteAttachment
(
attachmentId
);
}
// @RequestMapping(value = "getShareholders",method = RequestMethod.GET)
// @RequestMapping(value = "getShareholders",method = RequestMethod.GET)
// public @ResponseBody OperationResultDto<OrgShareholdersDto> getShareholders(@RequestParam Long orgId){
// logger.info("GET /api/v1/orgHK/getShareholders");
// return organizationHKService.getShareholders(orgId);
...
...
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.ctrl.js
View file @
cc4dccc8
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/common/controls/edit-organization-shareholder-modal/edit-organization-shareholder-modal.ctrl.js
View file @
cc4dccc8
...
...
@@ -192,8 +192,8 @@ commonModule.controller('editOrganizationShareholderModalController', ['$scope',
$scope
.
dropdownDatasource
=
{
// investmentEntityTypeList: [],
ownershipFormTypeList
:
constant
.
organizationHK
.
OwnershipForm
,
commonOrPreferredTypeList
:
[{
id
:
"1"
,
name
:
'Commmon'
},
{
id
:
"2"
,
name
:
'Preferred'
}]
,
classOfSharesTypeList
:
[{
id
:
"1"
,
name
:
'A'
},
{
id
:
"2"
,
name
:
'B'
}]
commonOrPreferredTypeList
:
constant
.
organizationHK
.
commonOrPreferredType
,
classOfSharesTypeList
:
constant
.
organizationHK
.
classOfSharesType
};
orgHKService
.
getOrgsListInfo
().
success
(
function
(
res
)
{
if
(
res
&&
res
.
result
)
{
...
...
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