|
@@ -23,18 +23,18 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="节点类型" prop="zEngineeringNodeBoType">
|
|
|
|
- <el-select v-model="queryParams.zEngineeringNodeBo.type" placeholder="请选择节点类型">
|
|
|
|
- <el-option
|
|
|
|
- v-for="e in dict.type.pipe_jack"
|
|
|
|
- :key="e.value"
|
|
|
|
- :label="e.label"
|
|
|
|
- :value="e.value"
|
|
|
|
- ></el-option>
|
|
|
|
- </el-select>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
|
|
+<!-- <el-col :span="12">-->
|
|
|
|
+<!-- <el-form-item label="节点类型" prop="zEngineeringNodeBoType">-->
|
|
|
|
+<!-- <el-select v-model="queryParams.zEngineeringNodeBo.type" placeholder="请选择节点类型">-->
|
|
|
|
+<!-- <el-option-->
|
|
|
|
+<!-- v-for="e in dict.type.pipe_jack"-->
|
|
|
|
+<!-- :key="e.value"-->
|
|
|
|
+<!-- :label="e.label"-->
|
|
|
|
+<!-- :value="e.value"-->
|
|
|
|
+<!-- ></el-option>-->
|
|
|
|
+<!-- </el-select>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
</el-row>
|
|
</el-row>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
@@ -250,7 +250,7 @@ export default {
|
|
this.keyWork = '编辑节点信息'
|
|
this.keyWork = '编辑节点信息'
|
|
}
|
|
}
|
|
this.queryParams = newData
|
|
this.queryParams = newData
|
|
- this.zEngineeringInfoBo = newData.zEngineeringNodeBo.zEngineeringInfoBo
|
|
|
|
|
|
+ this.zEngineeringInfoBo = newData.zEngineeringNodeBoList
|
|
this.open = true
|
|
this.open = true
|
|
},
|
|
},
|
|
closeToSucceed() {
|
|
closeToSucceed() {
|
|
@@ -277,7 +277,6 @@ export default {
|
|
this.nodeList.forEach(e => {
|
|
this.nodeList.forEach(e => {
|
|
e.name = e.value
|
|
e.name = e.value
|
|
})
|
|
})
|
|
- console.log('顶管节点',this.nodeList)
|
|
|
|
if (this.currentType == 'put') {
|
|
if (this.currentType == 'put') {
|
|
this.queryParams.files = this.$refs.obsFileUpload.fileList
|
|
this.queryParams.files = this.$refs.obsFileUpload.fileList
|
|
this.$refs.childNode.open(this.queryParams, 15,this.nodeList)
|
|
this.$refs.childNode.open(this.queryParams, 15,this.nodeList)
|