|
@@ -28,32 +28,32 @@
|
|
|
v-decorator="['no', {rules: [{required: true, message: '不能为空'}]}]" />
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-row class="form-row" :gutter="BaseTool.Constant.row.gutter">
|
|
|
- <a-col :lg="12" :md="24" :sm="24">
|
|
|
- <a-form-item
|
|
|
- label="父设备"
|
|
|
- :labelCol="BaseTool.Constant.labelCol"
|
|
|
- :wrapperCol="BaseTool.Constant.wrapperCol"
|
|
|
- >
|
|
|
- <a-input
|
|
|
- disabled
|
|
|
- style="width: 60%"
|
|
|
- v-decorator="['parentSbName']"/>
|
|
|
- <a-button type="primary" style="width: 20%" @click="handleSbSelect">选择</a-button>
|
|
|
- <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-col :lg="12" :md="24" :sm="24">
|
|
|
+ <a-form-item
|
|
|
+ label="父设备"
|
|
|
+ :labelCol="BaseTool.Constant.labelCol"
|
|
|
+ :wrapperCol="BaseTool.Constant.wrapperCol"
|
|
|
+ >
|
|
|
+ <a-input
|
|
|
+ disabled
|
|
|
+ style="width: 60%"
|
|
|
+ v-decorator="['parentSbName']"/>
|
|
|
+ <a-button type="primary" style="width: 20%" @click="handleSbSelect">选择</a-button>
|
|
|
+ <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="是否子设备"
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
@@ -69,7 +69,6 @@
|
|
|
</a-select>
|
|
|
</a-form-item>
|
|
|
</a-col>-->
|
|
|
- </a-row>
|
|
|
<a-col :lg="12" :md="24" :sm="24">
|
|
|
<a-form-item
|
|
|
label="设备位号"
|