lvhao 6 ay önce
ebeveyn
işleme
1b95c98f12
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      template/erp/fullordersmt_edit.html

+ 1 - 1
template/erp/fullordersmt_edit.html

@@ -696,7 +696,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')
+		if($("select[name='express']").find("option:selected").val() == '2' || $("select[name='express']").find("option:selected").val() == '64')
     	{
     		$(".usps").show();
     		$(".qm").show();