<!------------------------------------------------------------------------- DATOS GENERALES ------------------------------------------------------------------------------>
<!------------------------------------------------------------------------- DATOS GENERALES ------------------------------------------------------------------------------>
<!------------------------------------------------------------------------- LISTADO DE PASAJES ---------------------------------------------------------------------------->
<input matInput formControlName="pasajeTotal" placeholder="Calculo final del pasaje" value="" readonly>
<input matInput formControlName="pasajeTotal" placeholder="Calculo final del pasaje" value="" readonly>
</mat-form-field>
</mat-form-field>
...
@@ -79,9 +103,6 @@
...
@@ -79,9 +103,6 @@
<mat-option *ngFor="let option of this.sede_list" [value]="option?.value">
<mat-option *ngFor="let option of this.sede_list" [value]="option?.value">
{{option?.viewValue}}
{{option?.viewValue}}
</mat-option>
</mat-option>
<!--<mat-option *ngFor="let option of this.sede_list" [value]="option?.codlocal">
{{option?.deslocal}}
</mat-option> -->
</mat-select>
</mat-select>
</mat-form-field>
</mat-form-field>
</ng-container>
</ng-container>
...
@@ -166,7 +187,9 @@
...
@@ -166,7 +187,9 @@
</table>
</table>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!------------------------------------------------------------------------- LISTADO DE PASAJES ---------------------------------------------------------------------------->