This commit is contained in:
suseendhiran17 2023-07-20 13:57:29 +05:30
parent 73bd3bdf4b
commit 75a8dc09a9
2 changed files with 7 additions and 12 deletions

View File

@ -117,18 +117,13 @@
<label> TO &nbsp;&nbsp;</label>
<input type="date" id="TO" name="to" &nbsp;&nbsp;>
&nbsp;&nbsp;
<div class="col-lg-12">
<div >
</div>
</div>
</div>
<div class="form-group col-md-2">
<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 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>
<option value="0">CORPORATE NAME</option>
<option value="1">CORPORATE GSTIN</option>
@ -616,7 +611,7 @@ function() {
oTable = $("#scroll-horizontal-datatable").DataTable({
lengthChange: !1,
dom: 'Bfrtip',
// dom: 'Bfrtip',
buttons: [
{
extend: "csvHtml5",

View File

@ -119,7 +119,7 @@
</div>
<div class="form-group col-md-2">
<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 class="col-md-2"></div>
<div class="form-group col-md-4" style="margin-top:35px;">
@ -163,7 +163,7 @@
<th>TOTAL TKT FARE</th>
<th>REMARKS</th>
<th>ACTION</th>
<th>INVOICE</th>
<th>GST TKT</th>
</tr>
</thead>
<tbody>
@ -720,11 +720,11 @@ function() {
}
},
{
"targets": 15,
"targets": 14,
"width": 300,
"render": function ( data, type, full, meta ) {
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>';
}
},
]