From bdda3d8531513e32e0a079def5a3e342907a2ef7 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Fri, 18 Jun 2021 22:09:52 +0800 Subject: [PATCH] 修复每日业绩bug和优化赠送业绩计算方式 --- zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html b/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html index 75306ee..066b4cb 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html @@ -191,7 +191,14 @@ let _this = this; let form = _this.form; let page = _this.page; - let params = _this.form; + let params = {}; + params.year=form.year; + params.month=form.month; + params.year=form.year; + params.day=form.day; + params.vipQueryKey=form.vipQueryKey; + params.beaultId=form.beaultId; + params.shopId=form.shopId; params.limit = page.size; params.offset = (page.currentPage - 1) * page.size; -- Gitblit v1.9.1