ogr searchable dropdown
This commit is contained in:
parent
f8156b4336
commit
100cab5663
@ -375,7 +375,7 @@ if(!empty($OGR_Data))
|
||||
<label>Remarks</label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Remark','value' => set_value('Remark',$Remark),'id'=>'Remark', 'class' => 'form-control' ,'rows' => '10', 'cols' => '100','maxlength' => '500');
|
||||
$data = array('name' => 'Remark','value' => set_value('Remark',$Remark),'id'=>'Remark', 'class' => 'form-control' ,'rows' => '5', 'cols' => '100','maxlength' => '500');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
@ -12,13 +12,18 @@ $MaxPoDate = '';
|
||||
$AvlAmount = 0;
|
||||
$Value="₹";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<style type="text/css">
|
||||
.select2
|
||||
{
|
||||
width: 100% ! important;
|
||||
}
|
||||
.num{
|
||||
text-align:right;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="<?php echo base_url()?>assets/tinymce/js/tinymce/tinymce.min.js"></script>
|
||||
<script src="<?php echo base_url(); ?>assets/js/CreatePOValidation.js" type="text/javascript"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/3.3.4/jquery.inputmask.bundle.min.js"></script>
|
||||
@ -78,6 +83,14 @@ $Value="₹";
|
||||
dateFormat: 'dd-mm-yy',changeMonth: true, changeYear: true,yearRange: '-100:+0'
|
||||
});
|
||||
|
||||
$("#material").select2();
|
||||
$("#name").select2();
|
||||
$("#ogrtype").select2();
|
||||
$('#sup').select2();
|
||||
$('#pono').select2();
|
||||
$('#mrirno').select2();
|
||||
$('#materialcode').select2();
|
||||
|
||||
|
||||
// $('#Date').click(function () {
|
||||
// //for Date range selection
|
||||
@ -433,7 +446,7 @@ $Value="₹";
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-12" style="padding-left: 0px;">
|
||||
<label>Material Code</label>
|
||||
<label>Material Name</label>
|
||||
<div class="form-group">
|
||||
|
||||
<?php
|
||||
@ -481,32 +494,7 @@ $Value="₹";
|
||||
|
||||
|
||||
</div>
|
||||
<!-- <div class="col-md-3" style="display: none;">
|
||||
<label>Order Qty</label>
|
||||
<div class="form-group">
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'orderqty','value' => set_value('orderqty'),'id'=>'orderqty', 'class' => 'form-control');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-3" style="display: none;">
|
||||
<label>Reject Qty</label>
|
||||
<div class="form-group">
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Rejectqty','value' => set_value('Rejectqty'),'id'=>'Rejectqty', 'class' => 'form-control');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div> -->
|
||||
|
||||
<div class="col-md-3">
|
||||
<label>Outward Qty</label>
|
||||
<div class="form-group">
|
||||
@ -520,24 +508,12 @@ $Value="₹";
|
||||
|
||||
|
||||
</div>
|
||||
<!-- <div class="col-md-3">
|
||||
<label>Destination</label>
|
||||
<div class="form-group">
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'destination','value' => set_value('destination'),'id'=>'destination', 'class' => 'form-control');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div> -->
|
||||
|
||||
<div class="col-md-3">
|
||||
<label>Remarks</label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Remark','value' => set_value('Remark'),'id'=>'Remark', 'class' => 'form-control' ,'rows' => '10', 'cols' => '100','maxlength' => '500');
|
||||
$data = array('name' => 'Remark','value' => set_value('Remark'),'id'=>'Remark', 'class' => 'form-control' ,'rows' => '5', 'cols' => '100','maxlength' => '500');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
@ -545,15 +521,7 @@ $Value="₹";
|
||||
</div>
|
||||
|
||||
|
||||
<!-- <div class="col-md-3">
|
||||
<label>Remarks</label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Remark','value' => set_value('Remark'),'id'=>'Remark', 'class' => 'form-control' ,'rows' => '10', 'cols' => '100','maxlength' => '500');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user