lvhao 3 months ago
parent
commit
60aaf2f028
1 changed files with 1 additions and 1 deletions
  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>');
 			 $("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();
     		$(".usps").show();
     		$(".qm").show();
     		$(".qm").show();