From 72afcd3c19729b529a3f6e4e27ba2e66f9b6d750 Mon Sep 17 00:00:00 2001 From: "wanderson.alves" Date: Tue, 21 Jan 2025 16:13:25 -0300 Subject: [PATCH] DDWMISSI-1294 Ajuste no layout de consulta RCA --- pdvsync/rotas/WTA - CONSULTA RCA.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pdvsync/rotas/WTA - CONSULTA RCA.json b/pdvsync/rotas/WTA - CONSULTA RCA.json index 49e0f98..6bd2f71 100644 --- a/pdvsync/rotas/WTA - CONSULTA RCA.json +++ b/pdvsync/rotas/WTA - CONSULTA RCA.json @@ -73,8 +73,7 @@ "id_retarguada": "=concat('RCA-', @(1,matricula_s))", "idExterno": "=concat('pdvsync-usuario-rca-', @(1,matricula_s),'-', @(1,dtAlteracao))", "login_s": "=toString(@(1,codigousur))", - "senha_s": "=toString(@(1,codigousur))", - "situacao_s": "=toInt(1)" + "senha_s": "=toString(@(1,codigousur))" } } } @@ -93,7 +92,14 @@ "matricula_s": "items[&1].matricula", "nome": "items[&1].nome", "senha_s": "items[&1].senha", - "situacao_s": "items[&1].situacao", + "status": { + "FINALIZADO": { + "#0": "items[&3].situacao" + }, + "*": { + "#1": "items[&3].situacao" + } + }, "tipoVenda": { "P": { "#5": "items[&3].idRetaguardaPerfil" }, "*": { @@ -145,4 +151,4 @@ ], "nome": "PCINTEGRACAOROTASERVICO" } -} \ No newline at end of file +}