|
@@ -266,7 +266,8 @@ $(this).find('td:eq(10)').css("width","9%");
|
|
|
$(this).find('td:eq(11)').css("width","3%");
|
|
|
$(this).find('td:eq(12)').css("width","3%");
|
|
|
$(this).find('td:eq(13)').css("width","3%");
|
|
|
-$(this).find('td:eq(14)').css("width","12%");
|
|
|
+$(this).find('td:eq(14)').css("width","3%");
|
|
|
+$(this).find('td:eq(15)').css("width","12%");
|
|
|
});}
|
|
|
$("select[name=dccz]").change(function(){
|
|
|
if($(this).find("option:selected").val() == "")
|