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
99c9b754
Commit
99c9b754
authored
Jul 09, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed entity page-- frank
parent
eb4ff044
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
29 deletions
+8
-29
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+2
-6
edit-organization-modal.ctrl.js
...s/edit-organization-modal/edit-organization-modal.ctrl.js
+0
-0
edit-organization-modal.html
...rols/edit-organization-modal/edit-organization-modal.html
+6
-23
No files found.
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
99c9b754
...
...
@@ -83,12 +83,8 @@
{{selectCompany.name | limitString:50}}
</p>
</div>
<div
class=
"right-option"
>
<!--<button type="button" class="btn btn-in-grid" style="width: 117px;" ng-click="updateOrg()" ng-if="hasEditPermission"><i class="material-icons middle">create</i>{{'Change' | translate}}</button>-->
<button
type=
"button"
id=
"organizationIsActiveBtn"
class=
"btn"
ng-class=
"{true:'btn-secondary', false:'btn-in-grid'}[!selectCompany.isActive]"
ng-click=
"updateIsActive()"
ng-disabled=
"!isCanOrganizationIsActiveBtn"
><i
ng-show=
"selectCompany.isActive"
class=
"material-icons stop"
>
block
</i>
{{selectCompany.isActiveStr}}
<button
type=
"button"
id=
"organizationIsActiveBtn"
class=
"btn"
ng-class=
"{true:'btn-secondary', false:'btn-in-grid'}[!selectCompany.isActive]"
ng-click=
"updateIsActive()"
ng-disabled=
"!isCanOrganizationIsActiveBtn"
><i
ng-show=
"selectCompany.isActive"
class=
"material-icons stop"
>
block
</i>
{{selectCompany.isActiveStr}}
</button>
<span
class=
"right-operate"
></span>
</div>
...
...
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.ctrl.js
View file @
99c9b754
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.html
View file @
99c9b754
...
...
@@ -13,13 +13,13 @@
<ul
class=
"nav nav-tabs"
>
<li
class=
"active"
>
<a
href=
"#basicdata"
data-toggle=
"tab"
>
{{'
OrganizationBasicData
' | translate}}
{{'
FundamentalInfo
' | translate}}
<span
class=
"glyphicon glyphicon-exclamation-sign"
ng-if=
"isShowBasic"
></span>
</a>
</li>
<li>
<a
href=
"#advancedOptions"
data-toggle=
"tab"
>
{{'
OrganizationAdvancedOptions
' | translate}}
{{'
ShareholderInfo
' | translate}}
<span
class=
"glyphicon glyphicon-exclamation-sign"
ng-if=
"isShowAdvanced"
></span>
</a>
</li>
...
...
@@ -30,7 +30,7 @@
<form
class=
"form-horizontal"
id=
"orgControlForm"
name=
"orgControlForm"
>
<div
class=
"local"
>
<div
style=
"margin-left: 20px;margin-top: 20px"
>
<span
style=
"font-weight: bold;font-size: large;"
>
{{'
e
ntityInfo'|translate}}
</span>
<span
style=
"font-weight: bold;font-size: large;"
>
{{'
E
ntityInfo'|translate}}
</span>
</div>
<div
class=
"bottom-row"
>
<div
class=
"quarter-div leftUp"
>
...
...
@@ -129,8 +129,7 @@
<div
class=
"quarter-div rightUp"
>
<!--businessLicense-->
<div
class=
"form-group"
>
<label
for=
"businessLicense"
class=
"col-sm-3 control-label"
><span
class=
"must-input"
>
*
</span>
{{'businessLicense' | translate}}:
</label>
<label
for=
"businessLicense"
class=
"col-sm-3 control-label"
><span
class=
"must-input"
>
*
</span>
{{'businessLicense' | translate}}:
</label>
<div
class=
"col-sm-9"
ng-class=
"{'has-error':orgControlForm.businessLicense.$invalid && (orgControlForm.businessLicense.$dirty || orgControlForm.$submitted)}"
>
<input
class=
"form-control localRequired"
name=
"businessLicense"
...
...
@@ -240,18 +239,10 @@
<!--Equity information-->
<div
class=
"label-current-holding"
>
<label
class=
"basic-label"
style=
"font-weight: bold;font-size: large;"
>
{{'ShareHolder' | translate}}
</label>
</div>
<div
class=
"right-option"
>
<button
type=
"button"
class=
"btn btn-in-grid"
style=
"width: 117px;"
ng-click=
"addEquity()"
>
<button
type=
"button"
class=
"btn btn-in-grid"
style=
"width: 117px;float:right"
ng-click=
"addEquity()"
>
<i
class=
"material-icons middle"
>
create
</i>
{{'Create' | translate}}
</button>
</div>
<div
class=
"current-holding-info"
>
<span
class=
"control-label"
><strong
class=
"label label-default"
title=
"{{EquitySumInfo.orgTotal}}"
></strong>
</span>
</div>
<div
class=
"dx-viewport grid-container"
>
<div
id=
"equityGridContainer"
dx-data-grid=
"equityGridOptions"
style=
"margin-top: 10px;"
>
</div>
...
...
@@ -260,18 +251,10 @@
<!--Direcotr information-->
<div
class=
"label-director"
>
<label
class=
"basic-label"
style=
"font-weight: bold;font-size: large;"
>
{{'DirectorInfo' | translate}}
</label>
</div>
<div
class=
"right-option"
>
<button
type=
"button"
class=
"btn btn-in-grid"
style=
"width: 117px;"
ng-click=
"addDirector()"
>
<button
type=
"button"
class=
"btn btn-in-grid"
style=
"width: 117px;float:right"
ng-click=
"addDirector()"
>
<i
class=
"material-icons middle"
>
create
</i>
{{'Create' | translate}}
</button>
</div>
<div
class=
"current-holding-info"
>
<span
class=
"control-label"
><strong
class=
"label label-default"
title=
"{{DirectorList.length}}"
></strong>
</span>
</div>
<div
class=
"dx-viewport grid-container"
>
<div
id=
"DirectorGridContainer"
dx-data-grid=
"directorGridOptions"
style=
"margin-top: 10px;"
>
</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