Guest User

Untitled

a guest
Sep 11th, 2018
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.92 KB | None | 0 0
  1. <div class="col-md-12">
  2.                                     <table id="sparepart_id" cellspacing="0" border="0" class="table table-striped nowrap dataTable" style="border-collapse: collapse;">
  3.                                         <colgroup span="7" width="85"></colgroup>
  4.                                         <thead>
  5.                                             <tr>
  6.                                                 <th class="table-conf header-table">PART NO</th>
  7.                                                 <th class="table-conf header-table">REVISED NO</th>
  8.                                                 <th class="table-conf header-table">LATEST NO</th>
  9.                                                 <th class="table-conf header-table">DESCRIPTION</th>
  10.                                                 <th class="table-conf header-table">INCOMING DATE (FIFO)</th>
  11.                                                 <th class="table-conf header-table">UNIT PRICE FOB JAPAN</th>
  12.                                                 <th class="table-conf header-table">MIN ORDER QTY</th>
  13.                                                 <th class="table-conf header-table">MASTER KEY1</th>
  14.                                                 <th class="table-conf header-table">TOTAL STOCK QTY</th>
  15.                                                 <th class="table-conf header-table">STOCK J</th>
  16.                                                 <th class="table-conf header-table">STOCK B</th>
  17.                                                 <th class="table-conf header-table">STOCK S</th>
  18.                                                 <th class="table-conf header-table">STOCK X</th>
  19.                                                 <th class="table-conf header-table">STORAGE</th>
  20.                                                 <th class="table-conf header-table">LAST OPNAME</th>
  21.                                                 <th class="table-conf header-table">DISCONTINUED</th>
  22.                                                 <th class="table-conf header-table">MESIN</th>
  23.                                                 <th class="table-conf header-table">SRP STANDARD RETAIL PRICE</th>
  24.                                                 <th class="table-conf header-table">SRP CASH ON DELIVERY (COD)</th>
  25.                                                 <th class="table-conf header-table">SUPERVISOR PRICE (COD)</th>
  26.                                                 <th class="table-conf header-table">MANAGER PRICE (COD)</th>
  27.                                                 <th class="table-conf header-table">DIRECTOR PRICE (COD)</th>
  28.                                                 <th class="table-conf header-table">NOTE</th>
  29.                                             </tr>
  30.                                         </thead>
  31.                                         <tbody id="sparepart_data">  
  32.                                         </tbody>                            
  33.                                     </table>
  34.                                     <div style="position: relative;">
  35.                                         <div class="col-md-8">
  36.                                             <a href="#"><button type="button" class="btn btn-primary form-input" style="border-radius: 10px;font-size:13px;">COMPARE</button></a>
  37.                                             <input type="hidden" name="btn_user_filter" id="btn_user_filter">
  38.                                             <button type="button" class="btn btn-default form-input" data-filterType="user" style="border-radius: 10px;font-size:13px;">Save Layout</button>
  39.                                         </div>
  40.                                         <div class="col-md-4"><button type="button" class="btn btn-default" data-filterType="user" style="border-radius: 10px;"><i class="fa fa-print"></i>Print</button></div>
  41.                                     </div>
  42.                                 </div>
Advertisement
Add Comment
Please, Sign In to add comment