This commit is contained in:
Cunha 2026-04-14 08:37:38 -03:00
commit 3f085c11db
3 changed files with 2215 additions and 2197 deletions

File diff suppressed because one or more lines are too long

View File

@ -342,7 +342,11 @@
<p class="help-block" id="prefixoAnalista" style="display: none;">Preenchimento obrigatorio</p>
</div>
<div class="form-group col-md-4 col-xs-12 divNumeroAnalista alertaCampo">
<<<<<<< HEAD
<label for="NUMERO">Número <span class="required text-danger"><strong>*</strong></span></label>
=======
<label for="NUMERO">Número <span class="required text-danger"><strong>*</strong></span></label>
>>>>>>> 0bf4065e684532d46f9466f40b5418f98a0903e3
<input type="text" name="NUMERO" id="NUMERO" class="form-control" placeholder="010203045" />
<p class="help-block" id="numeroAnalista" style="display: none;">Preenchimento obrigatorio</p>
</div>
@ -369,7 +373,11 @@
<p class="help-block" id="naturezaAnalista" style="display: none;">Preenchimento obrigatorio</p>
</div>
<div class="form-group col-md-3 col-xs-12 divCodFornAnalista alertaCampo">
<<<<<<< HEAD
<label for="COD_FORN">Código do fornecedor <span class="required text-danger"><strong>*</strong></span></label>
=======
<label for="COD_FORN">Código do fornecedor <span class="required text-danger"><strong>*</strong></span></label>
>>>>>>> 0bf4065e684532d46f9466f40b5418f98a0903e3
<input type="text" name="COD_FORN" id="COD_FORN" class="form-control" placeholder="00000914" />
<p class="help-block" id="codFornAnalista" style="display: none;">Preenchimento obrigatorio</p>
</div>
@ -386,7 +394,11 @@
<div class="form-field">
<div class="form-input">
<div class="form-group col-md-3 col-xs-12 divEmissaoAnalista alertaCampo">
<<<<<<< HEAD
<label for="EMISSAO">Emissão <span class="required text-danger"><strong>*</strong></span></label>
=======
<label for="EMISSAO">Emissão <span class="required text-danger"><strong>*</strong></span></label>
>>>>>>> 0bf4065e684532d46f9466f40b5418f98a0903e3
<input type="text" name="EMISSAO" id="EMISSAO" class="form-control" placeholder="20260402" />
<p class="help-block" id="emissaoAnalista" style="display: none;">Preenchimento obrigatorio</p>
</div>
@ -401,8 +413,13 @@
<p class="help-block" id="vencRealAnalista" style="display: none;">Preenchimento obrigatorio</p>
</div>
<div class="form-group col-md-3 col-xs-12 divValorAnalista alertaCampo">
<<<<<<< HEAD
<label for="VALORtotal">Valor <span class="required text-danger"><strong>*</strong></span></label>
<input type="number" step="0.01" name="VALORtotal" id="VALORtotal" class="form-control" placeholder="1500.75" />
=======
<label for="VALOR">Valor <span class="required text-danger"><strong>*</strong></span></label>
<input type="number" step="0.01" name="VALOR" id="VALOR" class="form-control" placeholder="1500.75" />
>>>>>>> 0bf4065e684532d46f9466f40b5418f98a0903e3
<p class="help-block" id="valorAnalista" style="display: none;">Preenchimento obrigatorio</p>
</div>
</div>