supplier : ps
This commit is contained in:
parent
ba71f47504
commit
31b2e9a46a
@ -348,7 +348,7 @@
|
||||
</div>
|
||||
</mat-card>
|
||||
<mat-card *ngIf="servicingForm">
|
||||
<h5 style="margin: 12px;padding:10px !important;">Service Provider Product Details</h5>
|
||||
<h5 style="margin: 12px;padding:10px !important;">Service Provider Details</h5>
|
||||
<div formArrayName="servicing_details">
|
||||
<div *ngFor="let item of _supplierQuesFrom.controls.servicing_details['controls']; let i=index"
|
||||
[formGroupName]="i">
|
||||
|
||||
@ -452,7 +452,7 @@ export class SupplierInfoComponent implements OnInit {
|
||||
|
||||
} else {
|
||||
datas.forEach((val, inx) => {
|
||||
this.checkCard(val.trade_product_payment_type, 3, inx);
|
||||
this.checkCard(val.service_provider_payment_type, 3, inx);
|
||||
control.push(this.initServiceProviders(val));
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user