\r\n \r\n {{ $moment.tz(item.fechaInicio, \"America/Costa_Rica\").format(\"DD-MM-YYYY\") + \" / \" + $moment.tz(item.fechaFin, \"America/Costa_Rica\").format(\"DD-MM-YYYY\") }}\r\n | \r\n \r\n {{\r\n item.tipoLiquidacion != null\r\n ? item.tipoLiquidacion == 0 || item.tipoLiquidacion == 1\r\n ? \"Prima Servicios\"\r\n : item.tipoLiquidacion == \"3\"\r\n ? \"Nomina\"\r\n : \"--\"\r\n : \"---\"\r\n }}\r\n | \r\n {{ item.totalSalarios != null ? item.totalSalarios.toLocaleString(\"es-CO\", { style: \"currency\", currency: \"COP\" }) : \"$ 0.00\" }} | \r\n \r\n {{ item.totalPagosAdicionales != null ? item.totalPagosAdicionales.toLocaleString(\"es-CO\", { style: \"currency\", currency: \"COP\" }) : \"$ 0.00\" }}\r\n | \r\n {{ item.totalDeducciones != null ? item.totalDeducciones.toLocaleString(\"es-CO\", { style: \"currency\", currency: \"COP\" }) : \"$ 0.00\" }} | \r\n {{ item.totalAPagar != null ? item.totalAPagar.toLocaleString(\"es-CO\", { style: \"currency\", currency: \"COP\" }) : \"$ 0.00\" }} | \r\n {{ item.totalCostos != null ? item.totalCostos.toLocaleString(\"es-CO\", { style: \"currency\", currency: \"COP\" }) : \"$ 0.00\" }} | \r\n \r\n \r\n \r\n \r\n | \r\n
\r\n