proc jobs
This commit is contained in:
@@ -45,6 +45,31 @@
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
</ion-content>
|
||||
<ion-footer>
|
||||
<ion-grid style="background-color: lightgray;">
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-button
|
||||
(click)="setCloseModal()"
|
||||
shape="round"
|
||||
size="small"
|
||||
color="danger">
|
||||
Close
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
<ion-col></ion-col>
|
||||
<ion-col>
|
||||
<!-- <ion-button-->
|
||||
<!-- shape="round"-->
|
||||
<!-- size="small"-->
|
||||
<!-- [disabled]="isProcessDisabled"-->
|
||||
<!-- (click)="processPayment(processor)">Assign Task </ion-button>-->
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
|
||||
|
||||
</ion-footer>
|
||||
</ng-template>
|
||||
</ion-modal>
|
||||
</div>
|
||||
|
||||
@@ -107,10 +107,35 @@
|
||||
<app-add-jobs></app-add-jobs>
|
||||
</ion-content>
|
||||
<ion-footer>
|
||||
<ion-toolbar>
|
||||
<ion-button [disabled]="isProcessDisabled" (click)="processPayment(processor)">Create Job </ion-button>
|
||||
</ion-toolbar>
|
||||
<ion-grid style="background-color: lightgray;">
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-button
|
||||
(click)="setCloseModal()"
|
||||
shape="round"
|
||||
size="small"
|
||||
color="danger">
|
||||
Close
|
||||
</ion-button>
|
||||
</ion-col>
|
||||
<ion-col></ion-col>
|
||||
<ion-col>
|
||||
<ion-button
|
||||
shape="round"
|
||||
size="small"
|
||||
(click)="processCreateJob()">Create Job</ion-button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
|
||||
|
||||
</ion-footer>
|
||||
|
||||
<!-- <ion-footer>-->
|
||||
<!-- <ion-toolbar>-->
|
||||
<!-- <ion-button [disabled]="isProcessDisabled" (click)="processPayment(processor)">Create Job </ion-button>-->
|
||||
<!-- </ion-toolbar>-->
|
||||
<!-- </ion-footer>-->
|
||||
</ng-template>
|
||||
|
||||
|
||||
|
||||
@@ -88,4 +88,9 @@ export class JoblistPage implements OnInit {
|
||||
this.isModalOpen = true;
|
||||
this.isModalOpenBackdrop= true;
|
||||
}
|
||||
|
||||
processCreateJob(){
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user