Fairoj: Docs to be collected added

This commit is contained in:
saravanakumarkandasami 2019-08-26 20:03:47 +05:30
parent 60bae7b88f
commit eef135afcb
19 changed files with 36 additions and 32 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
#Tue Aug 20 13:29:23 IST 2019
#Wed Aug 21 15:18:03 IST 2019
base.0=S\:\\pd_office\\sineedgelenderapp\\platforms\\android\\app\\build\\intermediates\\transforms\\dex\\release\\0
path.0=classes.dex
renamed.0=classes.dex

View File

@ -176,7 +176,7 @@ document.getElementById(id).style.display = 'none';
<span class="mdl-layout-title">Lint Report: 3 errors</span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
Check performed at Tue Aug 20 13:29:08 IST 2019 </nav>
Check performed at Wed Aug 21 15:18:01 IST 2019 </nav>
</div>
</header>
<div class="mdl-layout__drawer">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -184,7 +184,28 @@ inWords(event){
// this.state = this.state.records;
// }
// });
/**User profile */
/**product and subprodcut */
this.pddetails.getproductandsubpro().subscribe(res=>
{
this.proname = res;
if(this.proname.dataStatus == true)
{
if(this.lenderName == 'CLIX'){
let getProductAbbr = this.proname.records.map(dval => dval.product_abbr);
let ClixProductAbbr = ['BL','LAEP'];
let FilteredAbbr: any = [];
FilteredAbbr = ClixProductAbbr.map(x => {
let findIndex = getProductAbbr.indexOf(x);
return this.proname.records[findIndex];
});
this.proname = FilteredAbbr.length > 0 ? FilteredAbbr : this.proname.records;
}
else{
this.proname = this.proname.records;
}
}
/**User profile */
let userid = this.aws.getlocale();
this.aws.getuserprofile(userid).subscribe(res=>
{
@ -205,8 +226,12 @@ inWords(event){
if(this.users.short_name == "IIB"){
this.pdforms.controls['proName'].setValue("3")
this.pdforms.controls['pdType'].setValue("1")
this.getsubproduct("3")
}
})
})
this.qustCat.getcommondrop('TITLES').subscribe(res=>{
if(res['dataStatus']==true){
@ -220,28 +245,7 @@ inWords(event){
this.stateVal=this.state.slice();
}
})
/**product and subprodcut */
this.pddetails.getproductandsubpro().subscribe(res=>
{
this.proname = res;
if(this.proname.dataStatus == true)
{
if(this.lenderName == 'CLIX'){
let getProductAbbr = this.proname.records.map(dval => dval.product_abbr);
let ClixProductAbbr = ['BL','LAEP'];
let FilteredAbbr: any = [];
FilteredAbbr = ClixProductAbbr.map(x => {
let findIndex = getProductAbbr.indexOf(x);
return this.proname.records[findIndex];
});
this.proname = FilteredAbbr.length > 0 ? FilteredAbbr : this.proname.records;
}
else{
this.proname = this.proname.records;
}
}
})
/**customer segment */
this.pddetails.getcustomerseg().subscribe(res=>
{

View File

@ -50,7 +50,7 @@ export class ConstantsProvider {
lenUserPoolId: "ap-south-1_hFiGyr1Gw", // Username
lenClientId: "38v9rpp1495v60e1gd14mj6rjr", // ClientName for Mobile
}
return production;
return testing;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long