Browse Source

后台订单评价隐藏

zhangxiaobin 1 year ago
parent
commit
e03b3a5443

+ 2 - 2
application/admin/view/dispatch/order/add.html

@@ -74,7 +74,7 @@
             <input id="c-describe" class="form-control" name="row[describe]" type="text">
         </div>
     </div>
-    <div class="form-group">
+    <!--<div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Is_comment')}:</label>
         <div class="col-xs-12 col-sm-8">
                         
@@ -85,7 +85,7 @@
             </select>
 
         </div>
-    </div>
+    </div>-->
     <div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Status')}:</label>
         <div class="col-xs-12 col-sm-8">

+ 1 - 1
public/assets/js/backend/dispatch/order.js

@@ -35,7 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'skill_unit', title: __('Skill_unit'), operate: 'LIKE'},
                         {field: 'make_time', title: __('预约时间'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
                         {field: 'describe', title: __('Describe'), operate: 'LIKE'},
-                        {field: 'is_comment', title: __('Is_comment'), searchList: {"1":__('Is_comment 1'),"0":__('Is_comment 0')}, formatter: Table.api.formatter.normal},
+                        //{field: 'is_comment', title: __('Is_comment'), searchList: {"1":__('Is_comment 1'),"0":__('Is_comment 0')}, formatter: Table.api.formatter.normal},
                         {field: 'status', title: __('Status'), searchList: {"-2":__('Status -2'),"-1":__('Status -1'),"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2'),"3":__('Status 3')}, formatter: Table.api.formatter.status},
                         {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
                         {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},