From c253b555c7905c5136d47cd615ef545fa50cc6ad Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Sun, 20 Feb 2022 21:24:16 +0800
Subject: [PATCH] Merge branch 'api_score_meger'

---
 zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-moneyCar-item.html |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-moneyCar-item.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-moneyCar-item.html
index 00ee7bc..81a5c7c 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-moneyCar-item.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-moneyCar-item.html
@@ -27,7 +27,7 @@
 			</div>
 
 			<div class="form-group mr-20">
-				<label  >产品名称</label>
+				<label>储值卡名称</label>
 				<input autocomplete="off"   name="projName" type="text" class="form-control" >
 			</div>
 
@@ -103,14 +103,10 @@
 				 url:basePath+"/admin/moneyCardUseStatistics/showList"
 			 });
 		});
-		
+
 		function exportExcel(){
-			var select_begin = $("#select_begin").val();
-			var select_end = $("#select_end").val();
-			var select_id = $("#select_id").val();
-			var goodsName = $("#goodsName").val();
-			var guwen = $("#goodsName").val();
-			window.location.href=basePath+"/form/furnsale/exportFurn?startTime="+select_begin+"&endTime="+select_end+"&goodsName="+goodsName+"&shopId="+select_id+"&guwen="+guwen;
+			var param=MForm.toUrlParam("#serchform");
+			window.location.href=basePath+"/admin/moneyCardUseStatistics/exportShowList?"+param;
 		}
 
 

--
Gitblit v1.9.1