Răsfoiți Sursa

Merge branch 'master' of http://47.110.251.215:3000/web/saber

duy 2 ani în urmă
părinte
comite
a457874517

+ 7 - 0
src/views/manager/archivetree.vue

@@ -853,6 +853,8 @@ export default {
         majorDataType: [],  //内业资料类型
         displayHierarchy: '',  //显示层级
 
+        projectType:'',//工程类型
+        storageType:'',//储存类型
         fileType:[],//文件类型
       },
       rules: {
@@ -1325,6 +1327,8 @@ export default {
         majorDataType: [],  //内业资料类型
         displayHierarchy: '',  //显示层级
 
+        projectType:'',//工程类型
+        storageType:'',//储存类型
         fileType:[],//文件类型
       }
       this.$refs.form.resetFields();
@@ -1406,6 +1410,7 @@ export default {
                 parentId: this.form.parentId, //上级节点id
                 nodeName: this.form.nodeName,  //节点名称
                 nodeType: this.form.nodeType,  // 节点类型
+                postType: this.form.postType,  //岗位类型
                 associationType: this.form.associationType,  //关联类型
                 majorDataType: this.form.majorDataType, //内业资料类型
                 displayHierarchy: this.form.displayHierarchy,  //显示层级
@@ -1420,6 +1425,7 @@ export default {
                 parentId: this.form.parentId, //上级节点id
                 nodeName: this.form.nodeName,  //节点名称
                 nodeType: this.form.nodeType,  // 节点类型
+                postType: this.form.postType,  //岗位类型
                 associationType: this.form.associationType,  //关联类型
                 
                 fileType:this.form.fileType,//文件类型
@@ -1432,6 +1438,7 @@ export default {
                 parentId: this.form.parentId, //上级节点id
                 nodeName: this.form.nodeName,  //节点名称
                 nodeType: this.form.nodeType,  // 节点类型
+                postType: this.form.postType,  //岗位类型
                 associationType: this.form.associationType,  //关联类型
 
                 projectType:this.form.projectType, //工程类型

+ 8 - 1
src/views/manager/projectinfo/archivetreeRule.vue

@@ -853,6 +853,8 @@ export default {
         majorDataType: [],  //内业资料类型
         displayHierarchy: '',  //显示层级
 
+        projectType:'',//工程类型
+        storageType:'',//储存类型
         fileType:[],//文件类型
       },
       rules: {
@@ -1328,7 +1330,9 @@ export default {
         associationType: '',  //关联类型
         majorDataType: [],  //内业资料类型
         displayHierarchy: '',  //显示层级
-
+        
+        projectType:'',//工程类型
+        storageType:'',//储存类型
         fileType:[],//文件类型
       }
       this.$refs.form.resetFields();
@@ -1410,6 +1414,7 @@ export default {
                 parentId: this.form.parentId, //上级节点id
                 nodeName: this.form.nodeName,  //节点名称
                 nodeType: this.form.nodeType,  // 节点类型
+                postType: this.form.postType,  //岗位类型
                 associationType: this.form.associationType,  //关联类型
                 majorDataType: this.form.majorDataType, //内业资料类型
                 displayHierarchy: this.form.displayHierarchy,  //显示层级
@@ -1424,6 +1429,7 @@ export default {
                 parentId: this.form.parentId, //上级节点id
                 nodeName: this.form.nodeName,  //节点名称
                 nodeType: this.form.nodeType,  // 节点类型
+                postType: this.form.postType,  //岗位类型
                 associationType: this.form.associationType,  //关联类型
                 
                 fileType:this.form.fileType,//文件类型
@@ -1436,6 +1442,7 @@ export default {
                 parentId: this.form.parentId, //上级节点id
                 nodeName: this.form.nodeName,  //节点名称
                 nodeType: this.form.nodeType,  // 节点类型
+                postType: this.form.postType,  //岗位类型
                 associationType: this.form.associationType,  //关联类型
 
                 projectType:this.form.projectType, //工程类型