ソースを参照

'图片消耗'

魏志佳 4 年 前
コミット
e8f9c6f8e5

+ 1 - 1
src/views/modules/BatchCreate/TouTiaoBatch.vue

@@ -1536,7 +1536,7 @@ export default {
                             if(element.account.length){
                             element.account.forEach((ele,i)=>{
                                 this.treeData[index].children.push({});
-                                this.treeData[index].children[i].title=ele.userName+'_'+ele.authName;
+                                this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName;
                                 this.treeData[index].children[i].value=ele.accountId;
                                 this.treeData[index].children[i].key=ele.accountId;
                             })

+ 1 - 1
src/views/modules/BatchCreate/directedPackage.vue

@@ -183,7 +183,7 @@ export default {
                         if(element.account.length){
                         element.account.forEach((ele,i)=>{
                             this.treeData[index].children.push({});
-                            this.treeData[index].children[i].title=ele.userName+'_'+ele.authName;
+                            this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName;
                             this.treeData[index].children[i].value=ele.accountId;
                             this.treeData[index].children[i].key=ele.accountId;
                         })

+ 1 - 1
src/views/modules/LaunchHousekeeper/LaunchHousekeeperList.vue

@@ -426,7 +426,7 @@ export default {
                             if(element.account.length){
                             element.account.forEach((ele,i)=>{
                                 this.treeData[index].children.push({});
-                                this.treeData[index].children[i].title=ele.userName+'_'+ele.authName;
+                                this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName;
                                 this.treeData[index].children[i].value=ele.accountId;
                                 this.treeData[index].children[i].key=ele.accountId;
                             })

+ 1 - 1
src/views/modules/LaunchHousekeeper/newProject.vue

@@ -366,7 +366,7 @@ export default {
                         if(element.account.length){
                         element.account.forEach((ele,i)=>{
                             this.treeData[index].children.push({});
-                            this.treeData[index].children[i].title=ele.userName+'_'+ele.authName;
+                            this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName;
                             this.treeData[index].children[i].value=ele.accountId;
                             this.treeData[index].children[i].key=ele.accountId;
                         })

+ 1 - 1
src/views/modules/Statistics/KSAccountReport.vue

@@ -924,7 +924,7 @@ export default {
                     if(element.account.length){
                       element.account.forEach((ele,i)=>{
                           this.treeData[index].children.push({});
-                          this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_('+(ele.accountStatus?'已停投':'投放中')+')';
+                          this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName+'_('+(ele.accountStatus?'已停投':'投放中')+')';
                           this.treeData[index].children[i].value=ele.accountId;
                           this.treeData[index].children[i].key=ele.accountId;
                           this.treeData[index].children[i].accountStatus=ele.accountStatus;

+ 1 - 1
src/views/modules/Statistics/accountReport.vue

@@ -852,7 +852,7 @@ export default {
                     if(element.account.length){
                       element.account.forEach((ele,i)=>{
                           this.treeData[index].children.push({});
-                          this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_('+(ele.accountStatus?'已停投':'投放中')+')';
+                          this.treeData[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName+'_('+(ele.accountStatus?'已停投':'投放中')+')';
                           this.treeData[index].children[i].value=ele.accountId;
                           this.treeData[index].children[i].key=ele.accountId;
                           // this.treeData[index].children[i].accountStatus=ele.accountStatus;

+ 3 - 3
src/views/modules/Statistics/imageStatics/imageCostReport.vue

@@ -620,7 +620,7 @@ export default {
         //请求项目和账户内容
         accountHttp(type){
             this.accountID=undefined;
-            getAction(`/ctop/projectMember/getProjectAccountByUserId?mediaType=${type}`, {}).then(res => {
+            getAction(`/ctop/projectMember/getAllProjectAccount?mediaType=${type}`, {}).then(res => {
                 if(res.success){                   
                     if(res.result){
                         res.result.forEach((element,index) => {
@@ -636,7 +636,7 @@ export default {
                                 if(element.account.length){
                                     element.account.forEach((ele,i)=>{
                                         this.TTaccountList[index].children.push({});
-                                        this.TTaccountList[index].children[i].title=ele.userName+'_'+ele.authName;
+                                        this.TTaccountList[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName;
                                         this.TTaccountList[index].children[i].value=ele.accountId;
                                         this.TTaccountList[index].children[i].key=ele.accountId;
                                     })
@@ -654,7 +654,7 @@ export default {
                                 if(element.account.length){
                                     element.account.forEach((ele,i)=>{
                                         this.KSaccountList[index].children.push({});
-                                        this.KSaccountList[index].children[i].title=ele.userName+'_'+ele.authName;
+                                        this.KSaccountList[index].children[i].title=ele.userName+'_'+ele.authName+'_'+element.project.projectName;
                                         this.KSaccountList[index].children[i].value=ele.accountId;
                                         this.KSaccountList[index].children[i].key=ele.accountId;
                                     })

+ 3 - 2
vue.config.js

@@ -70,12 +70,13 @@ module.exports = {
       '/jeecg-boot': {
         //  target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
-        // target: 'http://192.168.1.188:8088', //请求本地 需要jeecg-boot后台项目  英豪
+        target: 'http://192.168.1.188:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
 
         // target: 'http://192.168.1.74:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.74:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
+        
         // target: 'http://192.168.0.170:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
 
         // target: 'http://192.168.1.94:8080', //请求本地 需要jeecg-boot后台项目  赵西安
@@ -85,7 +86,7 @@ module.exports = {
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
-        target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
+        // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',