АЖ
Size: a a a
АЖ
AB
AT
AB
AS
AB
YS
AB
AS
ap
<select *ngIf="bus.isEdit" class="browser-default custom-select order_type"
[(ngModel)]="task.reportType" #reportType="ngModel"
(change)="saveBaseDocumentDraft()" [disabled]="!isAllowEditTask(taskIndex)"
[ngClass]="{'error-field': errorObject['task_' + taskIndex + '.reportType']}">
<option [value]="selectTaskData[0]" selected disabled hidden>{{ selectTaskData[0].name }}</option>
<option *ngFor="let item of selectTaskData" [ngValue]="item"
[attr.selected]=item.selected [value]="item.type">{{ item.name }}</option>
</select>
ap
ap
AS
YS
AS
AT
R
R

S

R