Browse Source

不备案审核流程修改

wucl 10 months ago
parent
commit
51a5566146
3 changed files with 8 additions and 6 deletions
  1. 4 1
      src/components/workflowBoard.vue
  2. 1 1
      src/views/major/myOrder.vue
  3. 3 4
      src/views/major/todoDetail.vue

+ 4 - 1
src/components/workflowBoard.vue

@@ -180,7 +180,10 @@ export default {
             commit.cleanReportNo = val.cleanReport;
         }
         if (val.nextHandlerId){
-          commit.nextHandlerId =  val.nextHandlerId
+          commit.nextHandlerId =  val.nextHandlerId;
+        }
+        if (val.secondCheckId){
+          commit.secondCheckId =  val.secondCheckId;
         }
       });
       if (isOk){

+ 1 - 1
src/views/major/myOrder.vue

@@ -103,7 +103,7 @@
             <span>{{ row.created }}</span>
           </template>
         </el-table-column>
-        <el-table-column fixed="right" label="操作" width="200" align="center">
+        <el-table-column fixed="right" label="操作" width="250" align="center">
           <template slot-scope="{row}">
               <PermissionButton menu-code="_views_myOrder_detail" class-name="filter-item" type="text" :page-jump="true"
                 size="mini"

+ 3 - 4
src/views/major/todoDetail.vue

@@ -1848,7 +1848,7 @@ export default {
           return 'evaluate'
         }
         if (check.includes(nodeCode)) {
-          return 'quality'
+          return 'producution'
         }
         if (saveCheck.includes(nodeCode)) {
           return 'finance'
@@ -3161,7 +3161,7 @@ export default {
       let commit = val.commit;
       let verify = new Object();
       verify.state = true;
-      verify.nextHandlerId = this.secondCheckUserId;
+      verify.secondCheckId = this.secondCheckUserId;
       let nodeCode = this.currentNode.nodeCode;
       if (commit.state === 'PASS') {
         this.getProductions(this.majorId, (this.reportNo == null ? this.statementNo : this.reportNo));
@@ -3304,8 +3304,7 @@ export default {
           case "CHECK_STATEMENT":
           case "CHECK_REPORT":
           case "CHECK_LETTER":
-          case "LAND_REPORT_NOT_RECORD_CHECK":
-            if (commit.doSecondCheck != '不审' && !verify.nextHandlerId) {
+            if (commit.doSecondCheck != '不审' && !verify.secondCheckId ) {
               verify.state = false;
               callback(verify);
               this.chooseSecondCheckerDialog = true