mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-19 04:33:55 +00:00
apa apa jee
This commit is contained in:
+1125
-1125
File diff suppressed because it is too large
Load Diff
@@ -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"/> Delivered</li>
|
||||
<li><input onchange="filterme()" name="status" value="Failed" type="checkbox"/> Failed</li>
|
||||
<li><input onchange="filterme()" name="status" value="Cancel" type="checkbox"/> 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"/> Bob Supply Warehouse</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="" type="checkbox"/> 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"/> MYR</li>
|
||||
<li><input onchange="filterme()" name="shipno" value="RMB" type="checkbox"/> 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"/> (RMB)18,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/> (RMB)12,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/> (MYR)21,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/> (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"/> (RMB)18,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/> (RMB)12,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/> (MYR)21,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/> (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"/> (RMB)18,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/> (RMB)12,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/> (MYR)21,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/> (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"/> (RMB)18,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00002" type="checkbox"/> (RMB)12,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00003" type="checkbox"/> (MYR)21,000</li>
|
||||
<li><input onchange="filterme()" name="orderno" value="00004" type="checkbox"/> (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"/> 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>
|
||||
|
||||
Reference in New Issue
Block a user