This commit is contained in:
Hazirah Nabilah
2017-09-13 09:31:24 +08:00
parent d070ace553
commit 5191ea82ed
2 changed files with 52 additions and 18 deletions
+1 -1
View File
@@ -989,7 +989,7 @@
</div>
</div>
<div class="row static-info">
<div class="col-md-5 name"> Problem </div>
<div class="col-md-5 name"> Details </div>
<div class="col-md-7 value">
<textarea class="form-control" rows="3"></textarea></div>
</div>
+51 -17
View File
@@ -374,22 +374,26 @@ License: You must have a valid license purchased only from themeforest(the above
<div class="col-md-13">
<div class="portlet light bordered">
<div class="portlet-title">
<div class="caption">
<div class="">
<i class="icon-social-dribbble font-green hide"></i>
<span class="caption-subject font-dark bold uppercase">Details Goods</span>
<div class="portlet-body">
<div class="table-container">
<div class = "table-responsive">
<div class="">
<div class="">
<div class = "">
<table id="user2" class="table table-bordered table-striped">
<thead>
<th>Export HS Code</th>
<th>Product Model</th>
<th>Export Stock Desc</th>
<th>Brand</th>
<th>Goods Description(EN)</th>
<th>Goods Description(CHN)</th>
<th>Product Photo</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>
</thead>
<tbody>
@@ -400,8 +404,6 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Hello </td>
<td> </td>
<td> </td>
@@ -416,6 +418,26 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
<td> </td>
<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>
<td> </td>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
@@ -425,6 +447,12 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
<td> </td>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
@@ -441,7 +469,7 @@ License: You must have a valid license purchased only from themeforest(the above
<div class="row">
<div class="col-md-offset-5 col-md-9">
<a href="javascript:;" class="btn default button-previous"> Back</a>
<a href="javascript:;" class="btn btn-outline green button-next"> Next</a>
<a href="javascript:;" class="btn green button-submit"> Finish</a>
</div>
</div>
</div>
@@ -666,13 +694,19 @@ License: You must have a valid license purchased only from themeforest(the above
$('#radio1003').attr('checked', 'checked');
});
$('#user2').dataTable({responsive: true,
"paging": false,
"ordering":false,
"info": false});
$('#user2').dataTable({
responsive: true,
paging: false,
ordering: false,
info: false});
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$('#user2').DataTable().columns.adjust().responsive.recalc();
});
})
</script>
</div>
</body>
</html>