Linha 166:
Linha 166:
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
/* JS CUSTOMIZADO */
/* JS CUSTOMIZADO */
−
if ((objeto.CodColigada == "1" && objeto.CodTipoAtendimento == "152") || (objeto.CodColigada == "1" && objeto.CodTipoAtendimento == "156")) {
+
if ( objeto.CodColigada == "1" &&
+
( objeto.CodTipoAtendimento == "152" ||
+
objeto.CodTipoAtendimento == "156" ||
+
objeto.CodTipoAtendimento == "280" ||
+
objeto.CodTipoAtendimento == "282"
+
)
+
) {
let contParametros = 0;
let contParametros = 0;
self.model.ListCamposDinamicos.forEach(function (element) {
self.model.ListCamposDinamicos.forEach(function (element) {
Linha 186:
Linha 192:
Deve ficar assim:
Deve ficar assim:
−
<!-- [[File:ClipCapIt-230127-144626.PNG]] -->
+
<!-- :[[File:ClipCapIt-230127-144626.PNG]] -->
−
:[[File:ClipCapIt-240619-100727.PNG]]
+
<!-- :[[File:ClipCapIt-240619-100727.PNG]] -->
+
:[[File:ClipCapIt-241106-075927.PNG]]