@if (gara && gara.gr_id > 0) {
{{ 'gara.title.upd' | translate }}:     {{ gara.gr_protocollo }} {{ companyname }}
} @if (gara && gara.gr_id == 0) {
{{ 'gara.title.add' | translate }} {{ companyname }}
}
@if (company.invalid && (company.dirty || company.touched)) {
{{ 'gara.lbl.company' | translate }} è obbligatorio
}
@if (anno.invalid && (anno.dirty || anno.touched)) {
{{ 'gara.lbl.anno' | translate }} è obbligatorio
}
@if (settore.invalid && (settore.dirty || settore.touched)) {
{{ 'gara.lbl.settore' | translate }} è obbligatorio
}
@if (tipoGaraCtrl.invalid && (tipoGaraCtrl.dirty || tipoGaraCtrl.touched)) {
{{ 'gara.lbl.tipo_gara' | translate }} è obbligatorio
}
@if (!gara_esistente) {
}
@if (data_scadenza.invalid && (data_scadenza.dirty || data_scadenza.touched)) {
{{ 'gara.lbl.data_scadenza' | translate }} è obbligatorio
}
@if (gara_esistente && gara.customer.id > 0) {
} @if (!gara_esistente || !gara.customer.id) {
@if (cliente.invalid && (cliente.dirty || cliente.touched)) {
{{ 'gara.lbl.cliente' | translate }} è obbligatorio
} }
@if (oggetto.invalid && (oggetto.dirty || oggetto.touched)) {
{{ 'gara.lbl.oggetto' | translate }} è obbligatorio
}
@if (cartella_lotto.invalid && (cartella_lotto.dirty || cartella_lotto.touched)) {
{{ 'gara.lbl.cartella_lotto' | translate }} è obbligatorio
}
@for (row_cc of rows_categorie_classifiche; track row_cc; let i = $index) { }
Preval.
Categoria
Classifica
@for (row_dcp of rows_ditte_cat_perc; track row_dcp; let i = $index) { }
Ditta
Categoria
Perc. Cat.
%
@if (gara.modaggap?.modaggap_nome === 'APPALTO INTEGRATO') {
@for (row_rst of rows_ragione_sociale_tipologia; track row_rst; let i = $index) { }
Ragione Sociale
Tipologia
} @if (gara.gr_id > 0 && gara.lst_lotti[0].lot_id > 0) {
}
@if (showAddCustomerDialog) { }