From 91e4d0c81321f9ccfec7fca41898a00ff6f57001 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 10 Feb 2022 15:03:25 +0800 Subject: [PATCH] merge api_score_merge --- zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-projuse-item.html | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-projuse-item.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-projuse-item.html index 02bf9f9..46bd288 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-projuse-item.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/statistics-projuse-item.html @@ -43,6 +43,14 @@ <input autocomplete="off" placeholder="姓名/编号/电话" name="vipQueryKey" type="text" class="form-control" > </div> + <div class="form-group mr-20"> + <label >所属门店</label> <select + class="form-control autoFull" + data-url="/admin/shopInfo/findShops" data-value="id" + data-filed="shopName" name="shopId"> + <option value="">--请选择所属门店--</option> + </select> + </div> <div class="form-group mr-20"> <label>到期时间</label><!-- 入库时间的查询增加一个查询的其实时间两个字段 --> @@ -58,6 +66,7 @@ <tr> <th data-formatter="MGrid.indexfn" data-align="center" data-width="30px" >序号</th> <th data-field="VIP_NAME" >客户名</th> + <th data-field="SHOP_NAME" >客户门店</th> <th data-field="PROJ_NAME" >服务名称</th> <th data-field="FAIL_TIME" data-formatter="MGrid.getTime" data-sortable="true" >到期日期</th> <th data-field="SURPLUS_COUNT" data-sortable="true" >剩余次数</th> -- Gitblit v1.9.1