@for (b of bottoni; track b) { @if (b.mdfu_function != 'start' && b.mdfu_function != 'pause') { } } @if (pagedNodes.length > 0) { } @if (pagedNodes.length > 0) { }
@if (loading) {
} @if (!loading) {
@if (azioni.length > 0) { } @for (node of pagedNodes; track node) { @if (node.type === 'group') { } @if (node.type === 'row' && isVisible(node)) { @if (azioni.length > 0) { } } } @if (pagedNodes.length === 0 && !loading) { }
Cantiere Località Stato Cliente Data Inizio Importo TOT C.I.G. C.U.P. NoteAzioni
{{ node.groupName }} ({{ node.groupCount }})
{{ node.data.ws_name }} {{ node.data.ws_locality || node.data.ws_comune || '' }} @if (node.data.ws_stato) { {{ getStatoText(node.data.ws_stato) }} } @if (!node.data.ws_stato) { - } {{ node.data.cst_name }} {{ formatDate(node.data.ws_data_inizio) }} {{ formatCurrency(node.data.lot_importo || node.data.ws_importocompetenza) }} {{ node.data.lot_cig }} {{ node.data.lot_cup }} @for (ca of columnAzioni; track ca) { @if (ca.mdfu_function === 'note') { } }
Nessun dato disponibile
{{ totalParents }} cantieri
} @if (detailWs) {
@if (detailWs.ws_stato) { {{ getStatoText(detailWs.ws_stato) }} } @else { - }
{{ detailWs.cst_name || '-' }}
{{ detailWs.ws_locality || detailWs.ws_comune || '-' }}
{{ detailWs.ws_data_inizio ? formatDate(detailWs.ws_data_inizio) : '-' }}
{{ formatCurrency(detailWs.lot_importo || detailWs.ws_importocompetenza) }}
{{ detailWs.lot_cig || '-' }}
{{ detailWs.lot_cup || '-' }}
@if (detailNotes.length > 0) {
@for (n of detailNotes; track n) {
{{ n.operator || '-' }} @if (n.date_ins) { {{ n.date_ins | date: 'dd/MM/yyyy HH:mm' }} }
{{ n.note }}
}
} @else if (detailNoteText) {
{{ detailNoteText }}
}
}