From 59cf24b0aba393e145f4ba3d58e98b7a01a80992 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 14 Feb 2022 14:58:47 +0800 Subject: [PATCH] fix conflict --- zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-order-summary.html | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-order-summary.html b/zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-order-summary.html index 2796f48..e256d5c 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-order-summary.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/statistics/statistics-order-summary.html @@ -90,17 +90,13 @@ url:basePath+"/admin/orderStatistics/summaryItemDetail" }); }); - - 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; - } + function exportExcel(){ + var param=MForm.toUrlParam("#serchform"); + window.location.href=basePath+"/admin/projUseStatistics/exportSummaryItemDetail?"+param; + } + function initFunctionList() { $.AjaxProxy({ a: false, -- Gitblit v1.9.1