diff --git a/public/Forwarder/chat.html b/public/Forwarder/chat.html
index cc580e4..ddd73f2 100644
--- a/public/Forwarder/chat.html
+++ b/public/Forwarder/chat.html
@@ -989,7 +989,7 @@
diff --git a/public/Importer/shippingorder.html b/public/Importer/shippingorder.html
index 01d02b0..9a808d4 100644
--- a/public/Importer/shippingorder.html
+++ b/public/Importer/shippingorder.html
@@ -374,22 +374,26 @@ License: You must have a valid license purchased only from themeforest(the above
-
+
Details Goods
-
-
-
+
+
+
| Export HS Code |
- Product Model |
+ Export Stock Desc |
Brand |
- Goods Description(EN) |
- Goods Description(CHN) |
- Product Photo |
-
-
+ Model No |
+ Import HS Code |
+ Qty of Item |
+ Qty of Carton |
+ Qty of Pallet |
+ Measurement of Carton |
+ Measurement of Pallet |
+ Weight of Carton |
+ Weight of Pallet |
@@ -400,8 +404,6 @@ License: You must have a valid license purchased only from themeforest(the above
|
|
|
-
-
| Hello |
|
|
@@ -416,6 +418,26 @@ License: You must have a valid license purchased only from themeforest(the above
|
|
|
+ Hello |
+ |
+ |
+ |
+ |
+ |
+
+
+ | Hello |
+ |
+ |
+ |
+ |
+ |
+ Hello |
+ |
+ |
+ |
+ |
+ |
@@ -425,6 +447,12 @@ License: You must have a valid license purchased only from themeforest(the above
| |
|
|
+ Hello |
+ |
+ |
+ |
+ |
+ |
@@ -441,7 +469,7 @@ License: You must have a valid license purchased only from themeforest(the above
@@ -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();
+});
+
})
+