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