|
@@ -470,7 +470,7 @@
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-form-item
|
|
|
|
|
|
+ <!-- <el-form-item
|
|
label="是否竣工图"
|
|
label="是否竣工图"
|
|
prop="isBuiltDrawing"
|
|
prop="isBuiltDrawing"
|
|
>
|
|
>
|
|
@@ -485,7 +485,7 @@
|
|
:value="item.value"
|
|
:value="item.value"
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
- </el-form-item>
|
|
|
|
|
|
+ </el-form-item> -->
|
|
<el-form-item
|
|
<el-form-item
|
|
label="是否接口节点"
|
|
label="是否接口节点"
|
|
prop="isInterfaceNode"
|
|
prop="isInterfaceNode"
|
|
@@ -793,7 +793,7 @@ export default {
|
|
nodeType: '', // 节点类型 2 = 数字化上传文件
|
|
nodeType: '', // 节点类型 2 = 数字化上传文件
|
|
postType: '', //岗位类型
|
|
postType: '', //岗位类型
|
|
isStorageNode: '', //是否为存储节点
|
|
isStorageNode: '', //是否为存储节点
|
|
- isBuiltDrawing: '', //竣工图
|
|
|
|
|
|
+ // isBuiltDrawing: '', //竣工图
|
|
isInterfaceNode: '', //是否接口节点
|
|
isInterfaceNode: '', //是否接口节点
|
|
interfaceType: '', //选择接口类型
|
|
interfaceType: '', //选择接口类型
|
|
associationType: '', //关联类型
|
|
associationType: '', //关联类型
|
|
@@ -809,7 +809,7 @@ export default {
|
|
postType: [{ required: true, message: '请选择岗位类型', trigger: 'change' }],
|
|
postType: [{ required: true, message: '请选择岗位类型', trigger: 'change' }],
|
|
nodeType: [{ required: true, message: '请选择节点类型', trigger: 'change' }],
|
|
nodeType: [{ required: true, message: '请选择节点类型', trigger: 'change' }],
|
|
isStorageNode: [{ required: true, message: '请选择存储节点', trigger: 'change' }],
|
|
isStorageNode: [{ required: true, message: '请选择存储节点', trigger: 'change' }],
|
|
- isBuiltDrawing: [{ required: true, message: '请选择竣工图', trigger: 'change' }],
|
|
|
|
|
|
+ // isBuiltDrawing: [{ required: true, message: '请选择竣工图', trigger: 'change' }],
|
|
isInterfaceNode: [{ required: true, message: '请选择接口节点', trigger: 'change' }],
|
|
isInterfaceNode: [{ required: true, message: '请选择接口节点', trigger: 'change' }],
|
|
interfaceType: [{ required: true, message: '请选择接口类型', trigger: 'change' }],
|
|
interfaceType: [{ required: true, message: '请选择接口类型', trigger: 'change' }],
|
|
associationType: [{ required: true, message: '请选择关联类型', trigger: 'change' }],
|
|
associationType: [{ required: true, message: '请选择关联类型', trigger: 'change' }],
|
|
@@ -1336,7 +1336,7 @@ export default {
|
|
this.form.nodeType = res.data.nodeType // 节点类型 2 = 数字化上传文件
|
|
this.form.nodeType = res.data.nodeType // 节点类型 2 = 数字化上传文件
|
|
this.form.postType = res.data.postType //岗位类型
|
|
this.form.postType = res.data.postType //岗位类型
|
|
this.form.isStorageNode = res.data.isStorageNode //是否为存储节点
|
|
this.form.isStorageNode = res.data.isStorageNode //是否为存储节点
|
|
- this.form.isBuiltDrawing = res.data.isBuiltDrawing //竣工图
|
|
|
|
|
|
+ // this.form.isBuiltDrawing = res.data.isBuiltDrawing //竣工图
|
|
this.form.isInterfaceNode = res.data.isInterfaceNode //是否接口节点
|
|
this.form.isInterfaceNode = res.data.isInterfaceNode //是否接口节点
|
|
this.form.interfaceType = res.data.interfaceType //选择接口类型
|
|
this.form.interfaceType = res.data.interfaceType //选择接口类型
|
|
this.form.associationType = res.data.associationType //关联类型
|
|
this.form.associationType = res.data.associationType //关联类型
|
|
@@ -1392,7 +1392,7 @@ export default {
|
|
nodeType: '', // 节点类型 2 = 数字化上传文件
|
|
nodeType: '', // 节点类型 2 = 数字化上传文件
|
|
postType: '', //岗位类型
|
|
postType: '', //岗位类型
|
|
isStorageNode: '', //是否为存储节点
|
|
isStorageNode: '', //是否为存储节点
|
|
- isBuiltDrawing: '', //竣工图
|
|
|
|
|
|
+ // isBuiltDrawing: '', //竣工图
|
|
isInterfaceNode: '', //是否接口节点
|
|
isInterfaceNode: '', //是否接口节点
|
|
interfaceType: '', //选择接口类型
|
|
interfaceType: '', //选择接口类型
|
|
associationType: '', //关联类型
|
|
associationType: '', //关联类型
|
|
@@ -1441,7 +1441,7 @@ export default {
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
postType: this.form.postType, //岗位类型
|
|
postType: this.form.postType, //岗位类型
|
|
isStorageNode: this.form.isStorageNode, //是否为存储节点
|
|
isStorageNode: this.form.isStorageNode, //是否为存储节点
|
|
- isBuiltDrawing: this.form.isBuiltDrawing, //竣工图
|
|
|
|
|
|
+ // isBuiltDrawing: this.form.isBuiltDrawing, //竣工图
|
|
isInterfaceNode: this.form.isInterfaceNode, //是否接口节点
|
|
isInterfaceNode: this.form.isInterfaceNode, //是否接口节点
|
|
interfaceType: this.form.interfaceType, //选择接口类型
|
|
interfaceType: this.form.interfaceType, //选择接口类型
|
|
|
|
|
|
@@ -1456,7 +1456,7 @@ export default {
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
postType: this.form.postType, //岗位类型
|
|
postType: this.form.postType, //岗位类型
|
|
isStorageNode: this.form.isStorageNode, //是否为存储节点
|
|
isStorageNode: this.form.isStorageNode, //是否为存储节点
|
|
- isBuiltDrawing: this.form.isBuiltDrawing, //竣工图
|
|
|
|
|
|
+ // isBuiltDrawing: this.form.isBuiltDrawing, //竣工图
|
|
isInterfaceNode: this.form.isInterfaceNode, //是否接口节点
|
|
isInterfaceNode: this.form.isInterfaceNode, //是否接口节点
|
|
|
|
|
|
projectType:this.form.projectType, //工程类型
|
|
projectType:this.form.projectType, //工程类型
|