From 67d3421e15854bc34c7d89042c023873dfd80433 Mon Sep 17 00:00:00 2001 From: Hazirah Nabilah Date: Thu, 14 Sep 2017 12:23:29 +0800 Subject: [PATCH] 14/9 --- public/Importer/shippingorder.html | 156 ++++++++++++++++++++--------- 1 file changed, 109 insertions(+), 47 deletions(-) diff --git a/public/Importer/shippingorder.html b/public/Importer/shippingorder.html index 6763751..28a8605 100644 --- a/public/Importer/shippingorder.html +++ b/public/Importer/shippingorder.html @@ -327,39 +327,85 @@ License: You must have a valid license purchased only from themeforest(the above

List Forwarder

-
- -
- +
+
+
+ +
+ +
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
+ + + +
+ +
+
@@ -384,6 +430,7 @@ License: You must have a valid license purchased only from themeforest(the above Export HS Code Export Stock Desc + Photo Brand Model No Import HS Code @@ -401,6 +448,22 @@ License: You must have a valid license purchased only from themeforest(the above Hello + + + + + Hello + + + + + + + + Hello + + + @@ -416,20 +479,7 @@ License: You must have a valid license purchased only from themeforest(the above - - - Hello - - - - - - - - Hello - - - + Hello @@ -445,6 +495,7 @@ License: You must have a valid license purchased only from themeforest(the above + Hello @@ -700,11 +751,22 @@ 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(); -}); + $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { + $('#user2').DataTable().columns.adjust().responsive.recalc(); + }); - }) + }); + + $( "#folder" ).change(function() { + var select_value = $(this).val(); + if(select_value == "000"){ + $("#issue1").show(); + $("#issue2").hide(); + }else if(select_value == "001"){ + $("#issue2").show(); + $("#issue1").hide(); + } + });