lvhao 4 周之前
父節點
當前提交
a0dab5cf8a
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      template/erp/fullorder_edit.html

+ 3 - 2
template/erp/fullorder_edit.html

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