xiaohaizhao 1 год назад
Родитель
Сommit
ce076060ed

+ 3 - 3
packageA/contract/detail.js

@@ -189,7 +189,7 @@ Page({
             editdataleader = isLeader,
             tabbarList = [];
         if (this.data.appAuth.isdatafollowup) tabbarList.push({
-            icon: "icon-genjin",
+            icon: "color-genjin",
             label: "跟进"
         })
         if (!isLeader) {
@@ -219,12 +219,12 @@ Page({
         if (status != '已终止' && status != '已过期') {
             if (isLeader || isAdmin) {
                 if (editdataleader) tabbarList.unshift({
-                    icon: "icon-zhuanyi",
+                    icon: "color-genghuanfuzeren",
                     label: "更换负责人"
                 });
                 if (status == '新建') {
                     tabbarList.push({
-                        icon: "icon-bianji",
+                        icon: "color-bianji",
                         label: "编辑"
                     })
                     tabbarList.unshift({

+ 2 - 2
packageA/offers/detail.js

@@ -229,7 +229,7 @@ Page({
             editdataleader = isLeader,
             tabbarList = [];
         if (this.data.appAuth.isdatafollowup) tabbarList.push({
-            icon: "icon-genjin",
+            icon: "color-genjin",
             label: "跟进"
         })
         if (!isLeader) {
@@ -250,7 +250,7 @@ Page({
             });
             if (status == '新建') {
                 if (editdataleader) tabbarList.unshift({
-                    icon: "icon-zhuanyi",
+                    icon: "color-genghuanfuzeren",
                     label: "更换负责人"
                 })
                 tabbarList = [{

+ 3 - 3
packageA/project/detail.js

@@ -266,7 +266,7 @@ Page({
             tabbarList = [];
 
         if (this.data.appAuth.isdatafollowup) tabbarList.push({
-            icon: "icon-genjin",
+            icon: "color-genjin",
             label: "跟进"
         });
         if (wx.getStorageSync('auth').wproject.options.some(v => v == "auditauthorization")) tabbarList.unshift({
@@ -304,7 +304,7 @@ Page({
                     if (res.code != '0') paramvalue = res.data[0].paramvalue == "true";
                 })
                 tabbarList.push({
-                    icon: "icon-bianji",
+                    icon: "color-bianji",
                     label: "编辑"
                 })
                 if (detail.reportstatus == '未报备') tabbarList.push({
@@ -312,7 +312,7 @@ Page({
                     label: "提交报备"
                 })
                 if (editdataleader) tabbarList.push({
-                    icon: "icon-zhuanyi",
+                    icon: "color-genghuanfuzeren",
                     label: "更换负责人"
                 })
             }

+ 2 - 2
packageA/publicClue/detail.js

@@ -228,7 +228,7 @@ Page({
         let tabbarList = [];
         if (this.data.isAdmin) {
             if (this.data.detail.isprivate == 0 && this.data.detail.allocationstatus == '待分配') tabbarList.push({
-                icon: "icon-zhuanyi",
+                icon: "icon-genghuanfuzeren",
                 label: "分配"
             })
             tabbarList.push({
@@ -236,7 +236,7 @@ Page({
                 label: "删除"
             })
             tabbarList.unshift({
-                icon: "icon-bianji",
+                icon: "color-bianji",
                 label: "编辑"
             })
         }

+ 2 - 2
packageA/saleAdmin/detail.js

@@ -263,7 +263,7 @@ Page({
             if (this.data.detail.isprivate == 0 && this.data.detail.projectname1 == "" && status != '已过期') {
                 if (this.data.detail.allocationstatus == '待分配') {
                     tabbarList.push({
-                        icon: "icon-zhuanyi",
+                        icon: "icon-genghuanfuzeren",
                         label: "分配"
                     })
                 } else {
@@ -279,7 +279,7 @@ Page({
             })
 
             if (status != '已过期' && detail.allocationstatus != '已分配') tabbarList.unshift({
-                icon: "icon-bianji",
+                icon: "color-bianji",
                 label: "编辑"
             })
         }