From 8595059e236d4a2fa034be18d40b9d6a61e12525 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 15 Mar 2021 14:37:06 +0800 Subject: [PATCH] Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into score_shop --- zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 ced4453..3bcdc67 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 @@ -78,14 +78,14 @@ </div> <div class="form-group mr-20"> - <label>美疗师</label> + <label>业绩归属人</label> <select class="form-control autoFull select2" th:data-url="@{/admin/getShopStaffByRoleName?roleName=美疗师}" data-value="suId" data-filed="suName" name="beaultId" id="beaultId"> - <option value="">--请选择美容师--</option> + <option value="">--请选择--</option> </select> </div> @@ -114,8 +114,7 @@ <th data-field="goodsCash" data-footer-formatter="countColumn">订单业绩</th> <th data-field="payMethod">收款方式</th> <th data-field="achieveType">业绩类型</th> - <th data-field="guwen">顾问</th> - <th data-field="meiliao">美疗师</th> + <th data-field="meiliao">员工</th> <th data-field="hisConsume" data-footer-formatter="countColumn">本金消耗 <i data-toggle="tooltip" data-placement="top" title="消耗金额:客户做服务时划扣的本金" class="fa fa-question-circle"></i> </th> @@ -128,6 +127,7 @@ <th data-field="numberOfPeople" data-footer-formatter="countColumn">人头</th> <th data-field="projNum" data-footer-formatter="countColumn">项目个数</th> <th data-field="projTime" data-footer-formatter="countColumn">项目时间</th> + <th data-field="guwen">操作人</th> <th data-field="shopName">门店</th> </tr> -- Gitblit v1.9.1