소스 검색

对 1 和 51 的添加对应分部

lex 1 년 전
부모
커밋
a48be9e06e
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      src/views/process/list/create.vue

+ 11 - 0
src/views/process/list/create.vue

@@ -241,6 +241,17 @@ export default {
           let filterOrganId = [];
           if ([40, 41, 45, 46, 47].includes(processId)) {
             filterOrganId = [4];
+          } else if ([1, 51].includes(processId)) {
+            /**
+             * 费用申请(借款)
+             * 费用申请
+             * 添加分部  128
+             * 乐小雅
+             */
+            filterOrganId = [
+              1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
+              23, 25, 26, 27, 28, 34, 37, 40, 71, 72, 124, 125, 128,
+            ];
           } else {
             filterOrganId = [
               1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,