Bläddra i källkod

装集客项目更新

lijiangwei 4 år sedan
förälder
incheckning
694ce2a9a3
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. 0 1
      uis/views/customer/check_customer.html
  2. 1 1
      uis/views/customer/check_index.html

+ 0 - 1
uis/views/customer/check_customer.html

@@ -35,7 +35,6 @@
                             <div class="layui-input-block">
                                 <select lay-verify="required" name="check_status">
                                      <option value="">请选择审核状态</option>
-                                     <option value="0">未审核</option>
                                      <option value="1">继续跟踪</option>
                                      <option value="2">放弃</option>
                                  </select>

+ 1 - 1
uis/views/customer/check_index.html

@@ -115,7 +115,7 @@
                 , {field: 'create_user_text', title: '审核人', width: 110}
                 , {field: 'check_comment', title: '审核批示', width: 100}
                 , {field: 'check_time_f', title: '审核时间', width: 180}
-                , {field: 'track_user_text', title: '跟踪人', width: 110}
+                , {field: 'create_user_text', title: '跟踪人', width: 110}
                 , {field: 'next_time_f', title: '下次回访时间', width: 180}
                 , {width: 80, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
             ]]