lvhao 3 tháng trước cách đây
mục cha
commit
60aaf2f028
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      template/erp/fullordersmt_edit.html

+ 1 - 1
template/erp/fullordersmt_edit.html

@@ -745,7 +745,7 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
 			 $("select[name='qm']").html('<option value="0" {if $fullordersmt["qm"] == "0"}selected="selected"{/if}>不需要</option><option value="1" {if $fullordersmt["qm"] == "1"}selected="selected"{/if}>需要</option>');
 		}
 		
-		if($("select[name='express']").find("option:selected").val() == '2' || $("select[name='express']").find("option:selected").val() == '64')
+		if($("select[name='express']").find("option:selected").val() == '2' || $("select[name='express']").find("option:selected").val() == '64' || $("select[name='express']").find("option:selected").val() == '1')
     	{
     		$(".usps").show();
     		$(".qm").show();