Commit 99c9b754 authored by frank.xa.zhang's avatar frank.xa.zhang

fixed entity page-- frank

parent eb4ff044
...@@ -83,12 +83,8 @@ ...@@ -83,12 +83,8 @@
{{selectCompany.name | limitString:50}}</p> {{selectCompany.name | limitString:50}}</p>
</div> </div>
<div class="right-option"> <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]"
<button type="button" id="organizationIsActiveBtn" class="btn" ng-click="updateIsActive()" ng-disabled="!isCanOrganizationIsActiveBtn"><i ng-show="selectCompany.isActive" class="material-icons stop">block</i>{{selectCompany.isActiveStr}}
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> </button>
<span class="right-operate"></span> <span class="right-operate"></span>
</div> </div>
......
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li class="active"> <li class="active">
<a href="#basicdata" data-toggle="tab"> <a href="#basicdata" data-toggle="tab">
{{'OrganizationBasicData' | translate}} {{'FundamentalInfo' | translate}}
<span class="glyphicon glyphicon-exclamation-sign" ng-if="isShowBasic"></span> <span class="glyphicon glyphicon-exclamation-sign" ng-if="isShowBasic"></span>
</a> </a>
</li> </li>
<li> <li>
<a href="#advancedOptions" data-toggle="tab"> <a href="#advancedOptions" data-toggle="tab">
{{'OrganizationAdvancedOptions' | translate}} {{'ShareholderInfo' | translate}}
<span class="glyphicon glyphicon-exclamation-sign" ng-if="isShowAdvanced"></span> <span class="glyphicon glyphicon-exclamation-sign" ng-if="isShowAdvanced"></span>
</a> </a>
</li> </li>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<form class="form-horizontal" id="orgControlForm" name="orgControlForm"> <form class="form-horizontal" id="orgControlForm" name="orgControlForm">
<div class="local"> <div class="local">
<div style="margin-left: 20px;margin-top: 20px"> <div style="margin-left: 20px;margin-top: 20px">
<span style="font-weight: bold;font-size: large;">{{'entityInfo'|translate}}</span> <span style="font-weight: bold;font-size: large;">{{'EntityInfo'|translate}}</span>
</div> </div>
<div class="bottom-row"> <div class="bottom-row">
<div class="quarter-div leftUp"> <div class="quarter-div leftUp">
...@@ -129,8 +129,7 @@ ...@@ -129,8 +129,7 @@
<div class="quarter-div rightUp"> <div class="quarter-div rightUp">
<!--businessLicense--> <!--businessLicense-->
<div class="form-group"> <div class="form-group">
<label for="businessLicense" class="col-sm-3 control-label"><span <label for="businessLicense" class="col-sm-3 control-label"><span class="must-input">*</span>{{'businessLicense' | translate}}:</label>
class="must-input">*</span>{{'businessLicense' | translate}}:</label>
<div class="col-sm-9" <div class="col-sm-9"
ng-class="{'has-error':orgControlForm.businessLicense.$invalid && (orgControlForm.businessLicense.$dirty || orgControlForm.$submitted)}"> ng-class="{'has-error':orgControlForm.businessLicense.$invalid && (orgControlForm.businessLicense.$dirty || orgControlForm.$submitted)}">
<input class="form-control localRequired" name="businessLicense" <input class="form-control localRequired" name="businessLicense"
...@@ -240,18 +239,10 @@ ...@@ -240,18 +239,10 @@
<!--Equity information--> <!--Equity information-->
<div class="label-current-holding"> <div class="label-current-holding">
<label class="basic-label" style="font-weight: bold;font-size: large;">{{'ShareHolder' | translate}}</label> <label class="basic-label" style="font-weight: bold;font-size: large;">{{'ShareHolder' | translate}}</label>
</div> <button type="button" class="btn btn-in-grid" style="width: 117px;float:right" ng-click="addEquity()">
<div class="right-option">
<button type="button" class="btn btn-in-grid" style="width: 117px;" ng-click="addEquity()">
<i class="material-icons middle">create</i>{{'Create' | translate}} <i class="material-icons middle">create</i>{{'Create' | translate}}
</button> </button>
</div> </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 class="dx-viewport grid-container">
<div id="equityGridContainer" dx-data-grid="equityGridOptions" style="margin-top: 10px;"> <div id="equityGridContainer" dx-data-grid="equityGridOptions" style="margin-top: 10px;">
</div> </div>
...@@ -260,18 +251,10 @@ ...@@ -260,18 +251,10 @@
<!--Direcotr information--> <!--Direcotr information-->
<div class="label-director"> <div class="label-director">
<label class="basic-label" style="font-weight: bold;font-size: large;">{{'DirectorInfo' | translate}}</label> <label class="basic-label" style="font-weight: bold;font-size: large;">{{'DirectorInfo' | translate}}</label>
</div> <button type="button" class="btn btn-in-grid" style="width: 117px;float:right" ng-click="addDirector()">
<div class="right-option">
<button type="button" class="btn btn-in-grid" style="width: 117px;" ng-click="addDirector()">
<i class="material-icons middle">create</i>{{'Create' | translate}} <i class="material-icons middle">create</i>{{'Create' | translate}}
</button> </button>
</div> </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 class="dx-viewport grid-container">
<div id="DirectorGridContainer" dx-data-grid="directorGridOptions" style="margin-top: 10px;"> <div id="DirectorGridContainer" dx-data-grid="directorGridOptions" style="margin-top: 10px;">
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment