From a1a48c40d3171db8cadba37a34d4b14d78eb15d9 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 25 Oct 2021 14:36:44 +0800
Subject: [PATCH] fix

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

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-moneyCar-item.html b/zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-moneyCar-item.html
index 73307ce..31773f5 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-moneyCar-item.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/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,18 +103,15 @@
 				 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;
 		}
 
 
-	function initFunctionList() {
+
+		function initFunctionList() {
 		$.AjaxProxy({
 			a: false,
 			c: false,

--
Gitblit v1.9.1