|
@@ -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() {
|