susee
This commit is contained in:
parent
73bd3bdf4b
commit
75a8dc09a9
@ -117,18 +117,13 @@
|
|||||||
<label> TO </label>
|
<label> TO </label>
|
||||||
<input type="date" id="TO" name="to" >
|
<input type="date" id="TO" name="to" >
|
||||||
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<div >
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-2">
|
<div class="form-group col-md-2">
|
||||||
<label for="inputPassword4" class="col-form-label"></label>
|
<label for="inputPassword4" class="col-form-label"></label>
|
||||||
<button style="margin-top:0px" type="submit" class="btn btn-primary">Submit</button>
|
<button style="margin-top:0px;font-size: 10px;" type="submit" class="btn btn-primary">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2"></div>
|
<div class="col-md-2"></div>
|
||||||
<div class="form-group col-md-4" style="margin-top:35px;">
|
<div class="form-group col-md-4" >
|
||||||
<select style="overflow-y:scroll" name="column_name" id="column_name" class="form-control selectpicker" multiple>
|
<select style="overflow-y:scroll" name="column_name" id="column_name" class="form-control selectpicker" multiple>
|
||||||
<option value="0">CORPORATE NAME</option>
|
<option value="0">CORPORATE NAME</option>
|
||||||
<option value="1">CORPORATE GSTIN</option>
|
<option value="1">CORPORATE GSTIN</option>
|
||||||
@ -616,7 +611,7 @@ function() {
|
|||||||
oTable = $("#scroll-horizontal-datatable").DataTable({
|
oTable = $("#scroll-horizontal-datatable").DataTable({
|
||||||
lengthChange: !1,
|
lengthChange: !1,
|
||||||
|
|
||||||
dom: 'Bfrtip',
|
// dom: 'Bfrtip',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
extend: "csvHtml5",
|
extend: "csvHtml5",
|
||||||
|
|||||||
@ -119,7 +119,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-2">
|
<div class="form-group col-md-2">
|
||||||
<label for="inputPassword4" class="col-form-label"></label>
|
<label for="inputPassword4" class="col-form-label"></label>
|
||||||
<button style="margin-top:0px" type="submit" class="btn btn-primary">Submit</button>
|
<button style="margin-top:0px;font-size: 10px;" type="submit" class="btn btn-primary">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2"></div>
|
<div class="col-md-2"></div>
|
||||||
<div class="form-group col-md-4" style="margin-top:35px;">
|
<div class="form-group col-md-4" style="margin-top:35px;">
|
||||||
@ -163,7 +163,7 @@
|
|||||||
<th>TOTAL TKT FARE</th>
|
<th>TOTAL TKT FARE</th>
|
||||||
<th>REMARKS</th>
|
<th>REMARKS</th>
|
||||||
<th>ACTION</th>
|
<th>ACTION</th>
|
||||||
<th>INVOICE</th>
|
<th>GST TKT</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -720,11 +720,11 @@ function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"targets": 15,
|
"targets": 14,
|
||||||
"width": 300,
|
"width": 300,
|
||||||
"render": function ( data, type, full, meta ) {
|
"render": function ( data, type, full, meta ) {
|
||||||
console.log(full);
|
console.log(full);
|
||||||
return '<button type="text" style="border:none;" class="form-control" id="'+full['td_id']+'" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn('+this.value+')" >'+full['inv']+'</button>';
|
return '<button type="text" style="border:none;" class="form-control" id="'+full['td_id']+'" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn(this.value)" >'+full['td_tkt']+'</button>';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user