|
@@ -127,6 +127,13 @@ const BuildingBasic = React.forwardRef((props, ref) => {
|
127
|
127
|
<Item label="项目Id" style={{ display: 'none' }}>
|
128
|
128
|
{getFieldDecorator('buildingId')(<Input disabled />)}
|
129
|
129
|
</Item>
|
|
130
|
+ <Item label="城市公司">
|
|
131
|
+ {getFieldDecorator('institutionId')(
|
|
132
|
+ <Select placeholder="所属城市公司" style={fullWidth}>
|
|
133
|
+
|
|
134
|
+ </Select>
|
|
135
|
+ )}
|
|
136
|
+ </Item>
|
130
|
137
|
<Item label="楼盘编号" >
|
131
|
138
|
{getFieldDecorator('code', {
|
132
|
139
|
rules: [{ required: true, message: '请输入楼盘编号' }],
|