Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sistema_mcid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marcio neto
sistema_mcid
Commits
41619b80
Commit
41619b80
authored
Sep 18, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alteracao do cadastro ente publico
parent
605dac48
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
app.js
public/js/app.js
+1
-1
SolicitarAdesao.vue
resources/assets/js/components/gerais/SolicitarAdesao.vue
+1
-1
CadastrarEnte.blade.php
...views/modulo_sistema/ente_publico/CadastrarEnte.blade.php
+5
-4
No files found.
public/js/app.js
View file @
41619b80
...
...
@@ -51226,7 +51226,7 @@ var render = function() {
_vm._v(" "),
_c("span", { staticClass: "br-divider my-3" }),
_vm._v(" "),
_c("h4", [_vm._v("Dados do
Ente Público
")]),
_c("h4", [_vm._v("Dados do
Proponente
")]),
_vm._v(" "),
_c("span", { staticClass: "br-divider my-3" }),
_vm._v(" "),
resources/assets/js/components/gerais/SolicitarAdesao.vue
View file @
41619b80
...
...
@@ -147,7 +147,7 @@
</div>
</div>
-->
<h4>
Dados do
Ente Público
</h4>
<h4>
Dados do
Proponente
</h4>
<span
class=
"br-divider my-3"
></span>
<div
class=
"row"
>
...
...
resources/views/modulo_sistema/ente_publico/CadastrarEnte.blade.php
View file @
41619b80
...
...
@@ -55,7 +55,7 @@
@endif
</div>
<div class="
column
col
-
xs
-
12
col
-
md
-
8
">
<label for="
nome_proponente
">
Ente Público
(Estado, DF ou Município)
<label for="
nome_proponente
">
Proponente
(Estado, DF ou Município)
</label>
<input type="
text
"
name="
txt_nome_proponente
"
...
...
@@ -72,7 +72,7 @@
<!--fim row-->
<div class="
row
">
<div class="
column
col
-
xs
-
12
col
-
md
-
12
">
<label class="
control
-
label
">Email Institucional do
Ente Público
</label>
<label class="
control
-
label
">Email Institucional do
Proponente
</label>
<input id="
txt_email_ente_publico
" type="
email
" class="
form
-
control
"
name="
txt_email_ente_publico
" value="
{{
old
(
'txt_email_ente_publico'
)
}}
" >
...
...
@@ -89,7 +89,7 @@
<div class="
row
">
<div class="
column
col
-
xs
-
12
col
-
md
-
6
">
<label for="
cargo_executivo
">Cargo
do Chefe do Executivo
</label>
<label for="
cargo_executivo
">Cargo
autoridade máxima
</label>
<select
id="
cargo_executivo
"
class="
form
-
select
br
-
select
"
...
...
@@ -99,6 +99,7 @@
<option value="">Escolha um cargo:</option>
<option value="
Governador
" @if(old('cargo_executivo') == "
Governador
") selected @endif>Governador</option>
<option value="
Prefeito
" @if(old('cargo_executivo') == "
Prefeito
") selected @endif>Prefeito</option>
<option value="
Presidente
" @if(old('cargo_executivo') == "
Presidente
") selected @endif>Presidente</option>
</select>
@if (
$errors->has
('cargo_executivo'))
<span class="
feedback
danger
" role="
alert
">
...
...
@@ -107,7 +108,7 @@
@endif
</div>
<div class="
column
col
-
xs
-
12
col
-
md
-
6
">
<label for="
nome_chefe_executivo
">Nome d
o Chefe do Executivo
</label>
<label for="
nome_chefe_executivo
">Nome d
a Autoridade
</label>
<input type="
text
"
name="
txt_nome_chefe_executivo
"
class="
form
-
control
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment