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
6551a276
Commit
6551a276
authored
Jan 10, 2024
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
melhorias na alteracao e exclusao do encaminhamento
parent
2cfcea03
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
EncaminhamentoController.php
app/Http/Controllers/Mod_codem/EncaminhamentoController.php
+1
-1
app.js
public/js/app.js
+1
-1
CadastroEncaminhamento.vue
...assets/js/components/mod_codem/CadastroEncaminhamento.vue
+1
-1
No files found.
app/Http/Controllers/Mod_codem/EncaminhamentoController.php
View file @
6551a276
...
...
@@ -94,7 +94,7 @@ class EncaminhamentoController extends Controller
$ativarAba
=
'encaminhamento'
;
$usuarioDemandado
=
User
::
find
(
$request
->
usuario
);
//
Mail::to($usuarioDemandado->email)->send(new EncaminhamentoDemanda($encaminhamento, $usuarioDemandado));
Mail
::
to
(
$usuarioDemandado
->
email
)
->
send
(
new
EncaminhamentoDemanda
(
$encaminhamento
,
$usuarioDemandado
));
flash
()
->
sucesso
(
"Sucesso"
,
"Encaminhamento adicionado com sucesso!"
);
return
redirect
(
'codem/demanda/dados/'
.
$demandaID
.
'/'
.
$ativarAba
);
}
else
{
...
...
public/js/app.js
View file @
6551a276
...
...
@@ -85237,7 +85237,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
textoEscolhaUsuario: 'Escolha um setor',
dte_encaminhamento: '',
dsc_encaminhamento: '',
bln_concluido: '',
bln_concluido: '
0
',
dte_resposta: '',
dsc_resposta_encaminhamento: ''
resources/assets/js/components/mod_codem/CadastroEncaminhamento.vue
View file @
6551a276
...
...
@@ -142,7 +142,7 @@
textoEscolhaUsuario
:
'Escolha um setor'
,
dte_encaminhamento
:
''
,
dsc_encaminhamento
:
''
,
bln_concluido
:
''
,
bln_concluido
:
'
0
'
,
dte_resposta
:
''
,
dsc_resposta_encaminhamento
:
''
,
...
...
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