Pārlūkot izejas kodu

Merge branch 'hjw-222' of https://git.agilestar.cn/spfm/spfm-market-front into hjw-newindex

hujunwei@agilestar.cn 1 gadu atpakaļ
vecāks
revīzija
953041468f
36 mainītis faili ar 284 papildinājumiem un 114 dzēšanām
  1. 5 0
      src/components/workflow.vue
  2. 10 0
      src/components/workflowBase.vue
  3. 3 2
      src/pages/main/accountPermissions/accountApplication.vue
  4. 3 2
      src/pages/main/accountPermissions/accountPermissions.vue
  5. 3 2
      src/pages/main/accountPermissions/accountdel.vue
  6. 3 2
      src/pages/main/accountPermissions/aqbgsyList.vue
  7. 3 3
      src/pages/main/accountPermissions/klhfsqList.vue
  8. 3 2
      src/pages/main/accountPermissions/rltzjlList.vue
  9. 3 2
      src/pages/main/accountPermissions/sjkdbList.vue
  10. 3 2
      src/pages/main/accountPermissions/tyshList.vue
  11. 2 0
      src/pages/main/advertising/materialApplication.vue
  12. 2 0
      src/pages/main/advertising/materialApplicationds.vue
  13. 2 1
      src/pages/main/applyFor/authoriZation.vue
  14. 2 1
      src/pages/main/applyFor/backupRequire.vue
  15. 3 2
      src/pages/main/applyFor/emergencyPlan.vue
  16. 2 1
      src/pages/main/applyFor/internetAccess.vue
  17. 2 1
      src/pages/main/applyFor/resourceApply.vue
  18. 2 1
      src/pages/main/applyFor/securityAudit.vue
  19. 2 0
      src/pages/main/applyFor/userChange.vue
  20. 3 2
      src/pages/main/bfsj/bfsjList.vue
  21. 4 4
      src/pages/main/firewall/formTable.vue
  22. 3 2
      src/pages/main/firewall/index.vue
  23. 16 2
      src/pages/main/internetAssessment/internetAssessment.vue
  24. 2 0
      src/pages/main/leader/demand/demandHome.vue
  25. 2 1
      src/pages/main/leader/risk/riskMaterials.vue
  26. 4 4
      src/pages/main/opcode/formTables.vue
  27. 3 2
      src/pages/main/opcode/index.vue
  28. 3 2
      src/pages/main/productionDataExport/cityHome.vue
  29. 3 2
      src/pages/main/productionDataExport/provinceHome.vue
  30. 3 2
      src/pages/main/provincialWorkOrder/provincialWorkOrder.vue
  31. 3 2
      src/pages/main/provincialWorkOrder/provincialWorkOrderArea.vue
  32. 85 26
      src/pages/main/terminals/advchecks.vue
  33. 64 27
      src/pages/main/terminals/advertincreases.vue
  34. 22 8
      src/pages/main/terminals/components/adverts.vue
  35. 3 2
      src/pages/main/userList/docAppr.vue
  36. 3 2
      src/pages/main/userList/userList.vue

+ 5 - 0
src/components/workflow.vue

@@ -179,6 +179,9 @@ export default {
   props: {
     //  表格数据和表格部分属性的对象
     // eslint-disable-next-line vue/require-default-prop
+    request_formTitle: {
+      type: String,
+    },
     list: {
       type: Object,
     },
@@ -276,6 +279,7 @@ export default {
         userId: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员id
         taskId: this.list.taskId, //表单标识
         // procinstid: this.list.processId,
+        title: this.request_formTitle,//代办标题
         taskName: this.clicknextName, //流程节点
         userCode: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员code
         content: this.textarea, //意见内容
@@ -284,6 +288,7 @@ export default {
       let newlist = {
         userId: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员id
         taskId: this.list.taskId, //表单标识
+        title: this.request_formTitle,//代办标题
         // procinstid: this.list.processId,
         taskName: this.clicknextName, //流程节点
         userCode: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员code

+ 10 - 0
src/components/workflowBase.vue

@@ -135,6 +135,9 @@ export default {
   props: {
     //  表格数据和表格部分属性的对象
     // eslint-disable-next-line vue/require-default-prop
+    request_formTitle: {
+      type: String,
+    },
     list: {
       type: Object,
     },
@@ -146,6 +149,9 @@ export default {
     },
   },
   created() {
+    if (this.adminResourceId) {
+      this.manyReassignment = true;
+    }
     console.log(this.list);
     this.getNextPath(this.list.resourceId, 1);
     this.getMetirialType();
@@ -172,6 +178,7 @@ export default {
       function success(data) { }
     },
     async nextWorks(lists, list) {
+      // lists.title = this.request_formTitle
       let listss = {
         userId: this.nextDealManList, //人员id
         taskId: this.list.taskId, //表单标识
@@ -219,6 +226,7 @@ export default {
         userId: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员id
         taskId: this.list.taskId, //表单标识
         // procinstid: this.list.processId,
+        title: this.request_formTitle,//代办标题
         taskName: this.clicknextName, //流程节点
         userCode: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员code
         content: this.textarea, //意见内容
@@ -227,6 +235,7 @@ export default {
         userId: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员id
         taskId: this.list.taskId, //表单标识
         // procinstid: this.list.processId,
+        title: this.request_formTitle,//代办标题
         taskName: this.clicknextName, //流程节点
         userCode: JSON.parse(window.sessionStorage.userInfo).loginNo, //人员code
         content: this.textarea, //意见内容
@@ -319,6 +328,7 @@ export default {
     },
     async nextWork(list) {
       console.log(list);
+      // list.title = this.request_formTitle
       //e:yes||no,list:传入数组,title:结束标签,res:驳回标签,id:工单更新id
       let _this = this;
       let copylist = list

+ 3 - 2
src/pages/main/accountPermissions/accountApplication.vue

@@ -238,9 +238,9 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -1433,6 +1433,7 @@ export default {
                                 this.fromList.templateAccessoryIdList.push(item.id);
                             })
                         }
+                        this.request_form.title = '[IT工作台]-账号申请-' + this.fromList.needName;
                         this.$http({
                             url: "/market/BomcProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/accountPermissions/accountPermissions.vue

@@ -78,10 +78,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -685,6 +685,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
+                        this.request_form.title = '[IT工作台]-账号权限申请-' + this.fromList.needName;
                         this.$http({
                             url: "/market/ZhqxProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/accountPermissions/accountdel.vue

@@ -129,9 +129,9 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -956,6 +956,7 @@ export default {
                                 this.fromList.accessoryIdList.push(item.id);
                             })
                         }
+                        this.request_form.title = '[IT工作台]-账号删除-' + this.fromList.needName;
                         this.$http({
                             url: "/market/ZhscProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/accountPermissions/aqbgsyList.vue

@@ -66,10 +66,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -715,6 +715,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
+                        this.request_form.title = '[IT工作台]-安全报告审阅-'+this.fromList.needName;
                         this.$http({
                             url: "/market/AqbgProcess/update",
                             method: "post",

+ 3 - 3
src/pages/main/accountPermissions/klhfsqList.vue

@@ -84,9 +84,9 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -767,7 +767,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
-
+                        this.request_form.title = '[IT工作台]-口令恢复申请-' + this.fromList.needName;
                         this.$http({
                             url: "/market/KlhfProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/accountPermissions/rltzjlList.vue

@@ -82,10 +82,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -767,6 +767,7 @@ export default {
                                 this.fromList.accessoryIdList.push(item.id);
                             })
                         }
+                        this.request_form.title = '[IT工作台]-容量调整记录-' + this.fromList.needName;
                         this.$http({
                             url: "/market/RltzProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/accountPermissions/sjkdbList.vue

@@ -147,9 +147,9 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -1084,6 +1084,7 @@ export default {
                                 this.fromList.accessoryIdList.push(item.id);
                             })
                         }
+                        this.request_form.title = '[IT工作台]-数据库导表-' + this.fromList.needName;
                         this.$http({
                             url: "/market/SjkdbProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/accountPermissions/tyshList.vue

@@ -86,10 +86,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -757,6 +757,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
+                        this.request_form.title = '[IT工作台]-通用审核-' + this.fromList.needName;
                         this.$http({
                             url: "/market/TyshProcess/update",
                             method: "post",

+ 2 - 0
src/pages/main/advertising/materialApplication.vue

@@ -117,6 +117,7 @@
           :list="infolist"
           @updateForm = "updateForm"
           :requestForm="requestForm"
+          :request_formTitle="request_form.title"
         />
          <!-- @dialogVisible1 = "Visible1" -->
         <!-- <WorkflowEntrance
@@ -1696,6 +1697,7 @@
               }else{
                  list.mkFileShareAttachList = this.attList;
               }
+              this.request_form.title = '[市场工作台]-'+'省宣传物料申请及审批-'+ this.infolist.needName;
                    this.$http({
                     url: "/market/xcwlProcessImport/update",
                     method: "post",

+ 2 - 0
src/pages/main/advertising/materialApplicationds.vue

@@ -116,6 +116,7 @@
           :list="infolist"
           @updateForm = "updateForm"
           :requestForm="requestForm"
+          :request_formTitle="request_form.title"
         />
          <!-- @dialogVisible1 = "Visible1" -->
         <!-- <WorkflowEntrance
@@ -1661,6 +1662,7 @@
               }else{
                  list.mkFileShareAttachList = this.attList;
               }
+              this.request_form.title = '[市场工作台]-'+'地市宣传物料申请及审批-'+ this.infolist.needName;
                    this.$http({
                     url: "/market/xcwlProcessImport/update",
                     method: "post",

+ 2 - 1
src/pages/main/applyFor/authoriZation.vue

@@ -157,7 +157,7 @@
         :destroy-on-close="true">
         <!--  -->
         <!-- <Workflow :list="ruleForm" :requestForm="requestForm" @dialogVisible1 = "Visible1"/> -->
-        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" />
+        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" :request_formTitle="request_form.title"/>
         <!-- @dialogVisible1 = "Visible1" -->
         <!-- <WorkflowEntrance
           :list="ruleForm"
@@ -847,6 +847,7 @@ export default {
       } else {
         this.ruleForm.batFileShareAttachList = this.attList1;
       }
+      this.request_form.title = '[IT工作台]-' + '口令授权-' + this.$refs.ruleForm.model.needName;
       this.$http({
         url: "/market/KlsqProcess/update",
         method: "post",

+ 2 - 1
src/pages/main/applyFor/backupRequire.vue

@@ -97,7 +97,7 @@
         :destroy-on-close="true">
         <!--  -->
         <!-- <Workflow :list="ruleForm" :requestForm="requestForm" @dialogVisible1 = "Visible1"/> -->
-        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" />
+        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" :request_formTitle="request_form.title"/>
         <!-- @dialogVisible1 = "Visible1" -->
         <!-- <WorkflowEntrance
           :list="ruleForm"
@@ -643,6 +643,7 @@ export default {
       } else {
         this.ruleForm.mkFileShareAttachList = this.attList;
       }
+      this.request_form.title = '[IT工作台]-' + '备份需求及变更-' + this.$refs.ruleForm.model.needName;
       this.$http({
         url: "/market/BfxqProcess/update",
         method: "post",

+ 3 - 2
src/pages/main/applyFor/emergencyPlan.vue

@@ -96,9 +96,9 @@
           :requestForm="requestForm"
         /> -->
         <Workflow ref="workflow" :list="ruleForm" v-if="isWorkflowStatus == true" @beforeClose="beforeClose"
-          @updateForm="updateForm" :requestForm="requestForm" :adminResourceId="adminResourceId" />
+          @updateForm="updateForm" :requestForm="requestForm" :adminResourceId="adminResourceId" :request_formTitle="request_form.title"/>
         <WorkflowEntrance :list="ruleForm" v-else :lastManList="lastManList" @beforeClose="beforeClose"
-          :requestForm="requestForm" />
+          :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
         <span slot="footer" class="dialog-footer">
         </span>
@@ -769,6 +769,7 @@ export default {
       } else {
         this.ruleForm.mkFileShareAttachList = this.attList;
       }
+      this.request_form.title = '[IT工作台]-' + '应急预案审批-' + this.$refs.ruleForm.model.needName;
       this.$http({
         url: "/market/yjyaProcess/update",
         method: "post",

+ 2 - 1
src/pages/main/applyFor/internetAccess.vue

@@ -103,7 +103,7 @@
         :destroy-on-close="true">
         <!--  -->
         <!-- <Workflow :list="ruleForm" :requestForm="requestForm" @dialogVisible1 = "Visible1"/> -->
-        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" />
+        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" :request_formTitle="request_form.title"/>
         <!-- @dialogVisible1 = "Visible1" -->
         <!-- <WorkflowEntrance
           :list="ruleForm"
@@ -650,6 +650,7 @@ export default {
       } else {
         this.ruleForm.mkFileShareAttachList = this.attList;
       }
+      this.request_form.title = '[IT工作台]-' + '互联网访问端口开放-' + this.$refs.ruleForm.model.needName;
       this.$http({
         url: "/market/HlwProcess/update",
         method: "post",

+ 2 - 1
src/pages/main/applyFor/resourceApply.vue

@@ -102,7 +102,7 @@
         :destroy-on-close="true">
         <!--  -->
         <!-- <Workflow :list="ruleForm" :requestForm="requestForm" @dialogVisible1 = "Visible1"/> -->
-        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" />
+        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" :request_formTitle="request_form.title"/>
         <!-- @dialogVisible1 = "Visible1" -->
         <!-- <WorkflowEntrance
           :list="ruleForm"
@@ -649,6 +649,7 @@ export default {
       } else {
         this.ruleForm.mkFileShareAttachList = this.attList;
       }
+      this.request_form.title = '[IT工作台]-' + '系统资源申请-' + this.$refs.ruleForm.model.needName;
       this.$http({
         url: "/market/zysqProcess/update",
         method: "post",

+ 2 - 1
src/pages/main/applyFor/securityAudit.vue

@@ -90,7 +90,7 @@
         width="100%" height="100vh" class="dialogClass" top="0" :modal="false" :modal-append-to-body="true"
         :destroy-on-close="true">
 
-        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" />
+        <Workflow :list="ruleForm" @updateForm="updateForm" :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
         <span slot="footer" class="dialog-footer">
         </span>
@@ -631,6 +631,7 @@ export default {
       } else {
         this.ruleForm.mkFileShareAttachList = this.attList;
       }
+      this.request_form.title = '[IT工作台]-' + '安全审计计划管理-' + this.$refs.ruleForm.model.needName;
       this.$http({
         url: "/market/AqsjProcess/update",
         method: "post",

+ 2 - 0
src/pages/main/applyFor/userChange.vue

@@ -281,6 +281,7 @@
           :list="ruleForm"
           @updateForm = "updateForm"
           :requestForm="requestForm"
+          :request_formTitle="request_form.title"
         />
         
         <span slot="footer" class="dialog-footer">
@@ -1083,6 +1084,7 @@ export default {
                  this.ruleForm.mkFileShareAttachList = this.attList;
               }
           // this.ruleForm.yhbgProcessMeList = this.tableData1;
+          this.request_form.title = '[IT工作台]-'+'用户使用者变更-'+ this.$refs.ruleForm.model.needName;
         this.$http({
           url: "/market/YhbgProcess/update",
           method: "post",

+ 3 - 2
src/pages/main/bfsj/bfsjList.vue

@@ -66,10 +66,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -715,6 +715,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
+                        this.request_form.title = '[IT工作台]-'+'备份数据-'+ this.fromList.needName;
                         this.$http({
                             url: "/market/bfsjProcess/update",
                             method: "post",

+ 4 - 4
src/pages/main/firewall/formTable.vue

@@ -267,7 +267,7 @@ export default {
                 type: "bt1n",
                 typename: "上传文件",
                 limit: 5,
-                url: "/market/waf/upload",
+                url: "/market/waf/uploadByMinio",
                 fileList: [],
             },
             postEdit: false,
@@ -675,13 +675,13 @@ export default {
             console.log(123);
             if (this.form.mkFileShareAttachList.length > 1) {
                 this.$http({
-                    url: "/market/waf/downAllFile",
+                    url: "/market/waf/downAllFileByMinio",
                     method: "post",
                     headers: {
                         "Content-Type": "application/json",
                     },
                     responseType: "blob",
-                    data: { mkFileShareAttachList: this.form.mkFileShareAttachList },
+                    data: { wfFileShareAttachList: this.form.mkFileShareAttachList },
                 }).then((response) => {
                     if (window.navigator && window.navigator.msSaveOrOpenBlob) {
                         let blob = new Blob([response.data], {
@@ -714,7 +714,7 @@ export default {
                     fileName: this.form.mkFileShareAttachList[0].name,
                 };
                 this.$http({
-                    url: "/market/waf/downFile",
+                    url: "/market/waf/downFileByMinio",
                     method: "post",
                     headers: {
                         "Content-Type": "application/json",

+ 3 - 2
src/pages/main/firewall/index.vue

@@ -29,9 +29,9 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow ref="workflow" :list="fromList" v-if="isWorkflowStatus == true" @updateForm="beforeClose"
-                    :requestForm="requestForm" :adminResourceId="adminResourceId" />
+                    :requestForm="requestForm" :adminResourceId="adminResourceId" :request_formTitle="request_form.title"/>
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="beforeClose"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
             </el-dialog>
         </div>
 
@@ -778,6 +778,7 @@ export default {
             });
         },
         setUpdateCopy(e) {
+            this.request_form.title = '[IT工作台]-防火墙策略-' + this.$refs.formTable.form.needName;
             this.$http({
                 url: "/market/fhqProcess/update",
                 method: "post",

+ 16 - 2
src/pages/main/internetAssessment/internetAssessment.vue

@@ -386,10 +386,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :adminResourceId="adminResourceId" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -723,6 +723,7 @@ export default {
             },
 
             savestatusBtn: false,
+            adminResourceId: "", //转派多人id
 
 
         }
@@ -886,6 +887,9 @@ export default {
             let res = await this.common.httpPost(obj, success);
             function success(data) {
                 console.log('panduan');
+                if (data.lastMan == true) {
+                    _this.adminResourceId = data.adminResourceId;
+                }
                 _this.isWorkflowStatus = data.lastMan == false ? false : true;
                 _this.lastManList = data;
                 console.log(_this.isWorkflowStatus);
@@ -1145,6 +1149,7 @@ export default {
                             })
                         }
                         this.fromList.content = JSON.stringify(this.$refs.form.model.content1);
+                        this.request_form.title = '[市场工作台]-互联网电视考核-' + this.fromList.needName;
                         this.$http({
                             url: "/market/HlwDskhProcess/update",
                             method: "post",
@@ -1313,10 +1318,19 @@ export default {
                 console.log(res.data.body.nextShapes[0].multi);
                 if (res.data.body.nextShapes[0].multi) {
                     if (res.data.body.nextShapes[0].multi.multi === "true") {
+                        console.log('这是mulit节点');
                         this.getLastName();
+                    } else {
+                        this.adminResourceId = ''
+                        console.log('这不是mulit节点');
+                        this.destroy = true;
+                        this.handleStatus = true;
+                        this.getMetirialType();
                     }
                 }
                 if (this.fromList.taskId || this.fromList.processId) {
+                    this.adminResourceId = ''
+                    console.log('这不是mulit节点');
                     this.destroy = true;
                     this.handleStatus = true;
                     this.getMetirialType();

+ 2 - 0
src/pages/main/leader/demand/demandHome.vue

@@ -817,6 +817,7 @@ export default {
       let res = await this.common.httpPost(obj, success);
       function success(data) {
         console.log(data);
+        console.log('panduan');
         if (data.lastMan == true) {
           _this.adminResourceId = data.adminResourceId;
         }
@@ -1266,6 +1267,7 @@ export default {
 
         this.dialogStatus = true;
         this.saveStatus = true;
+        this.startStatus = true
       });
     },
     setForm(e) {

+ 2 - 1
src/pages/main/leader/risk/riskMaterials.vue

@@ -99,7 +99,7 @@
         <div v-if="destroy">
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses"
                 :modal="false" v-if="handleStatus" :destroy-on-close="true">
-                <Workflow :list="fromList" @updateForm="updateForm" :requestForm="requestForm" />
+                <Workflow :list="fromList" @updateForm="updateForm" :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -948,6 +948,7 @@ export default {
                                 //     this.fromList.processAccessoryList = attList;
                                 // }
                                 this.fromList.tableName = this.tableName;
+                                this.request_form.title = '[市场工作台]-风险点防控-'+this.fromList.needName;
                                 this.$http({
                                     url: "/market/fxfkProcess/update",
                                     method: "post",

+ 4 - 4
src/pages/main/opcode/formTables.vue

@@ -168,7 +168,7 @@ export default {
                 type: "bt1n",
                 typename: "上传文件",
                 limit: 5,
-                url: "/market/waf/upload",
+                url: "/market/waf/uploadByMinio",
                 fileList: [],
             },
             postEdit: false,
@@ -445,13 +445,13 @@ export default {
             console.log(123);
             if (this.form.mkFileShareAttachList.length > 1) {
                 this.$http({
-                    url: "/market/waf/downAllFile",
+                    url: "/market/waf/downAllFileByMinio",
                     method: "post",
                     headers: {
                         "Content-Type": "application/json",
                     },
                     responseType: "blob",
-                    data: { mkFileShareAttachList: this.form.mkFileShareAttachList },
+                    data: { wfFileShareAttachList: this.form.mkFileShareAttachList },
                 }).then((response) => {
                     if (window.navigator && window.navigator.msSaveOrOpenBlob) {
                         let blob = new Blob([response.data], {
@@ -484,7 +484,7 @@ export default {
                     fileName: this.form.mkFileShareAttachList[0].name,
                 };
                 this.$http({
-                    url: "/market/waf/downFile",
+                    url: "/market/waf/downFileByMinio",
                     method: "post",
                     headers: {
                         "Content-Type": "application/json",

+ 3 - 2
src/pages/main/opcode/index.vue

@@ -29,9 +29,9 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow ref="workflow" :list="fromList" v-if="isWorkflowStatus == true" @updateForm="beforeClose"
-                    :requestForm="requestForm" :adminResourceId="adminResourceId" />
+                    :requestForm="requestForm" :adminResourceId="adminResourceId" :request_formTitle="request_form.title"/>
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="beforeClose"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
             </el-dialog>
         </div>
 
@@ -761,6 +761,7 @@ export default {
             });
         },
         setUpdateCopy(e) {
+            this.request_form.title = '[IT工作台]-Op_Code-' + this.$refs.formTable.form.needName;
             this.$http({
                 url: "/market/opProcess/update",
                 method: "post",

+ 3 - 2
src/pages/main/productionDataExport/cityHome.vue

@@ -75,9 +75,10 @@
                     @updateForm="beforeClose"
                     v-if="isWorkflowStatus == true"
                     :requestForm="requestForm"
+                    :request_formTitle="request_form.title"
                 />
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="beforeClose"
-                                  :requestForm="requestForm" />
+                                  :requestForm="requestForm" :request_formTitle="request_form.title"/>
             </el-dialog>
         </div>
 
@@ -1078,7 +1079,7 @@
             },
 
             setUpdateForm(e) {
-                this.request_form.title = this.$refs.formTable.form.needName;
+                this.request_form.title = "[工作台]-地市生产数据导出-" + this.$refs.formTable.form.needName;
                 // this.$refs.formTable.form.taskId = e;
                 this.$http({
                     url: "/market/scsjdcCitProcess/update",

+ 3 - 2
src/pages/main/productionDataExport/provinceHome.vue

@@ -75,9 +75,10 @@
                     @updateForm="beforeClose"
                     v-if="isWorkflowStatus == true"
                     :requestForm="requestForm"
+                    :request_formTitle="request_form.title"
                 />
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="beforeClose"
-                                  :requestForm="requestForm" />
+                                  :requestForm="requestForm"  :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -929,7 +930,7 @@
 
 
             setForm(e) {
-                this.request_form.title = this.$refs.formTable.form.needName;
+                this.request_form.title = "[工作台]-省生产数据导出-" + this.$refs.formTable.form.needName;
                 this.$http({
                     url: "/market/scsjdcProProcess/add",
                     method: "post",

+ 3 - 2
src/pages/main/provincialWorkOrder/provincialWorkOrder.vue

@@ -90,10 +90,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -1008,6 +1008,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
+                        this.request_form.title = '[工作台]-省通用工单-'+this.fromList.needName;
                         this.$http({
                             url: "/market/tygdProProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/provincialWorkOrder/provincialWorkOrderArea.vue

@@ -97,10 +97,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -824,6 +824,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
+                        his.request_form.title = '[工作台]-地市通用工单-'+this.fromList.needName;
                         this.$http({
                             url: "/market/tygdCityProcess/update",
                             method: "post",

+ 85 - 26
src/pages/main/terminals/advchecks.vue

@@ -4,13 +4,27 @@
       <toolList @iconCli="iconCli" :tooltit="tooltit"></toolList>
       <div class="search">
         <el-select v-model="advstatus" @change="advchange">
-          <el-option v-for="items in advopt" :key="items.id" :label="items.name" :value="items.id">
+          <el-option
+            v-for="items in advopt"
+            :key="items.id"
+            :label="items.name"
+            :value="items.id"
+          >
           </el-option>
         </el-select>
       </div>
       <div class="tabbox">
-        <el-table height="calc(100% - 40px)" class="com-table" ref="multipleTable" :data="tableData"
-          tooltip-effect="dark" size="small" border style="width: 100%" v-loading="loading">
+        <el-table
+          height="calc(100% - 40px)"
+          class="com-table"
+          ref="multipleTable"
+          :data="tableData"
+          tooltip-effect="dark"
+          size="small"
+          border
+          style="width: 100%"
+          v-loading="loading"
+        >
           <el-table-column prop="process_id" label="工单编号">
           </el-table-column>
           <el-table-column prop="need_name" label="工单标题"> </el-table-column>
@@ -22,9 +36,19 @@
           <el-table-column prop="taskName" label="状态"> </el-table-column>
           <el-table-column label="操作" width="120px" align="center">
             <template slot-scope="scope">
-              <el-button size="mini" type="primary" @click="dialogCheck(scope.row, 1)">查看</el-button>
+              <el-button
+                size="mini"
+                type="primary"
+                @click="dialogCheck(scope.row, 1)"
+                >查看</el-button
+              >
               <!--<el-button size="mini" type="danger" v-if="scope.row.sts==3"-->
-              <el-button size="mini" v-if="scope.row.status === '1'" type="danger" @click="dialogCheck(scope.row, 2)">审核
+              <el-button
+                size="mini"
+                v-if="scope.row.status === '1'"
+                type="danger"
+                @click="dialogCheck(scope.row, 2)"
+                >审核
               </el-button>
               <!-- <el-button
                 v-if="
@@ -38,12 +62,24 @@
             </template>
           </el-table-column>
         </el-table>
-        <el-pagination class="pageBox" @current-change="currchange" layout="prev, pager, next" background
-          :total="total">
+        <el-pagination
+          class="pageBox"
+          @current-change="currchange"
+          layout="prev, pager, next"
+          background
+          :total="total"
+        >
         </el-pagination>
       </div>
-      <el-dialog title="广告管理" v-if="dialogStatus" :visible.sync="dialogStatus" width="80%" :destroy-on-close="true"
-        :modal-append-to-body="false" :close-on-click-modal="false">
+      <el-dialog
+        title="广告管理"
+        v-if="dialogStatus"
+        :visible.sync="dialogStatus"
+        width="80%"
+        :destroy-on-close="true"
+        :modal-append-to-body="false"
+        :close-on-click-modal="false"
+      >
         <div>
           <advert
             v-if="typestatsu === 2"
@@ -56,8 +92,14 @@
         </div>
       </el-dialog>
 
-      <el-dialog title="定稿素材" :visible.sync="dialogStatusc" width="50%" :destroy-on-close="true"
-        :modal-append-to-body="false" :close-on-click-modal="false">
+      <el-dialog
+        title="定稿素材"
+        :visible.sync="dialogStatusc"
+        width="50%"
+        :destroy-on-close="true"
+        :modal-append-to-body="false"
+        :close-on-click-modal="false"
+      >
         <!-- <el-form>
                     <el-form-item class="info-line online">
                         <span>素材类型</span>
@@ -94,8 +136,8 @@ export default {
   },
   data() {
     return {
-      draftStatus:true,
-      clickStatus:"",
+      draftStatus: true,
+      clickStatus: "",
       tooltit: "广告管理",
       auditStatus: false,
       fullscreen: false,
@@ -148,11 +190,17 @@ export default {
   },
   methods: {
     //我的待办
-    getQueryList() {
+    getQueryList(e) {
       let list = {
         tableName: this.tableName,
       };
+      if (e.id) {
+        list.taskId = e.id;
+      }
       getTodoBase(this.pageSize, "", list).then((res) => {
+        if (e.id) {
+          this.dialogCheck(res.data.data[0], 2);
+        }
         this.tableData = res.data.data;
         this.tableData.map((item) => {
           item.status = "1";
@@ -299,11 +347,11 @@ export default {
     //获取列表
     getList(e) {
       console.log(e);
-      switch (e) {
+      switch (e.type) {
         //我的待办
         case "0":
           this.auditStatus = true;
-          this.getQueryList();
+          this.getQueryList(e);
           break;
         //我的已办
         case "1":
@@ -411,19 +459,18 @@ export default {
       this.getList(this.clickStatus);
     },
     advchange(e) {
-      this.total = 0
-      this.pageSize = 1
-      this.clickStatus = e
+      this.total = 0;
+      this.pageSize = 1;
+      this.clickStatus = e;
       this.getList(this.clickStatus);
     },
     //处理申请
     dialogCheck(n, v) {
-
       if (v == 1) {
         this.changeinfo = false;
-        this.saveStatus = false
+        this.saveStatus = false;
       } else {
-        if(n.taskName == "科室经理审批"){
+        if (n.taskName == "起草") {
           this.draftStatus = false;
         }
         this.changeinfo = true;
@@ -541,14 +588,26 @@ export default {
   },
   mounted() {
     this.userInfo = JSON.parse(window.sessionStorage.userInfo);
-    this.advstatus = String(this.$route.query.type);
-    this.clickStatus = this.$route.query.type;
-    this.getList(this.advstatus);
+    console.log(this.$route.query);
+    if (this.$route.query.id) {
+      this.advstatus = "0";
+      this.clickStatus = "0";
+      this.getList({
+        id: this.$route.query.id,
+        type: "0",
+      });
+    } else {
+      this.advstatus = String(this.$route.query.type);
+      this.clickStatus = this.$route.query.type;
+      this.getList({
+        type: this.advstatus,
+      });
+    }
 
     this.ctrlbtn();
     this.gettype();
   },
-  created() { },
+  created() {},
 };
 </script>
 <style scoped lang="scss">

+ 64 - 27
src/pages/main/terminals/advertincreases.vue

@@ -191,6 +191,7 @@
         :list="infolist"
         :requestForm="requestForm"
         @updateForm="updateForm"
+        :request_formTitle="request_form.title"
       />
       <!-- <div>
         <el-form :model="infolist" ref="infolist">
@@ -420,9 +421,11 @@ export default {
       materTypeopt: [],
       attList: [],
       fileInfo: {
-        type: "img",
+        // type: "img",
+        type: "bt1n",
         limit: 50,
-        url: "/market/ggsj/upload",
+        // url: "/market/ggsj/upload",
+        url: "/market/waf/uploadByMinio",
         fileList: [],
       },
       checkList: [],
@@ -441,15 +444,17 @@ export default {
       request_form: {
         userId: "",
         userName: "",
-        path: this.$router.currentRoute.name,
+        // path: this.$router.currentRoute.name,
+        path: 'advchecks',
         userCode: JSON.parse(window.sessionStorage.userInfo).loginNo,
         title: "",
         businessKey: "",
         processDefinitionKey: "ggsj_process",
       },
       requestForm: {
-          fresourceId: "99e7da22-5f04-11ed-b399-e00084564cce", //线上环境
-        // fresourceId: "e817fc35-5a51-11ed-8912-00505687dcd3", //测试环境
+          fresourceId: "7f3e39a2-ed7e-11ed-8138-e00084564cce", //线上环境
+        
+        // fresourceId: "3886c339-ebe4-11ed-997f-00505687dcd3", //测试环境
         // fresourceId: "3c9baf21-3e43-11ed-ad6b-d6cd97160e00",//本地环境
         processDefinitionKey: "ggsj_process",
       },
@@ -485,22 +490,54 @@ export default {
         });
       }
     },
-    getUserIds() {
-      this.$http({
-        url: "/market/waf/queryRoleByName",
+    // getUserIds() {
+    //   // console.log(this.infolist.need_name)
+    //   this.$http({
+    //     url: "/market/waf/queryRoleByName",
+    //     method: "post",
+    //     headers: {
+    //       "Content-Type": "application/json",
+    //     },
+    //     data: {
+    //       userCode: JSON.parse(window.sessionStorage.userInfo).loginNo,
+    //     },
+    //   }).then((res) => {
+    //     this.request_form.title = this.infolist.need_name;
+    //     this.request_form.userName = res.data.data.rows[0].name;
+    //     this.request_form.userId = res.data.data.rows[0].userCode;
+    //   });
+    // },
+     //获取userID
+       getUserIds() {
+        let id = JSON.parse(window.sessionStorage.userInfo).loginNo
+        this.$http({
+        url: "/market//api/user/info/queryNodePers?params="+ id,
         method: "post",
         headers: {
-          "Content-Type": "application/json",
+         "Content-Type": "application/json",
         },
-        data: {
-          userCode: JSON.parse(window.sessionStorage.userInfo).loginNo,
+         data: {
+          // params: JSON.parse(window.sessionStorage.userInfo).loginNo,
+       },
+      }).then((res) => {
+        this.request_form.userName = res.data[0].children[0].loginNameStr;
+        this.request_form.userId = res.data[0].children[0].loginNoStr;
+        this.request_form.title = '[市场工作台]-'+'广告设计及素材库-'+ this.$refs.infolist.model.need_name;
+        this.$http({
+        url: "/market/ggsj/add",
+        method: "post",
+        headers: {
+          "Content-Type": "application/json",
         },
+        data: this.infolist,
       }).then((res) => {
-        this.request_form.title = this.userInfo.need_name;
-        this.request_form.userName = res.data.data.rows[0].name;
-        this.request_form.userId = res.data.data.rows[0].userCode;
+        this.request_form.businessKey = res.data.body;
+        this.clickHandle(res.data.body);
+        this.$message.success('保存成功')
       });
-    },
+        
+       });
+     },
     //保存工单启动工作流
     clickSave() {
       if (this.spreadchannelzList !== []) {
@@ -513,18 +550,18 @@ export default {
         this.infolist.mkFileShareAttachList = this.attList;
       }
       this.getUserIds();
-      this.$http({
-        url: "/market/ggsj/add",
-        method: "post",
-        headers: {
-          "Content-Type": "application/json",
-        },
-        data: this.infolist,
-      }).then((res) => {
-        this.request_form.businessKey = res.data.body;
-        this.clickHandle(res.data.body);
-        this.$message.success('保存成功')
-      });
+      // this.$http({
+      //   url: "/market/ggsj/add",
+      //   method: "post",
+      //   headers: {
+      //     "Content-Type": "application/json",
+      //   },
+      //   data: this.infolist,
+      // }).then((res) => {
+      //   this.request_form.businessKey = res.data.body;
+      //   this.clickHandle(res.data.body);
+      //   this.$message.success('保存成功')
+      // });
     },
     async clickHandle(e) {
       let _this = this;

+ 22 - 8
src/pages/main/terminals/components/adverts.vue

@@ -203,7 +203,7 @@
     </div>
     <el-dialog title="选择审批人" v-if="checkexa" :before-close="handleClose" :visible.sync="checkexa" :modal="false"
       width="100%" :destroy-on-close="true" :modal-append-to-body="false" :close-on-click-modal="false">
-      <Workflow :list="infoApply" :requestForm="requestForm" @updateForm="updateForm" />
+      <Workflow :list="infoApply" :requestForm="requestForm" @updateForm="updateForm" :request_formTitle="request_form.title"/>
     </el-dialog>
     <div slot="footer" class="dialog-footer">
       <el-button v-if="changeinfo" type="primary" @click="dialogCli(2)"
@@ -238,8 +238,9 @@ export default {
       // draftStatus:'',//起草状态更改表单状态
       uploadDownStatus: false,
       requestForm: {
-        fresourceId: "99e7da22-5f04-11ed-b399-e00084564cce", //线上环境
-        // fresourceId: "e817fc35-5a51-11ed-8912-00505687dcd3", //测试环境
+        fresourceId: "7f3e39a2-ed7e-11ed-8138-e00084564cce", //线上环境
+       
+        // fresourceId: "3886c339-ebe4-11ed-997f-00505687dcd3", //测试环境
         // fresourceId: "3c9baf21-3e43-11ed-ad6b-d6cd97160e00", //本地环境
         processDefinitionKey: "ggsj_process",
       },
@@ -285,13 +286,15 @@ export default {
       terminalopt: [],
       materTypeopt: [],
       datalist: {
-        url: "/bpm/api/download",
+        // url: "/bpm/api/download",
+        url: "/market/waf/downFileByMinio",
         type: 1,
       },
       fileInfo: {
-        type: "img",
+        // type: "img",
+        type: "bt1n",
         limit: 50,
-        url: "/market/ggsj/upload",
+        url: "/market/waf/uploadByMinio",
         fileList: [],
       },
       uploadstatus: false,
@@ -300,6 +303,16 @@ export default {
       uploadsts: false,
       attList: [],
       mkFileShareAttachList: [],
+      request_form: {
+        userId: "",
+        userName: "",
+        // path: this.$router.currentRoute.name,
+        path: 'advchecks',
+        userCode: JSON.parse(window.sessionStorage.userInfo).loginNo,
+        title: "",
+        businessKey: "",
+        processDefinitionKey: "ggsj_process",
+      },
       gys: [
         // {
         //     type:'设计类型1',
@@ -415,7 +428,7 @@ export default {
         this.suppdis = true;
         this.getSupp();
       }
-      if (this.infoApply.taskName == "宣传负责人上传") {
+      if (this.infoApply.taskName == "投票团比稿审稿" || this.infoApply.taskName == "广告公司设计" || this.infoApply.taskName == "需求人上传需求科室及部门审核意见" || this.infoApply.taskName == "宣传负责人定稿" || this.infoApply.taskName == "需求人上传执行反馈") {
         this.uploadsts = true;
       }
       // this.getDepot();
@@ -470,6 +483,7 @@ export default {
     },
     //添加
     dialogClis() {
+      this.request_form.title = '[市场工作台]-'+'广告设计及素材库-'+ this.$refs.infolist.model.need_name;
       this.$http({
         url: "/market/ggsj/update",
         method: "post",
@@ -541,7 +555,7 @@ export default {
           // this.suppdis = true;
           // this.getSupp();
         }
-        if (this.infoApply.taskName == "宣传负责人上传") {
+        if (this.infoApply.taskName == "投票团比稿审稿" || this.infoApply.taskName == "广告公司设计" || this.infoApply.taskName == "需求人上传需求科室及部门审核意见" || this.infoApply.taskName == "宣传负责人定稿" || this.infoApply.taskName == "需求人上传执行反馈") {
           let list = {
             id: this.infoApply.id,
             mkFileShareAttachList: [],

+ 3 - 2
src/pages/main/userList/docAppr.vue

@@ -68,10 +68,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -728,6 +728,7 @@ export default {
                         //         this.fromList.attId.push(item.id);
                         //     })
                         // }
+                        this.request_form.title = '[IT工作台]-文件审批-' + this.fromList.title;
                         this.$http({
                             url: "/market/wjspProcess/update",
                             method: "post",

+ 3 - 2
src/pages/main/userList/userList.vue

@@ -66,10 +66,10 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm" :request_formTitle="request_form.title" />
 
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" />
+                    :requestForm="requestForm"  :request_formTitle="request_form.title"/>
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -715,6 +715,7 @@ export default {
                     console.log(this.$refs.form.model)
                     this.savestatusBtn = true
                     if (this.fromList.id) {
+                        this.request_form.title = '[IT工作台]-用户清单-' + this.fromList.needName;
                         this.$http({
                             url: "/market/YhqdProcess/update",
                             method: "post",