apa apa jee

This commit is contained in:
Syed Amir
2017-09-20 14:18:03 +08:00
parent 87801d256c
commit e940748484
2 changed files with 1135 additions and 1181 deletions
File diff suppressed because it is too large Load Diff
+10 -56
View File
@@ -60,6 +60,9 @@ License: You must have a valid license purchased only from themeforest(the above
margin-right: -100%;
}
}
.dropdown-menu{
min-width: 100px;
}
.table td, .table th {
font-size: 10px;
text-align:center;
@@ -319,100 +322,51 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="portlet-body">
<div class="table-container">
<table style="" class="table table-striped table-bordered table-hover" id="sample_3">
<table class="table table-striped table-bordered table-hover table-checkable order-column" id="sample_1">
<thead>
<tr>
<th width="1%"> No </th>
<th width="5%"> Order No <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="status" value="Delivered" type="checkbox"/>&nbsp;Delivered</li>
<li><input onchange="filterme()" name="status" value="Failed" type="checkbox"/>&nbsp;Failed</li>
<li><input onchange="filterme()" name="status" value="Cancel" type="checkbox"/>&nbsp;Cancel</li>
</ul>
</th>
<th width="1%"> Date <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li>
<div class="input-group input-daterange">
<input type="text" id="min-date" class="form-control date-range-filter" data-date-format="dd-mm-yyyy" placeholder="From:">
<div class="input-group-addon">to</div>
<input type="text" id="max-date" class="form-control date-range-filter" data-date-format="dd-mm-yyyy" placeholder="To:">
</div>
<li>
</ul>
<span class="fa fa-filter"></span></button>
</th>
<th width="3%"> Marking <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="orderno" value="" type="checkbox"/>&nbsp;Bob Supply Warehouse</li>
<li><input onchange="filterme()" name="orderno" value="" type="checkbox"/>&nbsp;Tom Warehouse</li>
</ul>
<span class="fa fa-filter"></span></button>
</th>
<th width="2%"> Supplier <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="shipno" value="MYR" type="checkbox"/>&nbsp;MYR</li>
<li><input onchange="filterme()" name="shipno" value="RMB" type="checkbox"/>&nbsp;RMB</li>
</ul>
</th>
<th width="1%"> Warehouse Name <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="orderno" value="00001" type="checkbox"/>&nbsp;(RMB)18,000</li>
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/>&nbsp;(RMB)12,000</li>
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/>&nbsp;(MYR)21,000</li>
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/>&nbsp;(MYR)10,000</li>
</ul>
</th>
<th width="1%"> Total CBM <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="orderno" value="00001" type="checkbox"/>&nbsp;(RMB)18,000</li>
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/>&nbsp;(RMB)12,000</li>
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/>&nbsp;(MYR)21,000</li>
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/>&nbsp;(MYR)10,000</li>
</ul>
</th>
<th width="1%"> Total Weight <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="orderno" value="00001" type="checkbox"/>&nbsp;(RMB)18,000</li>
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/>&nbsp;(RMB)12,000</li>
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/>&nbsp;(MYR)21,000</li>
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/>&nbsp;(MYR)10,000</li>
</ul>
</th>
<th width="1%"> Total Carton <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="orderno" value="00001" type="checkbox"/>&nbsp;(RMB)18,000</li>
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/>&nbsp;(RMB)12,000</li>
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/>&nbsp;(MYR)21,000</li>
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/>&nbsp;(MYR)10,000</li>
</ul>
</th>
<th width="1%"> Action <br/>
<button type="button" style="text-decoration: none" class="btn btn-link btn-sm dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-filter"></span></button>
<ul class="dropdown-menu">
<li><input onchange="filterme()" name="suppliercode" value="" type="checkbox"/>&nbsp;Actions</li>
</ul>
</th>
</tr>
</thead>
<tbody>
<tr>
<tr class="odd gradeX">
<td> <center>1</center> </td>
<td> 001254 </td>
<td> 03-07-2017 </td>
@@ -431,7 +385,7 @@ License: You must have a valid license purchased only from themeforest(the above
</div><br/></center>
</td>
</tr>
<tr>
<tr class="odd gradeX">
<td> <center>2</center> </td>
<td> 012546 </td>
<td> 02-07-2017 </td>
@@ -450,7 +404,7 @@ License: You must have a valid license purchased only from themeforest(the above
</div><br/></center>
</td>
</tr>
<tr>
<tr class="odd gradeX">
<td> <center>3</center> </td>
<td> 015423 </td>
<td> 01-07-2017 </td>
@@ -469,7 +423,7 @@ License: You must have a valid license purchased only from themeforest(the above
</div><br/></center>
</td>
</tr>
<tr>
<tr class="odd gradeX">
<td> <center>4</center> </td>
<td> 011254 </td>
<td> 01-07-2017 </td>