edit
This commit is contained in:
		| @ -114,8 +114,9 @@ | ||||
|       <st #invoiceST [data]="service.$api_get_invoice_details" [columns]="invoiceColumns" size="small" bordered="true" | ||||
|         [page]="{}" [req]="{ process: beforeReq }" [loading]="false" [scroll]="{ x: '1200px', y: '250px' }"> | ||||
|         <ng-template st-row="vatname" let-item let-index="index"> | ||||
|           <nz-select *ngIf="isEdit" [ngModel]="item.owner" | ||||
|           <nz-select *ngIf="isEdit" [ngModel]="item.vatname" | ||||
|             (ngModelChange)="invoiceST.setRow(index, { vatname: $event })" style="width: 100%"> | ||||
|             <nz-option [nzValue]="item.value" [nzLabel]="item.label" *ngFor="let item of services"></nz-option> | ||||
|           </nz-select> | ||||
|           <ng-container *ngIf="!isEdit">{{ item.vatname }}</ng-container> | ||||
|         </ng-template> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user