|
|
|
|
@ -17,6 +17,7 @@ import { QuotationAnalysisResponse } from '../models/quotationAnalysisRes';
|
|
|
|
|
styleUrls: ['./qutation-analysis.component.scss'],
|
|
|
|
|
})
|
|
|
|
|
export class QutationAnalysisComponent implements OnInit {
|
|
|
|
|
direction:string;
|
|
|
|
|
IsReachEnd: boolean = false;
|
|
|
|
|
P_PAGE_NUM: number = 1;
|
|
|
|
|
P_PAGE_LIMIT: number = 100;
|
|
|
|
|
@ -31,6 +32,7 @@ export class QutationAnalysisComponent implements OnInit {
|
|
|
|
|
public ts: TranslatorService,
|
|
|
|
|
private modalCtrl: ModalController,
|
|
|
|
|
public worklistService: WorklistService) {
|
|
|
|
|
this.direction = TranslatorService.getCurrentLanguageName();
|
|
|
|
|
this.getPassPOItemID = this.cs.sharedService.getSharedData('passPOInfo',false);
|
|
|
|
|
this.getPassPOHeaderID = this.cs.sharedService.getSharedData('passPOHeader',false);
|
|
|
|
|
this.getPassItemHistoreyList = this.cs.sharedService.getSharedData('passItemHisList',false);
|
|
|
|
|
|