Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.119.166.141
Current Path : /var/www/html/pms/html/ |
| Current File : /var/www/html/pms/html/batchinfo_old.html |
<style>
.col-sm-3{
margin-bottom: 10px !important;
}
.card .col-sm-4{
margin-bottom: 4px !important;
}
.control-label .col-sm-1{
margin-bottom: 4px !important;
}
.col-sm-11{
margin-bottom: 0px !important;
}
.form-group .col-sm-12{
margin-bottom: -5px !important;
}
/* .control-label .col-sm-1{
margin-bottom: 5px !important;
} */
.col-sm-8{
margin-bottom: 5px !important;
}
.col-sm-2{
margin-bottom: 5px !important;
}
.control-label{
font-size: 14px !important;
}
.col-sm-1.control-label{
margin-left: 14px;
}
.col-sm-6 {
margin-bottom: 10px !important;
}
.col-sm-4{
margin-bottom: 10px !important;
}
</style>
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<!-- <div class="header">
<div style="float: right">
<button
style="margin-top: -20px"
class="btn bg-primary waves-effect"
onclick="loadInvoiceEntry()"
>
View
</button>
</div>
</div> -->
<div class="body">
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="loadInvoice">
<div
class="panel panel-primary"
style="width: 1024px; margin-left: auto; margin-right: auto"
>
<div class="panel-heading">Batch Info
<!-- <div style="float: right;margin: -5px;">
<button
style="color: black;"
class="btn "
onclick="savemakepayment()"
>
Save
</button>
</div>
<div style="float: right;margin: -5px;">
<button
style="color: black;margin-right: 20px;"
class="btn "
onclick="loadbatchinfo()"
>
View
</button>
</div> -->
</div>
<table class="content-tbl" cellpadding="8" cellspacing="0" width="100%" style="margin-top: 15px;">
<tr>
<td style="width: 15%;">
<div class="form-group">
<label class="control-label col-sm-1" for="batchno" style="margin-bottom: 5px;width: 160px;"
><b>Batch No.</b></label
></td>
<td style="width: 1px;">
<div class="col-sm-3" style="margin-left: -5px;">
<input
type="batchno"
class="form-control2"
id="batchno"
placeholder="Batch No."
value=""
maxlength="8"
onblur="getsupto()"
/>
</div>
</td>
<tr>
<td>
</td>
<td style="text-align: left;">
<div class="col-sm-3" style="margin-left: -5px;">
<input type="checkbox" id="batchinfo_check" name="checkmp"
value="All" />
<label for="batchinfo_check">All</label>
</div>
</td>
</tr>
</div>
</tr>
<tr>
<td>
</td>
<td>
<button
class="btn btn-lg bg-primary waves-effect"
onclick="batchsubmit()"
style="margin: 10px;"
>
Submit
</button>
</td>
</tr>
</table>
<div>
<table id="bitable" class="table table-bordered table-hover" hidden>
<thead>
<tr class="bg-primary">
<th width="4%">
<center>Sl. No.</center>
</th>
<th width="7%">
<center>Batch No.</center>
</th>
<th width="9%">
<center>Bank code</center>
</th>
<th width="9%">
<center>Bank Name</center>
</th>
<th width="9%">
<center>Bank Report</center>
</th>
</tr>
</thead>
<tbody id="batchinfotbody"></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
|