From 8ae34d73a8c0b7bd9373f0e2f65167c954007e2e Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sat, 07 May 2022 10:42:41 +0800 Subject: [PATCH] 20220505 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/service_all_list.html | 5 +++-- 1 files changed, 3 insertions(+), 2 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 106f1be..e12ec06 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 @@ -121,6 +121,7 @@ <th data-field="totalTime" data-sortable="true">服务时长</th> <th data-field="isOverTime" data-formatter="overTime">超时时间</th> <th data-field="createStaffName">下单顾问</th> + <th data-field="cashierName">划扣人</th> <th data-field="shopName">门店</th> <th data-sortable="true" data-field="id" data-formatter="buidOperate">操作</th> </tr> @@ -200,7 +201,7 @@ break; case '服务完成': html +=btns[4].replace('VALUE',value); - html += btns[2].replace('VALUE',value); + // html += btns[2].replace('VALUE',value); break; case '待确认': html +=btns[7].replace('VALUE',value); @@ -218,7 +219,7 @@ title: "修改订单时间", maxmin: true, area: [MUI.SIZE_L, '500px'], - content: [basePath + '/admin/projService/toServiceOrderUpdateTime?id=' + id] + content: [basePath + '/admin/redirect/hive/beautySalon/updateServiceOrderTimeV2?id=' +id] }); } -- Gitblit v1.9.1