issues : ps

This commit is contained in:
venbatechnologies@gmail.com 2018-12-22 12:57:47 +05:30
parent 36f04d383d
commit 11ed4e195c
2 changed files with 6 additions and 6 deletions

View File

@ -539,8 +539,8 @@
</mat-select> </mat-select>
<!-- <input matInput placeholder="What is the EMI amount ?" formControlName="any_other_asset_loan" autocomplete="off"> --> <!-- <input matInput placeholder="What is the EMI amount ?" formControlName="any_other_asset_loan" autocomplete="off"> -->
</mat-form-field> </mat-form-field>
<mat-form-field class="ml-xs example-full-width" *ngIf="detail.get(any_other_asset_loan).value == 'yes'"> <!-- <mat-form-field class="ml-xs example-full-width" *ngIf="detail.get(any_other_asset_loan).value == 'yes'"> -->
<!-- <mat-form-field class="ml-xs example-full-width"> --> <mat-form-field class="ml-xs example-full-width">
<input matInput placeholder="What is the EMI amount ?" formControlName="other_asset_emi_amt" autocomplete="off"> <input matInput placeholder="What is the EMI amount ?" formControlName="other_asset_emi_amt" autocomplete="off">
<!-- <span matSuffix>.00</span> --> <!-- <span matSuffix>.00</span> -->
</mat-form-field> </mat-form-field>

View File

@ -378,10 +378,10 @@ getM_sourceofamount() {
} }
submitLoanDetails() { submitLoanDetails() {
console.log('formData', this.loanDetailsForm.value); console.log('formData', this.loanDetailsForm.value);
if (!this.loanDetailsForm.valid) { // if (!this.loanDetailsForm.valid) {
//this.notifier.notify('warning', 'Form Invaild Check all requried Field .!'); // //this.notifier.notify('warning', 'Form Invaild Check all requried Field .!');
return; // return;
} // }
let records: any = {}; let records: any = {};
records.pdid = this.pdid; records.pdid = this.pdid;
records.formid = this.form_id; records.formid = this.form_id;