From 1d8b7df974e1fbdacff7632b05bdc30d78a6a8c1 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Mon, 25 Oct 2021 13:30:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/score_shop' into score_shop --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/service_all_list.html | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/service_all_list.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/service_all_list.html index 785ca3a..cfcf888 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/service_all_list.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/service_all_list.html @@ -71,7 +71,13 @@ <input autocomplete="off" name="closureTime" type="text" class="form-control datetimepicker" id="endTime"> </div> - + <div class="form-group mr-20"> + <label >所属门店</label> + <select class="form-control autoFull" data-filed="shopName" name="shopId" id="shopId" + th:data-url="@{/admin/shopInfo/findAll}"> + <option value=''>--请选择部所属门店--</option> + </select> + </div> <input type="hidden" value="待预约" name="state" id="state"/> <div class="form-group mr-20"> <button type="button" class="btn btn-my btn-sm" id="btn4" value="">全部</button> @@ -111,9 +117,11 @@ <th data-field="money">消耗金额</th> <th data-field="createTime" data-sortable="true" data-formatter="MGrid.getTime">下单时间</th> <th data-field="yyTime" data-sortable="true" data-formatter="MGrid.getTime">预约时间</th> + <th data-field="consumeTime" data-sortable="true" data-formatter="MGrid.getTime">划扣时间</th> <th data-field="totalTime" data-sortable="true">服务时长</th> <th data-field="isOverTime" data-formatter="overTime">超时时间</th> <th data-field="createStaffName">下单顾问</th> + <th data-field="shopName">门店</th> <th data-sortable="true" data-field="id" data-formatter="buidOperate">操作</th> </tr> </thead> @@ -186,11 +194,13 @@ break; case '需配料': html +=btns[3].replace('VALUE',value); + html += btns[2].replace('VALUE',value); break; case '配料完成': break; case '服务完成': html +=btns[4].replace('VALUE',value); + html += btns[2].replace('VALUE',value); break; } html += btns[5].replace('VALUE',value); -- Gitblit v1.9.1