Просмотр исходного кода

客户档案中没有可以选择业务部门的位置,但筛选条件,和订单开单一览业务部门的筛选条件都可以选部门

liuyao 1 год назад
Родитель
Сommit
8f3c2b2347
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      package-basic-data/pages/customer-list/customer-list.js

+ 3 - 3
package-basic-data/pages/customer-list/customer-list.js

@@ -162,9 +162,9 @@ Page({
           color: 'red'
         },],
         searchContent: [
-          { code: 'createtime', title: mixins.$t('pastThirthtyDays'), defaultValue: 5, searchType: Constants.searchType.date },
-          { code: 'staff', title: mixins.$t("staffId"), dropType: 'staff' },
-          { code: 'org', title: mixins.$t("orgId"), dropType: 'org' },
+          // { code: 'createtime', title: mixins.$t('pastThirthtyDays'), defaultValue: 5, searchType: Constants.searchType.date },
+          // { code: 'staff', title: mixins.$t("staffId"), dropType: 'staff' },
+          // { code: 'org', title: mixins.$t("orgId"), dropType: 'org' },
           // { code: 'choose', title: mixins.$t('choose'), searchType: Constants.searchType.pick }
         ],
       })