lvhao hace 4 semanas
padre
commit
38dcd6c019
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      template/erp/fullorder_edit.html

+ 2 - 1
template/erp/fullorder_edit.html

@@ -1229,7 +1229,8 @@ function addShouhu(that){
 
 	let url = $(that).data("uu")
 	layx.load('loadId','请求中。。。');
-	location.href=url
+	
+	location.href=encodeURIComponent(url)
 }
 $("#is_jiaji_id").on('change',function(){
 	$("#isjiaji_flag").toggle()