From 1feaa0cef7764a19c84c33b3c951f41089843f74 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.23>
Date: 星期四, 01 十一月 2018 15:19:46 +0800
Subject: [PATCH] 落后单体查询测试

---
 gx_tieta/WebRoot/pages/js/common.js |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/pages/js/common.js b/gx_tieta/WebRoot/pages/js/common.js
index 19ee467..a690ea9 100644
--- a/gx_tieta/WebRoot/pages/js/common.js
+++ b/gx_tieta/WebRoot/pages/js/common.js
@@ -481,6 +481,7 @@
 	var outerHTML = i[0].outerHTML;
 	return outerHTML;
 }
+
 //鐢熸垚闃块噷鍥炬爣鐨勫厓绱�
 function create_fa_font(cla, color, data) {
 	var i = $('<i class="fa"></i>');
@@ -496,3 +497,28 @@
 	var outerHTML = i[0].outerHTML;
 	return outerHTML;
 }
+
+// 鐢熸垚璺宠浆鐨勯摼鎺�
+function skipUrl(page, province, city, county, home,battid,monnum) {
+	var str = page+'?';
+	if(province){
+		str += '&province='+province;
+	}
+	if(city){
+		str +='&city='+city;
+	}
+	if(county){
+		str += '&county='+county;
+	}
+	if(home){
+		str += '&home='+home;
+	}
+	if(battid){
+		str += '&battid='+battid;
+	}
+	if(monnum){
+		str += '&monnum'+monnum;
+	}
+	//var str = page+'?province='+province+'&city='+city+'&county='+county+'&home='+home;
+	return str;
+}
\ No newline at end of file

--
Gitblit v1.9.1