Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpmw
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alfiro Pratama
simpmw
Commits
1ba2c50c
Commit
1ba2c50c
authored
Dec 04, 2024
by
Alfiro Pratama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Detail laporan
parent
050dc1a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/Http/Controllers/Operator/MonevProposalController.php
+4
-2
No files found.
app/Http/Controllers/Operator/MonevProposalController.php
View file @
1ba2c50c
...
...
@@ -190,11 +190,13 @@ class MonevProposalController extends Controller
if
(
$status_final
==
'1'
)
{
$aksi
=
'<span class="badge bg-success">Lolos</span>'
;
$aksi
=
'<span class="badge bg-success">Lolos</span><br/>
<a href="#" class="btn btn-icon-sm btn-primary" data-toggle="tooltip" data-placement="top" title="Lihat Detail" data-bs-toggle="modal" data-bs-target="#proposalModal'
.
$proposal_id
.
'-'
.
$monev_internal_id
.
'"><i class="fas fa-search"></i></a>'
;
}
elseif
(
$status_final
==
'2'
)
{
$aksi
=
'<span class="badge bg-danger">Tidak Lolos</span>'
;
$aksi
=
'<span class="badge bg-danger">Tidak Lolos</span><br/>
<a href="#" class="btn btn-icon-sm btn-primary" data-toggle="tooltip" data-placement="top" title="Lihat Detail" data-bs-toggle="modal" data-bs-target="#proposalModal'
.
$proposal_id
.
'-'
.
$monev_internal_id
.
'"><i class="fas fa-search"></i></a>'
;
}
else
{
...
...
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