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
9c9325e4
Commit
9c9325e4
authored
Jul 24, 2023
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
retirada dos campos uf e municipio
parent
0b293f93
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
692 deletions
+31
-692
PropostaController.php
app/Http/Controllers/Propostas/PropostaController.php
+4
-0
app.js
public/js/app.js
+27
-692
No files found.
app/Http/Controllers/Propostas/PropostaController.php
View file @
9c9325e4
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
namespace
App\Http\Controllers\Propostas
;
namespace
App\Http\Controllers\Propostas
;
use
App\EntePublico
;
use
Illuminate\Http\Request
;
use
Illuminate\Http\Request
;
use
App\Http\Controllers\Controller
;
use
App\Http\Controllers\Controller
;
...
@@ -198,6 +199,8 @@ class PropostaController extends Controller
...
@@ -198,6 +199,8 @@ class PropostaController extends Controller
$usuario
=
User
::
where
(
$where
)
->
firstOrFail
();
$usuario
=
User
::
where
(
$where
)
->
firstOrFail
();
$ente_publico
=
EntePublico
::
find
(
$entePublicoId
);
DB
::
beginTransaction
();
DB
::
beginTransaction
();
$proposta
=
new
Propostas
;
$proposta
=
new
Propostas
;
...
@@ -274,6 +277,7 @@ class PropostaController extends Controller
...
@@ -274,6 +277,7 @@ class PropostaController extends Controller
$where
[]
=
[
'ente_publico_id'
,
$entePublicoId
];
$where
[]
=
[
'ente_publico_id'
,
$entePublicoId
];
$usuario
=
User
::
where
(
$where
)
->
firstOrFail
();
$usuario
=
User
::
where
(
$where
)
->
firstOrFail
();
DB
::
beginTransaction
();
DB
::
beginTransaction
();
...
...
public/js/app.js
View file @
9c9325e4
This diff is collapsed.
Click to expand it.
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