|
@@ -413,19 +413,12 @@
|
|
|
|
|
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="11">
|
|
<el-col :span="11">
|
|
|
- <el-form-item label="能量源" prop="powerType">
|
|
|
|
|
- <el-select
|
|
|
|
|
|
|
+ <el-form-item label="作用" prop="remark">
|
|
|
|
|
+ <el-input
|
|
|
style="width: 300px"
|
|
style="width: 300px"
|
|
|
- v-model="form.powerType"
|
|
|
|
|
- placeholder="请选择能量源"
|
|
|
|
|
- >
|
|
|
|
|
- <el-option
|
|
|
|
|
- v-for="dict in dict.type.power_type"
|
|
|
|
|
- :key="dict.value"
|
|
|
|
|
- :label="dict.label"
|
|
|
|
|
- :value="dict.value"
|
|
|
|
|
- />
|
|
|
|
|
- </el-select>
|
|
|
|
|
|
|
+ v-model="form.remark"
|
|
|
|
|
+ placeholder="请输入作用"
|
|
|
|
|
+ />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -453,13 +446,21 @@
|
|
|
<!-- </el-form-item>-->
|
|
<!-- </el-form-item>-->
|
|
|
<!-- </el-col>-->
|
|
<!-- </el-col>-->
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="作用" prop="remark">
|
|
|
|
|
- <el-input
|
|
|
|
|
|
|
+ <el-form-item label="能量源" prop="powerType">
|
|
|
|
|
+ <el-select
|
|
|
style="width: 300px"
|
|
style="width: 300px"
|
|
|
- v-model="form.remark"
|
|
|
|
|
- placeholder="请输入作用"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ v-model="form.powerType"
|
|
|
|
|
+ placeholder="请选择能量源"
|
|
|
|
|
+ >
|
|
|
|
|
+ <el-option
|
|
|
|
|
+ v-for="dict in dict.type.power_type"
|
|
|
|
|
+ :key="dict.value"
|
|
|
|
|
+ :label="dict.label"
|
|
|
|
|
+ :value="dict.value"
|
|
|
|
|
+ />
|
|
|
|
|
+ </el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+
|
|
|
<!-- <el-form-item label="锁具机构类型" prop="locksetTypeId">-->
|
|
<!-- <el-form-item label="锁具机构类型" prop="locksetTypeId">-->
|
|
|
<!-- <treeselect-->
|
|
<!-- <treeselect-->
|
|
|
<!-- style="width: 300px"-->
|
|
<!-- style="width: 300px"-->
|
|
@@ -884,7 +885,7 @@ export default {
|
|
|
handleAdd() {
|
|
handleAdd() {
|
|
|
this.reset()
|
|
this.reset()
|
|
|
this.open = true
|
|
this.open = true
|
|
|
- this.title = '添加隔离点'
|
|
|
|
|
|
|
+ this.title = '新增隔离点'
|
|
|
this.optType = 'add'
|
|
this.optType = 'add'
|
|
|
this.pointId = null
|
|
this.pointId = null
|
|
|
this.form.workshopId = 0
|
|
this.form.workshopId = 0
|
|
@@ -932,7 +933,7 @@ export default {
|
|
|
// const pointcodes = row.pointCode || this.codes
|
|
// const pointcodes = row.pointCode || this.codes
|
|
|
// '是否确认删除隔离点编号为"' + pointcodes + '"的数据项?'
|
|
// '是否确认删除隔离点编号为"' + pointcodes + '"的数据项?'
|
|
|
this.$modal
|
|
this.$modal
|
|
|
- .confirm('是否确认删除数据项?')
|
|
|
|
|
|
|
+ .confirm('是否确认删除所选数据项?')
|
|
|
.then(function() {
|
|
.then(function() {
|
|
|
return deleteIsIsolationPointByPointIds(teamIds)
|
|
return deleteIsIsolationPointByPointIds(teamIds)
|
|
|
})
|
|
})
|