yangbifan 2 lat temu
rodzic
commit
d0f95ac1bf

+ 42 - 42
src/components/workflowEntrance.vue

@@ -352,48 +352,48 @@ export default {
         },
         data: list,
       }).then((res) => {
-        if (status === 1) {
-          //第一次进入取路径
-          this.initialList = res.data.body;
-          if (
-            this.initialList.nextShapes[0].multi?.multi &&
-            res.data.body.nextShapes[0].multi.multi === "true"
-          ) {
-            this.transferStatus = true;
-          } else {
-            this.transferStatus = false;
-          }
-          if (
-            res.data.body.nextShapes[0].copy?.copy &&
-            res.data.body.nextShapes[0].copy.copy === "true"
-          ) {
-            this.CopyStatus = true;
-          } else {
-            this.CopyStatus = false;
-          }
-          // if (res.data.body.nextShapes[0].loop !== null) {
-          //   if (res.data.body.nextShapes[0].loop.loop === "true") {
-          //     this.transferStatus = true; //转派按钮生效
-          //   } else {
-          //     this.transferStatus = false;
-          //   }
-          // } else {
-          //   this.transferStatus = false;
-          // }
-          // if (res.data.body.nextShapes[0].copy !== null) {
-          //   if (res.data.body.nextShapes[0].copy.copy === "true") {
-          //     // this.copyStatus = true; //抄送按钮生效
-          //     this.CopyStatus = true;
-          //   } else {
-          //     this.copyStatus = false;
-          //   }
-          // } else {
-          //   this.copyStatus = false;
-          // }
-          res.data.body.currentShape.map((item, index) => {
-            this.getNextPath(item.resourceId, 2);
-          });
-        }
+        // if (status === 1) {
+        //   //第一次进入取路径
+        //   this.initialList = res.data.body;
+        //   if (
+        //     this.initialList.nextShapes[0].multi?.multi &&
+        //     res.data.body.nextShapes[0].multi.multi === "true"
+        //   ) {
+        //     this.transferStatus = true;
+        //   } else {
+        //     this.transferStatus = false;
+        //   }
+        //   if (
+        //     res.data.body.nextShapes[0].copy?.copy &&
+        //     res.data.body.nextShapes[0].copy.copy === "true"
+        //   ) {
+        //     this.CopyStatus = true;
+        //   } else {
+        //     this.CopyStatus = false;
+        //   }
+        //   // if (res.data.body.nextShapes[0].loop !== null) {
+        //   //   if (res.data.body.nextShapes[0].loop.loop === "true") {
+        //   //     this.transferStatus = true; //转派按钮生效
+        //   //   } else {
+        //   //     this.transferStatus = false;
+        //   //   }
+        //   // } else {
+        //   //   this.transferStatus = false;
+        //   // }
+        //   // if (res.data.body.nextShapes[0].copy !== null) {
+        //   //   if (res.data.body.nextShapes[0].copy.copy === "true") {
+        //   //     // this.copyStatus = true; //抄送按钮生效
+        //   //     this.CopyStatus = true;
+        //   //   } else {
+        //   //     this.copyStatus = false;
+        //   //   }
+        //   // } else {
+        //   //   this.copyStatus = false;
+        //   // }
+        //   res.data.body.currentShape.map((item, index) => {
+        //     this.getNextPath(item.resourceId, 2);
+        //   });
+        // }
         if (status === 2) {
           if (res.data.body.nextShapes[0].condition !== null) {
             this.node = res.data.body;

+ 2 - 2
src/pages/main/terminal/advertisement.vue

@@ -24,10 +24,10 @@
                     <div class="adv-tit" @click="jumpinfo">
                         <span>广告设计费明细</span>
                     </div>
-                    <div class="adv-tit adv-add" @click="advadd">
+                    <!-- <div class="adv-tit adv-add" @click="advadd">
                         <i class="el-icon-plus"></i>
                         <span>申请</span>
-                    </div>
+                    </div> -->
                 </div>
             </div>
         </div>

+ 2 - 2
src/pages/main/terminals/advertincreases.vue

@@ -446,8 +446,8 @@ export default {
         processDefinitionKey: "ggsj_process",
       },
       requestForm: {
-          // fresourceId: "99e7da22-5f04-11ed-b399-e00084564cce", //线上环境
-        fresourceId: "e817fc35-5a51-11ed-8912-00505687dcd3", //测试环境
+          fresourceId: "99e7da22-5f04-11ed-b399-e00084564cce", //线上环境
+        // fresourceId: "e817fc35-5a51-11ed-8912-00505687dcd3", //测试环境
         // fresourceId: "3c9baf21-3e43-11ed-ad6b-d6cd97160e00",//本地环境
         processDefinitionKey: "ggsj_process",
       },

+ 2 - 2
src/pages/main/terminals/components/adverts.vue

@@ -172,8 +172,8 @@ export default {
     return {
       applydept: '广告申请',
       requestForm: {
-        // fresourceId: "99e7da22-5f04-11ed-b399-e00084564cce", //线上环境
-        fresourceId: "e817fc35-5a51-11ed-8912-00505687dcd3", //测试环境
+        fresourceId: "99e7da22-5f04-11ed-b399-e00084564cce", //线上环境
+        // fresourceId: "e817fc35-5a51-11ed-8912-00505687dcd3", //测试环境
         // fresourceId: "3c9baf21-3e43-11ed-ad6b-d6cd97160e00", //本地环境
         processDefinitionKey: "ggsj_process",
       },