From c41e8d372cdabbe1fd5973c9322e38a40bfa1a39 Mon Sep 17 00:00:00 2001
From: 姜友瑶 <935090232@qq.com>
Date: Thu, 05 May 2022 15:50:07 +0800
Subject: [PATCH] Merge branch 'developer' into alpha

---
 zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html
index 16bf980..db60893 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html
@@ -38,10 +38,7 @@
                 <input autocomplete="off"   name="closureTime" type="text"
                        class="form-control datetimepicker" id="endTime">
             </div>
-            <div class="form-group mr-20">
-                <label >超时时长 > </label>
-                <input autocomplete="off"   name="isOverTime" type="text" class="form-control" placeholder="单位分钟"  id="isOverTime">
-            </div>
+
             <div class="form-group mr-20">
                 <label >所属门店</label>
                 <select class="form-control autoFull" data-filed="shopName" name="shopId" id="shopId"
@@ -98,6 +95,7 @@
                 <th  data-field="bedName">床位</th>
                 <th data-field="plsName" >配料师</th>
                 <th data-field="createStaffName">创建人</th>
+                <th data-field="cashierName">划扣人</th>
                 <th  data-field="shopName">所属门店</th>
             </tr>
             </thead>
@@ -141,7 +139,7 @@
         layer.confirm('确定取消此订单?', {
             btn: ['确认', '取消'] //可以无限个按钮
         }, function(index, layero){
-            $.post(basePath+'/admin/projService/cancelOrder?id='+id, {}, function(data){
+            $.post(basePath+'/admin/projService/erpCancelOrder?id='+id, {}, function(data){
                 parent.layer.msg(data.info,{icon: 1});
                 layer.closeAll();
                 myGrid.serchData();

--
Gitblit v1.9.1