|
@@ -61,9 +61,9 @@ let kcpd = false;
|
|
|
let customs = false;
|
|
|
function custom(){
|
|
|
$(".data tr").each(function() {
|
|
|
-$(this).find('td:eq(1)').css("width","6%");
|
|
|
-$(this).find('td:eq(3)').css("width","25%");
|
|
|
-$(this).find('td:eq(4)').css("width","4%");
|
|
|
+$(this).find('td:eq(2)').css("width","6%");
|
|
|
+$(this).find('td:eq(4)').css("width","25%");
|
|
|
+$(this).find('td:eq(5)').css("width","4%");
|
|
|
});}
|
|
|
$(".whlabeltransportmb").click(function() {
|
|
|
var f = "";
|