wushaodong 4 lat temu
rodzic
commit
383b17a16a
2 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 1
      apps/customer/models.py
  2. 0 1
      uis/views/customer/index.html

+ 1 - 1
apps/customer/models.py

@@ -132,7 +132,7 @@ class Review(models.Model):
     check_user = models.ForeignKey(settings.AUTH_USER_MODEL, related_name='review_ref_checkuser', verbose_name=u"审核人",
                                    editable=False, blank=True, null=True, on_delete=models.PROTECT)
     check_time = models.DateTimeField(verbose_name=u"审核时间", editable=False, blank=True, null=True)
-    is_copy = models.BooleanField(verbose_name=u"是否抄送", default=False)
+    is_copy = models.BooleanField(verbose_name=u"是否抄送", default=True)
 
     class Meta:
         db_table = "customer_review"

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

@@ -215,7 +215,6 @@
                 , {field: 'end_time_f', title: '最后跟踪时间', width: 150}
                 , {field: 'last_review', title: '最后跟踪情况', width: 200}
                 , {field: 'next_time_f', title: '下次跟踪时间', width: 120}
-                , {field: 'follow_count', title: '跟踪次数', width: 100}
                 , {field: 'enter_count', title: '进店次数', width: 100}
                 , {field: 'last_enter_time', title: '最后进店时间', width: 150}
                 , {field: 'create_time_f', title: '建档时间', width: 150}