From 5f29f86819e170faaf0159f730d83ad19c8bd2a7 Mon Sep 17 00:00:00 2001
From: jyy <jyy>
Date: Fri, 20 Aug 2021 14:27:37 +0800
Subject: [PATCH] 新增门店是否只能取消待付款订单,服务单

---
 zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html |    7 ++-----
 1 files changed, 2 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..c1f81ad 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"
@@ -141,7 +138,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