This commit is contained in:
Hazirah Nabilah
2017-09-18 09:43:29 +08:00
parent 3a148f4bd3
commit 559e70e9e1
+90 -129
View File
@@ -451,20 +451,16 @@ License: You must have a valid license purchased only from themeforest(the above
<div class = "">
<table id="user2" class="table table-bordered table-striped">
<thead>
<th>Export HS Code</th>
<th>Export Stock Desc</th>
<th>No</th>
<th>Product Name</th>
<th>Model</th>
<th>UOM</th>
<th>Qty</th>
<th>CMB</th>
<th>Weight</th>
<th>Photo</th>
<th>Brand</th>
<th>Model No</th>
<th>Import HS Code</th>
<th>Qty of Item</th>
<th>Qty of Carton</th>
<th>Qty of Pallet</th>
<th>Measurement of Carton</th>
<th>Measurement of Pallet</th>
<th>Weight of Carton</th>
<th>Weight of Pallet</th>
<th>Remark</th>
</thead>
<tbody>
<tr>
@@ -477,10 +473,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Hello </td>
@@ -492,19 +485,12 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
<th> </th>
<td> </td>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
@@ -523,10 +509,6 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
@@ -582,110 +564,93 @@ License: You must have a valid license purchased only from themeforest(the above
<h3><i class="fa fa-plus-square-o" aria-hidden="true"></i> Add New Item</h3>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="portlet light bordered">
<div class="portlet-title">
<div class="caption"><b>Export </b></div>
</div>
<div class="portlet-body">
<div class="row static-info">
<div class="col-md-5 name">Export HS Code </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="HS Code">
<div class="row">
<div class="col-md-12">
<div class="portlet light bordered" id="form_wizard_2">
<div class="portlet-body form">
<form class="form-horizontal" action="#" id="submit_form" method="POST">
<div class="form-wizard">
<div class="form-body">
<ul class="nav nav-pills nav-justified steps" id="modal-tabs">
<li>
<a href="#item" data-toggle="tab" class="step">
<span class="number"> 1 </span>
<span class="desc">
<i class="fa fa-check"></i>Details</span>
</a>
</li>
<li>
<a href="#packing" data-toggle="tab" class="step">
<span class="number"> 2 </span>
<span class="desc">
<i class="fa fa-check"></i> Items </span>
</a>
</li>
</ul>
<div id="item" class="progress progress-striped" role="progressbar">
<div class="progress-bar progress-bar-success"> </div>
</div>
<div class="tab-content">
<div class="tab-pane active" id="item">
<h3 class="block"><b>List Forwarder</b></h3>
<div class="row">
<form class="form-horizontal" role="form">
<div class="col-md-12">
<div class="form-group">
<div class="form-group">
</div>
</div>
</div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Export Stock Desc </div>
<div class="col-md-7 value">
<textarea class="form-control" rows="3"></textarea></div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Brand </div>
<div class="col-md-7 value"><input type="text" class="form-control" placeholder="Brand"></div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Model No. </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="Model No"> </div>
</form>
</div>
<div class="form-actions">
<div class="row">
<div class="col-md-offset-5 col-md-9">
<a href="javascript:;" class="btn default button-previous"> Back </a>
<a id="next-button" href="javascript:;" class="btn btn-outline green button-next"> Next</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="portlet light bordered">
<div class="portlet-title">
<div class="caption"><b>Import</b></div>
</div>
<div class="portlet-body">
<div class="row static-info">
<div class="col-md-5 name"> Import HS Code </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="HS Code"> </div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Quantity of Item </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="0"></div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Quantity of Carton </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="0"> </div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Quantity of Pallet </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="0"> </div>
</div>
</div>
<div class="tab-pane" id="packing">
<div class="col-md-13">
<div class="portlet light bordered">
<div class="portlet-title">
<div class="">
<i class="icon-social-dribbble font-green hide"></i>
<span class="caption-subject font-dark bold uppercase">Details Goods</span>
</div>
</div>
<div class="form-actions">
<div class="row">
<div class="col-md-offset-5 col-md-9">
<a id="back-button" href="javascript:;" class="btn default button-previous"> Back</a>
<a href="javascript:;" class="btn green button-submit"> Finish</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="portlet light bordered">
<div class="portlet-title">
<div class="caption"><b>Measurement </b></div>
</div>
<div class="portlet-body">
<div class="row static-info">
<div class="col-md-5 name">Carton </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="12cm">
</div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Pallet </div>
<div class="col-md-7 value">
<input type="text" class="form-control" placeholder="12cm">
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="portlet light bordered">
<div class="portlet-title">
<div class="caption"><b>Weight </b></div>
</div>
<div class="portlet-body">
<div class="row static-info">
<div class="col-md-5 name">Carton </div>
<div class="col-md-7 value"> <input type="text" class="form-control" placeholder="12kg">
</div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Pallet </div>
<div class="col-md-7 value">
<input type="text" class="form-control" placeholder="12kg">
</div>
</div>
</div>
</div>
</div>
<table align="center">
<tr>
<th>Total CBM</th>
<td>125cm3</td>
</tr>
<tr>
<th>Total Weight</th>
<td>145KG</td>
</tr>
</table>
</div>
</form>
</div>
</div>
</div>
<br/>
<div class="modal-footer">
<button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button>
@@ -774,10 +739,6 @@ License: You must have a valid license purchased only from themeforest(the above
ordering: false,
info: false});
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$('#user2').DataTable().columns.adjust().responsive.recalc();
});
});
$( "#folder" ).change(function() {