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
8a9ab692
Commit
8a9ab692
authored
Jul 10, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed entity page-- frank
parent
726178ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
38 deletions
+49
-38
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+2
-0
edit-organization-director-modal.html
...tion-director-modal/edit-organization-director-modal.html
+47
-38
No files found.
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
8a9ab692
...
...
@@ -387,6 +387,8 @@
<operate-log
is-show=
"isShowLog"
></operate-log>
<edit-organization-modal
operate-type=
"orgOperateType"
is-update=
"isOrgUpdate"
selected-organization=
"selectedOrg"
dimension-id=
"showAttributeDimensionID"
></edit-organization-modal>
<edit-organization-shareholder-modal
is-show=
"isShowShareholderModal"
parent-page=
".system-manage"
edit-model=
""
></edit-organization-shareholder-modal>
<edit-organization-director-modal
is-show=
"isShowDirectorModal"
parent-page=
".system-manage"
edit-model=
""
></edit-organization-director-modal>
<!--<edit-equity-modal operate-type="equityEditOperateType" is-update="isEquityUpdate"-->
<!--selected-organization="selectedOrg"></edit-equity-modal>-->
<!--<edit-equity-change-modal operate-type="equityChangeOperateType" is-update="isEquityChange"-->
...
...
atms-web/src/main/webapp/app/common/controls/edit-organization-director-modal/edit-organization-director-modal.html
View file @
8a9ab692
...
...
@@ -10,62 +10,71 @@
<
form
class
=
"form-horizontal"
id
=
"orgControlForm"
name
=
"orgControlForm"
>
<
div
class
=
"local"
>
<
div
class
=
"bottom-row"
>
<!--
investmentEntity
-->
<!--
directorName
-->
<
div
class
=
"form-group"
>
<
label
for
=
"investmentEntity"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'investmentEntity' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.name.$invalid && (orgControlForm.name.$dirty || orgControlForm.$submitted)}"
>
<
select
class
=
"form-control"
id
=
'investmentEntity'
name
=
"investmentEntity"
ng
-
model
=
"editOrgModel.investmentEntity"
ng
-
options
=
"item for item in investmentEntityTypeList"
>
<
option
value
=
""
>
{{
resources
.
investmentEntity
}}
<
/option
>
<
/select
>
<
label
for
=
"directorName"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'directorName' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.directorName.$invalid && (orgControlForm.directorName.$dirty || orgControlForm.$submitted)}"
>
<
input
class
=
"form-control localRequired"
id
=
"directorName"
ng
-
model
=
"editOrgModel.directorName"
name
=
"directorName"
placeholder
=
"{{resources.directorName}}"
ng
-
keyup
=
"directorNameKeyUp()"
maxlength
=
"100"
>
<
/div
>
<
/div
>
<!--
ownershipForm
-->
<!--
residency
-->
<
div
class
=
"form-group"
>
<
label
for
=
"ownershipForm"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'ownershipForm' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.ownershipForm.$invalid && (orgControlForm.ownershipForm.$dirty || orgControlForm.$submitted)}"
>
<
select
class
=
"form-control"
id
=
'ownershipForm'
name
=
"ownershipForm"
ng
-
model
=
"editOrgModel.ownershipForm"
ng
-
options
=
"item for item in ownershipFormTypeList"
>
<
option
value
=
""
>
{{
resources
.
ownershipForm
}}
<
/option
>
<
/select
>
<
label
for
=
"residency"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'residency' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.residency.$invalid && (orgControlForm.residency.$dirty || orgControlForm.$submitted)}"
>
<
input
class
=
"form-control localRequired"
id
=
"residency"
ng
-
model
=
"editOrgModel.residency"
name
=
"residency"
placeholder
=
"{{resources.residency}}"
ng
-
keyup
=
"residencyKeyUp()"
maxlength
=
"100"
>
<
/div
>
<
/div
>
<!--
commonOrPreferred
-->
<!--
dateOfAppointment
-->
<
div
class
=
"form-group"
>
<
label
for
=
"commonOrPreferred"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'commonOrPreferred' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.commonOrPreferred.$invalid && (orgControlForm.commonOrPreferred.$dirty || orgControlForm.$submitted)}"
>
<
select
class
=
"form-control"
id
=
'commonOrPreferred'
name
=
"commonOrPreferred"
ng
-
model
=
"editOrgModel.commonOrPreferred"
ng
-
options
=
"item for item in commonOrPreferredTypeList"
>
<
option
value
=
""
>
{{
resources
.
commonOrPreferred
}}
<
/option
>
<
/select
>
<
label
for
=
"dateOfAppointment"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'dateOfAppointment' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.dateOfAppointment.$invalid && (orgControlForm.dateOfAppointment.$dirty || orgControlForm.$submitted)}"
>
<
input
class
=
"form-control localRequired"
id
=
"dateOfAppointment"
ng
-
model
=
"editOrgModel.dateOfAppointment"
name
=
"dateOfAppointment"
placeholder
=
"{{resources.dateOfAppointment}}"
ng
-
keyup
=
"dateOfAppointmentKeyUp()"
maxlength
=
"100"
>
<
/div
>
<
/div
>
<!--
dateOfResignation
-->
<
div
class
=
"form-group"
>
<
label
for
=
"dateOfResignation"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'dateOfResignation' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.dateOfResignation.$invalid && (orgControlForm.dateOfResignation.$dirty || orgControlForm.$submitted)}"
>
<
input
class
=
"form-control localRequired"
id
=
"dateOfResignation"
ng
-
model
=
"editOrgModel.dateOfResignation"
name
=
"dateOfResignation"
placeholder
=
"{{resources.dateOfResignation}}"
ng
-
keyup
=
"dateOfResignationKeyUp()"
maxlength
=
"100"
>
<
/div
>
<
/div
>
<!--
classOfShares
-->
<!--
executive
-->
<
div
class
=
"form-group"
>
<
label
for
=
"classOfShares"
class
=
"col-sm-3 control-label"
><
span
class
=
"must-input"
>*<
/span>{{'classOfShares
' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.
classOfShares.$invalid && (orgControlForm.classOfShares
.$dirty || orgControlForm.$submitted)}"
>
<
select
class
=
"form-control"
id
=
'
classOfShares
'
name
=
"
classOfShares"
ng
-
model
=
"editOrgModel.classOfShares
"
ng
-
options
=
"item for item in
classOfShares
TypeList"
>
<
option
value
=
""
>
{{
resources
.
classOfShares
}}
<
/option
>
<
label
class
=
"col-sm-3 control-label"
for
=
"executive"
><
span
class
=
"must-input"
>*<
/span>{{'executive
' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.
executive.$invalid && (orgControlForm.executive
.$dirty || orgControlForm.$submitted)}"
>
<
select
class
=
"form-control"
id
=
'
executive
'
name
=
"
executive"
ng
-
model
=
"editOrgModel.executive
"
ng
-
options
=
"item for item in
executive
TypeList"
>
<
option
value
=
""
>
{{
resources
.
executive
}}
<
/option
>
<
/select
>
<
/div
>
<
/div
>
<!--
votingPercentage
-->
<!--
otherRoles
-->
<
div
class
=
"form-group"
>
<
label
class
=
"col-sm-3 control-label"
for
=
"votingPercentage"
><
span
class
=
"must-input"
>*<
/span>{{'votingPercentage' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.votingPercentage.$invalid && (orgControlForm.votingPercentage.$dirty || orgControlForm.$submitted)}"
>
<
input
class
=
"form-control localRequired"
id
=
"votingPercentage"
ng
-
model
=
"editOrgModel.votingPercentage"
name
=
"votingPercentage"
placeholder
=
"{{resources.votingPercentage}}"
ng
-
keyup
=
"votingPercentageKeyUp()"
maxlength
=
"100"
ng
-
pattern
=
"/^[0-9]+$/"
>
<
label
class
=
"col-sm-3 control-label"
for
=
"otherRoles"
><
span
class
=
"must-input"
>*<
/span>{{'otherRoles' | translate}}:</
label
>
<
div
class
=
"col-sm-9"
ng
-
class
=
"{'has-error':orgControlForm.otherRoles.$invalid && (orgControlForm.otherRoles.$dirty || orgControlForm.$submitted)}"
>
<
select
class
=
"form-control"
id
=
'otherRoles'
name
=
"otherRoles"
ng
-
model
=
"editOrgModel.otherRoles"
ng
-
options
=
"item for item in otherRolesTypeList"
>
<
option
value
=
""
>
{{
resources
.
otherRoles
}}
<
/option
>
<
/select
>
<
/div
>
<
/div
>
<
/div
>
...
...
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