build_app
This commit is contained in:
parent
8b14424730
commit
3aecd0c66f
@ -96,6 +96,21 @@ addCustomMenu( "Manufacturer","Manufacturer", "Transcations");
|
||||
addCustomMenu( "Deployment_type","Deployment_type", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Customer_information","Customer_information", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Types","Types", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Product","Product", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Manufacturer","Manufacturer", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Deployment_type","Deployment_type", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Customer_information","Customer_information", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ private String deployment_typename;
|
||||
|
||||
|
||||
|
||||
private Boolean busbar_monitoring;
|
||||
private Boolean ups_monitoring;
|
||||
|
||||
|
||||
|
||||
@ -96,18 +96,22 @@ private Boolean dg_monitoring_without_fule;
|
||||
|
||||
|
||||
|
||||
private Boolean ups_monitoring;
|
||||
|
||||
|
||||
|
||||
private Boolean apfc_panel_monitoring;
|
||||
|
||||
|
||||
|
||||
private Boolean busbar_monitoring;
|
||||
|
||||
|
||||
|
||||
private Boolean lt_panel_monitoring;
|
||||
|
||||
|
||||
|
||||
private Boolean water_management_stp_etp;
|
||||
|
||||
|
||||
|
||||
private Boolean ht_panel_monitoring;
|
||||
|
||||
|
||||
@ -123,10 +127,6 @@ private Boolean compressed_air__lpg_n2_o2_co2;
|
||||
private Boolean water_management_water_monitoring;
|
||||
|
||||
|
||||
|
||||
private Boolean water_management_stp_etp;
|
||||
|
||||
|
||||
|
||||
private int quantity;
|
||||
|
||||
|
||||
@ -213,7 +213,7 @@ old.setDeployment_type(data.getDeployment_type());
|
||||
|
||||
|
||||
|
||||
old.setBusbar_monitoring(data.getBusbar_monitoring());
|
||||
old.setUps_monitoring(data.getUps_monitoring());
|
||||
|
||||
|
||||
|
||||
@ -221,11 +221,11 @@ old.setActive_energy(data.getActive_energy());
|
||||
|
||||
|
||||
|
||||
old.setWater_management_stp_etp(data.getWater_management_stp_etp());
|
||||
old.setDg_monitoring__with_fule(data.getDg_monitoring__with_fule());
|
||||
|
||||
|
||||
|
||||
old.setDg_monitoring__with_fule(data.getDg_monitoring__with_fule());
|
||||
old.setWater_management_stp_etp(data.getWater_management_stp_etp());
|
||||
|
||||
|
||||
|
||||
@ -233,11 +233,11 @@ old.setDg_monitoring_without_fule(data.getDg_monitoring_without_fule());
|
||||
|
||||
|
||||
|
||||
old.setUps_monitoring(data.getUps_monitoring());
|
||||
old.setApfc_panel_monitoring(data.getApfc_panel_monitoring());
|
||||
|
||||
|
||||
|
||||
old.setApfc_panel_monitoring(data.getApfc_panel_monitoring());
|
||||
old.setBusbar_monitoring(data.getBusbar_monitoring());
|
||||
|
||||
|
||||
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' dg_monitoring_without_fule'"> <ng-container *clrDgHideableColumn="{hidden: false}"> dg monitoring without fule
|
||||
<clr-dg-column [clrDgField]="' busbar_monitoring'"> <ng-container *clrDgHideableColumn="{hidden: false}"> busbar monitoring
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
|
||||
@ -76,6 +76,11 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' dg_monitoring_without_fule'"> <ng-container *clrDgHideableColumn="{hidden: false}"> dg monitoring without fule
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' ups_monitoring'"> <ng-container *clrDgHideableColumn="{hidden: false}"> ups monitoring
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
@ -86,11 +91,6 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' busbar_monitoring'"> <ng-container *clrDgHideableColumn="{hidden: false}"> busbar monitoring
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' lt_panel_monitoring'"> <ng-container *clrDgHideableColumn="{hidden: false}"> lt panel monitoring
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
@ -101,6 +101,11 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' water_management_stp_etp'"> <ng-container *clrDgHideableColumn="{hidden: false}"> water management stp/etp
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' compressed_air_gag_monitoring'"> <ng-container *clrDgHideableColumn="{hidden: false}"> compressed air gag monitoring
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
@ -115,11 +120,6 @@
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
|
||||
|
||||
<clr-dg-column [clrDgField]="' water_management_stp_etp'"> <ng-container *clrDgHideableColumn="{hidden: false}"> water management stp/etp
|
||||
</ng-container></clr-dg-column>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.lt_panel_monitoring}}</clr-dg-cell>
|
||||
<clr-dg-cell>{{user.ups_monitoring}}</clr-dg-cell>
|
||||
|
||||
|
||||
|
||||
@ -193,14 +193,6 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.ups_monitoring}}</clr-dg-cell>
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.water_management_stp_etp}}</clr-dg-cell>
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.apfc_panel_monitoring}}</clr-dg-cell>
|
||||
|
||||
|
||||
@ -209,6 +201,10 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.lt_panel_monitoring}}</clr-dg-cell>
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.ht_panel_monitoring}}</clr-dg-cell>
|
||||
|
||||
|
||||
@ -221,6 +217,10 @@
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.water_management_stp_etp}}</clr-dg-cell>
|
||||
|
||||
|
||||
|
||||
<clr-dg-cell>{{user.water_management_water_monitoring}}</clr-dg-cell>
|
||||
|
||||
|
||||
@ -557,8 +557,8 @@
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="dg_monitoring__with_fule" name="dg_monitoring__with_fule" [(ngModel)]="rowSelected.dg_monitoring__with_fule" class="clr-checkbox" />
|
||||
<label for="dg_monitoring__with_fule" class="clr-control-label"> dg monitoring with fule</label> </div>
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="ht_panel_monitoring" name="ht_panel_monitoring" [(ngModel)]="rowSelected.ht_panel_monitoring" class="clr-checkbox" />
|
||||
<label for="ht_panel_monitoring" class="clr-control-label"> ht panel monitoring</label> </div>
|
||||
|
||||
|
||||
|
||||
@ -571,6 +571,13 @@
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="dg_monitoring__with_fule" name="dg_monitoring__with_fule" [(ngModel)]="rowSelected.dg_monitoring__with_fule" class="clr-checkbox" />
|
||||
<label for="dg_monitoring__with_fule" class="clr-control-label"> dg monitoring with fule</label> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="dg_monitoring_without_fule" name="dg_monitoring_without_fule" [(ngModel)]="rowSelected.dg_monitoring_without_fule" class="clr-checkbox" />
|
||||
<label for="dg_monitoring_without_fule" class="clr-control-label"> dg monitoring without fule</label> </div>
|
||||
|
||||
@ -606,20 +613,6 @@
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="water_management_stp_etp" name="water_management_stp_etp" [(ngModel)]="rowSelected.water_management_stp_etp" class="clr-checkbox" />
|
||||
<label for="water_management_stp_etp" class="clr-control-label"> water management stp/etp</label> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="ht_panel_monitoring" name="ht_panel_monitoring" [(ngModel)]="rowSelected.ht_panel_monitoring" class="clr-checkbox" />
|
||||
<label for="ht_panel_monitoring" class="clr-control-label"> ht panel monitoring</label> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="compressed_air_gag_monitoring" name="compressed_air_gag_monitoring" [(ngModel)]="rowSelected.compressed_air_gag_monitoring" class="clr-checkbox" />
|
||||
<label for="compressed_air_gag_monitoring" class="clr-control-label"> compressed air gag monitoring</label> </div>
|
||||
|
||||
@ -627,6 +620,13 @@
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="water_management_stp_etp" name="water_management_stp_etp" [(ngModel)]="rowSelected.water_management_stp_etp" class="clr-checkbox" />
|
||||
<label for="water_management_stp_etp" class="clr-control-label"> water management stp/etp</label> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper"> <input type="checkbox" id="compressed_air__lpg_n2_o2_co2" name="compressed_air__lpg_n2_o2_co2" [(ngModel)]="rowSelected.compressed_air__lpg_n2_o2_co2" class="clr-checkbox" />
|
||||
<label for="compressed_air__lpg_n2_o2_co2" class="clr-control-label"> compressed air lpg n2 o2 co2</label> </div>
|
||||
|
||||
@ -877,8 +877,8 @@
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper">
|
||||
<input type="checkbox" id="dg_monitoring_without_fule" formControlName="dg_monitoring_without_fule" class="clr-checkbox" />
|
||||
<label for="dg_monitoring_without_fule" class="clr-control-label">dg monitoring without fule</label> </div>
|
||||
<input type="checkbox" id="busbar_monitoring" formControlName="busbar_monitoring" class="clr-checkbox" />
|
||||
<label for="busbar_monitoring" class="clr-control-label">busbar monitoring</label> </div>
|
||||
|
||||
|
||||
|
||||
@ -894,6 +894,12 @@
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper">
|
||||
<input type="checkbox" id="dg_monitoring_without_fule" formControlName="dg_monitoring_without_fule" class="clr-checkbox" />
|
||||
<label for="dg_monitoring_without_fule" class="clr-control-label">dg monitoring without fule</label> </div>
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper">
|
||||
<input type="checkbox" id="ups_monitoring" formControlName="ups_monitoring" class="clr-checkbox" />
|
||||
<label for="ups_monitoring" class="clr-control-label">ups monitoring</label> </div>
|
||||
@ -907,14 +913,14 @@
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper">
|
||||
<input type="checkbox" id="busbar_monitoring" formControlName="busbar_monitoring" class="clr-checkbox" />
|
||||
<label for="busbar_monitoring" class="clr-control-label">busbar monitoring</label> </div>
|
||||
<input type="checkbox" id="lt_panel_monitoring" formControlName="lt_panel_monitoring" class="clr-checkbox" />
|
||||
<label for="lt_panel_monitoring" class="clr-control-label">lt panel monitoring</label> </div>
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper">
|
||||
<input type="checkbox" id="lt_panel_monitoring" formControlName="lt_panel_monitoring" class="clr-checkbox" />
|
||||
<label for="lt_panel_monitoring" class="clr-control-label">lt panel monitoring</label> </div>
|
||||
<input type="checkbox" id="water_management_stp_etp" formControlName="water_management_stp_etp" class="clr-checkbox" />
|
||||
<label for="water_management_stp_etp" class="clr-control-label">water management stp/etp</label> </div>
|
||||
|
||||
|
||||
|
||||
@ -941,12 +947,6 @@
|
||||
<label for="water_management_water_monitoring" class="clr-control-label">water management water monitoring</label> </div>
|
||||
|
||||
|
||||
|
||||
<div class="clr-checkbox-wrapper">
|
||||
<input type="checkbox" id="water_management_stp_etp" formControlName="water_management_stp_etp" class="clr-checkbox" />
|
||||
<label for="water_management_stp_etp" class="clr-control-label">water management stp/etp</label> </div>
|
||||
|
||||
|
||||
</div> </div> </div>
|
||||
<!-- multiselect checkbox field end -->
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ deployment_type : [null],
|
||||
|
||||
|
||||
|
||||
dg_monitoring__with_fule:[false],
|
||||
dg_monitoring_without_fule:[false],
|
||||
|
||||
|
||||
|
||||
@ -94,11 +94,7 @@ active_energy:[false],
|
||||
|
||||
|
||||
|
||||
water_management_stp_etp:[false],
|
||||
|
||||
|
||||
|
||||
dg_monitoring_without_fule:[false],
|
||||
dg_monitoring__with_fule:[false],
|
||||
|
||||
|
||||
|
||||
@ -106,6 +102,10 @@ ups_monitoring:[false],
|
||||
|
||||
|
||||
|
||||
water_management_stp_etp:[false],
|
||||
|
||||
|
||||
|
||||
apfc_panel_monitoring:[false],
|
||||
|
||||
|
||||
|
||||
@ -3,6 +3,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import { TypesComponent } from './BuilderComponents/basicp1/Types/Types.component';
|
||||
import { ProductComponent } from './BuilderComponents/basicp1/Product/Product.component';
|
||||
import { ManufacturerComponent } from './BuilderComponents/basicp1/Manufacturer/Manufacturer.component';
|
||||
@ -276,6 +281,16 @@ const routes: Routes = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Types',component:TypesComponent},
|
||||
|
||||
|
||||
|
||||
@ -3,6 +3,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import { TypesComponent } from './BuilderComponents/basicp1/Types/Types.component';
|
||||
import { ProductComponent } from './BuilderComponents/basicp1/Product/Product.component';
|
||||
import { ManufacturerComponent } from './BuilderComponents/basicp1/Manufacturer/Manufacturer.component';
|
||||
@ -149,6 +154,16 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
TypesComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user