Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cfde315c
authored
2019-01-21 17:10:14 +0530
by
pramila
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
stop the entering of the negative numbers
1 parent
dc79404a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
application/resources/views/layout/module/outputreport/outputreport.blade.php
application/resources/views/layout/module/outputreport/outputreport.blade.php
View file @
cfde315
...
...
@@ -54,10 +54,10 @@ if(Auth::user()->id=="1" || Auth::user()->id == "199"){ ?>
<tr>
<td>
<input
type=
"hidden"
name=
"products[
<?=
$i
?>
][productId]"
value=
"{{$value['productId']}}"
>
<input
type=
"hidden"
name=
"products[
<?=
$i
?>
][product]"
value=
"{{ $value['name'] }} "
>
{{ $value['name'] }}
</td>
<td><input
type=
"number"
name=
"products[
<?=
$i
?>
][lg]"
min=
"0"
value=
"{{isset($value['lead_generated'])?$value['lead_generated']:'0'}}"
$
disabled
></td>
<td><input
type=
"number"
min=
"0"
step=
"0.01"
name=
"products[
<?=
$i
?>
][lgAmt]"
value=
"{{isset($value['lead_generated_amount'])?$value['lead_generated_amount']:'0'}}"
$
disabled
></td>
<td><input
type=
"number"
min=
"0"
name=
"products[
<?=
$i
?>
][lc]"
value=
"{{isset($value['lead_closed'])?$value['lead_closed']:'0'}}"
class=
"calculateIncome"
id=
"products
<?=
$i
?>
Lc"
$
disabled
></td>
<td><input
type=
"number"
min=
"0"
step=
"0.01"
name=
"products[
<?=
$i
?>
][lcAmt]"
value=
"{{isset($value['lead_closed_amount'])?$value['lead_closed_amount']:'0'}}"
class=
"calculateIncome"
id=
"products
<?=
$i
?>
LcAmt"
$
disabled
></td>
<td><input
type=
"number"
name=
"products[
<?=
$i
?>
][lg]"
min=
"0"
value=
"{{isset($value['lead_generated'])?$value['lead_generated']:'0'}}"
oninput=
"validity.valid||(value='');"
$
disabled
></td>
<td><input
type=
"number"
min=
"0"
step=
"0.01"
name=
"products[
<?=
$i
?>
][lgAmt]"
value=
"{{isset($value['lead_generated_amount'])?$value['lead_generated_amount']:'0'}}"
oninput=
"validity.valid||(value='');"
$
disabled
></td>
<td><input
type=
"number"
min=
"0"
name=
"products[
<?=
$i
?>
][lc]"
value=
"{{isset($value['lead_closed'])?$value['lead_closed']:'0'}}"
class=
"calculateIncome"
id=
"products
<?=
$i
?>
Lc"
oninput=
"validity.valid||(value='');"
$
disabled
></td>
<td><input
type=
"number"
min=
"0"
step=
"0.01"
name=
"products[
<?=
$i
?>
][lcAmt]"
value=
"{{isset($value['lead_closed_amount'])?$value['lead_closed_amount']:'0'}}"
oninput=
"validity.valid||(value='');"
class=
"calculateIncome"
id=
"products
<?=
$i
?>
LcAmt"
$
disabled
></td>
</tr>
<?php
$i
++
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment