This commit is contained in:
2026-05-19 10:32:21 -03:00
parent 628c84683b
commit 7bc745e4d7
6 changed files with 87 additions and 26 deletions
@@ -313,18 +313,20 @@
<span class="required text-danger"><strong> * </strong></span>
<input type="zoom" class="form-control requiredInput" name="estabelecimento" id="estabelecimento"
data-zoom="{
'displayKey':'estabelecimento',
'datasetId':'dsFiliais',
'placeholder': 'Pesquisar nome do estabelecimento ou filial.',
'fields':[
{
'field':'estabelecimento',
'label':'Estabelecimento',
'standard':'true',
'search':'true'
}
]
}" />
'displayKey':'LOJA',
'datasetId':'dsFiliais',
'placeholder': 'Pesquisar por nome do estabelecimento.',
'fields':[
{'field':'LOJA','label':'Filial','standard':'true','search':'true'},
{'field':'REGIONAL','label':'REGIONAL','standard':'true'},
{'field':'UF','label':'UF','standard':'true'},
{'field':'RESPONSAVEL_LOJA','label':'RESPONSAVEL_LOJA','visible':'false'},
{'field':'PDV','label':'PDV','visible':'false'},
{'field':'PROTHEUS','label':'PROTHEUS','visible':'false'},
{'field':'COLLEAGUE_ID','label':'COLLEAGUE_ID','visible':'false'},
{'field':'LOGIN_LOJA','label':'LOGIN_LOJA','visible':'false'}
]
}"/>
<p class="text-danger text-error">
Preenchimento obrigatório.
</p>