lvhao 4 주 전
부모
커밋
38dcd6c019
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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()