Actualizar servicios.html
This commit is contained in:
@@ -784,6 +784,8 @@
|
|||||||
let shortStatusName = stateInfo.name;
|
let shortStatusName = stateInfo.name;
|
||||||
if (shortStatusName.toLowerCase().includes('compañía') || shortStatusName.toLowerCase().includes('perito')) {
|
if (shortStatusName.toLowerCase().includes('compañía') || shortStatusName.toLowerCase().includes('perito')) {
|
||||||
shortStatusName = 'ESPERA CIA/PRT';
|
shortStatusName = 'ESPERA CIA/PRT';
|
||||||
|
} else if (shortStatusName.toLowerCase().includes('esperando al cliente')) {
|
||||||
|
shortStatusName = 'ESPERA CLIENTE'; // Resumen para Esperando al cliente
|
||||||
}
|
}
|
||||||
|
|
||||||
let iconEstado = 'tag';
|
let iconEstado = 'tag';
|
||||||
|
|||||||
Reference in New Issue
Block a user