Compare commits
1 Commits
68673baf99
...
dev_alex
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8fcf027d0 |
@@ -51,8 +51,12 @@ ion-item:active:after {
|
|||||||
</ion-card>
|
</ion-card>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<ng-container *ngIf="pcontracts?.length > 0">
|
||||||
|
<h2 text-capitalize style="padding-bottom: 0.5em">{{'contracts.header_1' | translate}}</h2>
|
||||||
|
</ng-container>
|
||||||
<ion-card *ngFor="let pcontract of pcontracts; let i = index">
|
<ion-card *ngFor="let pcontract of pcontracts; let i = index">
|
||||||
<ion-item>
|
<ion-item>
|
||||||
|
<ion-progress-bar type="indeterminate"></ion-progress-bar>
|
||||||
<ion-label>
|
<ion-label>
|
||||||
<h2 text-capitalize>{{ pcontract.category }}</h2>
|
<h2 text-capitalize>{{ pcontract.category }}</h2>
|
||||||
<p text-wrap><ion-icon name="search"></ion-icon> {{'contracts.postulating' | translate}}</p>
|
<p text-wrap><ion-icon name="search"></ion-icon> {{'contracts.postulating' | translate}}</p>
|
||||||
@@ -62,6 +66,9 @@ ion-item:active:after {
|
|||||||
<ion-button style="height: 3em; padding-left: 0.5em;" color="secondary" (click)="viewsuppliers(pcontract.id)">{{'contracts.viewsuppliers_1.1' | translate}}<br>{{'contracts.viewsuppliers_1.2' | translate}}</ion-button>
|
<ion-button style="height: 3em; padding-left: 0.5em;" color="secondary" (click)="viewsuppliers(pcontract.id)">{{'contracts.viewsuppliers_1.1' | translate}}<br>{{'contracts.viewsuppliers_1.2' | translate}}</ion-button>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
</ion-card>
|
</ion-card>
|
||||||
|
<ng-container *ngIf="ccontracts?.length > 0">
|
||||||
|
<h2 text-capitalize style="padding-bottom: 0.5em">{{'contracts.header_2' | translate}}</h2>
|
||||||
|
</ng-container>
|
||||||
<ng-container *ngFor="let ccontract of ccontracts; let i = index">
|
<ng-container *ngFor="let ccontract of ccontracts; let i = index">
|
||||||
<ion-card *ngIf="ccontract.status==1">
|
<ion-card *ngIf="ccontract.status==1">
|
||||||
<ion-item style="--border-color: #fff">
|
<ion-item style="--border-color: #fff">
|
||||||
|
|||||||
Reference in New Issue
Block a user