This commit is contained in:
venbatechnologies@gmail.com 2019-01-25 18:23:18 +05:30
commit 22896ca1c7
11 changed files with 17 additions and 17 deletions

View File

@ -23,7 +23,7 @@
"@angular/forms": "^6.0.0-rc.5",
"@angular/http": "^6.0.0-rc.5",
"@angular/material": "^6.0.0-rc.5",
"@angular/material-moment-adapter": "^7.1.1",
"@angular/material-moment-adapter": "^6.0.0-rc.5",
"@angular/platform-browser": "^6.0.0-rc.5",
"@angular/platform-browser-dynamic": "^6.0.0-rc.5",
"@angular/router": "^6.0.0-rc.5",

View File

@ -1,5 +1,5 @@
<mat-card-content>
<mat-expansion-panel [(expanded)]="xpandStatus">
<!-- <mat-expansion-panel [(expanded)]="xpandStatus">
<mat-expansion-panel-header>
<mat-panel-title class="text-xs-left">
<h6 class="mt-0">
@ -59,7 +59,7 @@
</mat-list>
</mat-expansion-panel>
<br/>
<br/> -->
<mat-table [dataSource]="dataSourceTab1" matSort *ngIf="PdListData.length > 0">
<ng-container matColumnDef="PDType">

View File

@ -66,7 +66,7 @@ export class AllPdComponent implements OnInit, OnChanges {
ngOnInit() {
this.recordStatus=false;
// this.loadPDDetails();
this.getcommonDropDown();
//this.getcommonDropDown();
}
ngAfterViewInit() {
this.dataSourceTab1.paginator = this.paginator;

View File

@ -1,6 +1,6 @@
<mat-card-content>
<mat-expansion-panel>
<!-- <mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-title class="text-xs-left">
<h6 class="mt-0"><mat-icon>filter_list</mat-icon> Filter</h6>
@ -59,7 +59,7 @@
</mat-list>
</mat-expansion-panel>
<br/>
<br/> -->
<mat-table [dataSource]="dataSourceTab4" matSort *ngIf="completedPdListData.length > 0" >

View File

@ -66,7 +66,7 @@ export class CompletedPdComponent implements OnInit, OnChanges {
ngOnInit() {
this.recordStatus=false;
// this.loadPDDetails();
this.getcommonDropDown();
// this.getcommonDropDown();
}
ngAfterViewInit() {
this.dataSourceTab4.paginator = this.paginator;

View File

@ -1,5 +1,5 @@
<mat-card-content>
<mat-expansion-panel [(expanded)]="xpandStatus">
<!-- <mat-expansion-panel [(expanded)]="xpandStatus">
<mat-expansion-panel-header >
<mat-panel-title class="text-xs-left">
<h6 class="mt-0"><mat-icon>filter_list</mat-icon> Filter</h6>
@ -58,7 +58,7 @@
</mat-list>
</mat-expansion-panel>
<br/>
<br/> -->
<mat-table [dataSource]="dataSourceTab2" matSort *ngIf="progressPdListData.length > 0" >
<ng-container matColumnDef="PDType">
<mat-cell fxFlex="15" class="cell" style="text-align: center" *matCellDef="let details;">

View File

@ -60,7 +60,7 @@ export class InprogressPdComponent implements OnInit, OnChanges {
ngOnInit() {
this.recordStatus=false;
// this.loadPDDetails();
this.getcommonDropDown();
// this.getcommonDropDown();
}
ngAfterViewInit() {
this.dataSourceTab2.paginator = this.paginator;

View File

@ -1,5 +1,5 @@
<mat-card-content>
<mat-expansion-panel [(expanded)]="xpandStatus">
<!-- <mat-expansion-panel [(expanded)]="xpandStatus">
<mat-expansion-panel-header>
<mat-panel-title class="text-xs-left">
<h6 class="mt-0"><mat-icon>filter_list</mat-icon> Filter</h6>
@ -58,7 +58,7 @@
</mat-list>
</mat-expansion-panel>
<br/>
<br/> -->
<mat-table [dataSource]="dataSourceTab5" matSort *ngIf="qcCompletedPdListData.length > 0" >
<ng-container matColumnDef="PDType">
<mat-cell fxFlex="15" class="cell" style="text-align: center" *matCellDef="let details;">

View File

@ -64,7 +64,7 @@ export class QcCompletedPdComponent implements OnInit, OnChanges {
ngOnInit() {
this.recordStatus = false;
// this.loadPDDetails();
this.getcommonDropDown();
// this.getcommonDropDown();
}
ngAfterViewInit() {
this.dataSourceTab5.paginator = this.paginator;

View File

@ -1,5 +1,5 @@
<mat-card-content>
<mat-expansion-panel [(expanded)]="xpandStatus">
<!-- <mat-expansion-panel [(expanded)]="xpandStatus">
<mat-expansion-panel-header>
<mat-panel-title class="text-xs-left">
<h6 class="mt-0"><mat-icon>filter_list</mat-icon> Filter</h6>
@ -58,7 +58,7 @@
</mat-list>
</mat-expansion-panel>
<br/>
<br/> -->
<mat-table [dataSource]="dataSourceTab3" matSort *ngIf="scheduledPdListData.length > 0" >
<ng-container matColumnDef="PDType">
<mat-cell fxFlex="15" class="cell" style="text-align: center" *matCellDef="let details;">

View File

@ -61,7 +61,7 @@ export class ScheduledPdComponent implements OnInit, OnChanges {
ngOnInit() {
this.recordStatus=false;
// this.loadPDDetails();
this.getcommonDropDown();
//this.getcommonDropDown();
}
ngAfterViewInit() {
this.dataSourceTab3.paginator = this.paginator;