lvhao 4 ヶ月 前
コミット
d08a88ca2e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      template/erp/whlabel_type.html

+ 1 - 1
template/erp/whlabel_type.html

@@ -197,7 +197,7 @@ $("select[name=dccz]").change(function(){
 	$("input:hidden").each(function() {
         f = f + $(this).attr("name") + "=" + $(this).val() + "&";
     });
-	window.location.href = "http://1.wepolicy.cn/whlabel/"+$("select[name=dccz]").find("option:selected").data("url")+"?excel="+$("select[name=dccz]").find("option:selected").val()+"&"+f;
+	window.location.href = "/whlabel/"+$("select[name=dccz]").find("option:selected").data("url")+"?excel="+$("select[name=dccz]").find("option:selected").val()+"&"+f;
 	$("select[name=dccz] option:eq(0)").prop('selected','selected'); 
 });
 $(".whlabelxq").click(function() {