Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliper
pa2d4ti06
Commits
b3089ba4
Commit
b3089ba4
authored
Jun 15, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Plain Diff
qweqwe
parents
d93f670c
553ba6e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
rincianpemesanan.blade.php
...dor/adminlte/layouts/customers/rincianpemesanan.blade.php
+12
-2
No files found.
resources/views/vendor/adminlte/layouts/customers/rincianpemesanan.blade.php
View file @
b3089ba4
...
...
@@ -40,7 +40,7 @@
<
div
class
="
form
-
group
">
<div class="
col
-
sm
-
10
">
<label>ExtraBed</label>
<input type="
number
" min="
0
" name="
extrabed
"
class="
form
-
control
" id="
inputEmail3
" >
<input type="
number
" min="
0
" name="
extrabed
"
onchange="
updateVal
(
this
)
" class="
form
-
control
" id="
exbed
" >
</div>
</div>
...
...
@@ -115,7 +115,7 @@
<
tr
>
<
td
>
Total
Bayar
</
td
>
<
td
>:</
td
>
<
td
><
input
type
=
"text"
name
=
"total_harga"
value
=
"
{
{$totalHarga}
}
"
disabled
></
td
>
<
td
><
input
type
=
"text"
id
=
"tot_har"
name
=
"total_harga"
value
=
"
{
{$totalHarga}
}
"
disabled
></
td
>
</
tr
>
</
table
>
<
br
>
...
...
@@ -127,4 +127,14 @@
<
div
class
="
clearfix
"></div>
</div>
</div>
<script>
function updateVal(object) {
var field = document.getElementById('tot_har');
field.value = parseInt(object.value) * 30000 + parseInt(
{
{$totalHarga}
}
);
}
</script>
@endsection
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