issues : ps
This commit is contained in:
parent
36f04d383d
commit
11ed4e195c
@ -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>
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user