wushaodong 4 년 전
부모
커밋
5e9a767834
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      uis/views/customer/add_report.html
  2. 1 1
      uis/views/customer/check_index.html

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

@@ -98,6 +98,7 @@
             elem: '#next_time'
         });
         var customer_id = layui.view.getParameterByName('customer_id');
+        // 自定义进度的排序,只有排序为1的,是潜客,可以修改客户等级
         var stage_progress_sort = layui.view.getParameterByName('stage_progress_sort');
         if(stage_progress_sort && parseFloat(stage_progress_sort) === 1){
             $('#level_div').removeClass('layui-hide')

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

@@ -126,7 +126,7 @@
                 , {field: 'check_comment', title: '审核批示', width: 100}
                 , {field: 'check_time_f', title: '审核时间', width: 180}
                 , {field: 'next_time_f', title: '下次回访时间', width: 130}
-                , {width: 80, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
+                , {width: 70, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
             ]]
             , page: true
             , height: 'full-108'