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