|
@@ -43,6 +43,16 @@
|
|
|
<a-button type="default" style="width: 20%" @click="clearParent">清空</a-button>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
+ <a-col :lg="12" :md="24" :sm="24">
|
|
|
+ <a-form-item
|
|
|
+ label="父位号"
|
|
|
+ :labelCol="BaseTool.Constant.labelCol"
|
|
|
+ :wrapperCol="BaseTool.Constant.wrapperCol"
|
|
|
+ >
|
|
|
+ <a-input
|
|
|
+ v-decorator="['ppNo']"/>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
<!-- <a-col :lg="12" :md="24" :sm="24">
|
|
|
<a-form-item
|
|
|
label="是否子设备"
|
|
@@ -1150,6 +1160,7 @@ export default {
|
|
|
'no',
|
|
|
'parentId',
|
|
|
'positionNo',
|
|
|
+ 'ppNo',
|
|
|
'parentSbName',
|
|
|
'isChild',
|
|
|
'isShow',
|
|
@@ -1478,7 +1489,7 @@ export default {
|
|
|
setFieldsValue(Object.assign({
|
|
|
'parentId': key,
|
|
|
'parentSbName': row.name,
|
|
|
- 'isChild': this.DictCache.VALUE.SB_IS_CHILD.IS_CHILD
|
|
|
+ 'ppNo': row.positionNo
|
|
|
}))
|
|
|
})
|
|
|
},
|