|
|
@ -419,9 +419,9 @@ class Newshixuns extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{this.state.Radiovalue === "2" ? "" : <Form.Item
|
|
|
|
<Form.Item
|
|
|
|
label={"实验环境"}
|
|
|
|
label={"实验环境"}
|
|
|
|
style={{"borderBottom": 'none'}}
|
|
|
|
style={{"borderBottom": 'none','width': '18%','float': 'left'}}
|
|
|
|
className="chooseDes pr"
|
|
|
|
className="chooseDes pr"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
@ -429,7 +429,7 @@ class Newshixuns extends Component {
|
|
|
|
{getFieldDecorator('selectleft', {
|
|
|
|
{getFieldDecorator('selectleft', {
|
|
|
|
rules: [{required: true, message: '请选择主类别'}],
|
|
|
|
rules: [{required: true, message: '请选择主类别'}],
|
|
|
|
})(
|
|
|
|
})(
|
|
|
|
<div className="width30 fl mr20">
|
|
|
|
<div className="width100 fl mr20">
|
|
|
|
|
|
|
|
|
|
|
|
<Select placeholder="请选择主类别"
|
|
|
|
<Select placeholder="请选择主类别"
|
|
|
|
style={{width: 180}}
|
|
|
|
style={{width: 180}}
|
|
|
@ -449,17 +449,17 @@ class Newshixuns extends Component {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</Select>
|
|
|
|
</Select>
|
|
|
|
<span className="fl ml20 color-grey lineh-20">
|
|
|
|
<span className="fl color-grey lineh-20">
|
|
|
|
没有实验环境?
|
|
|
|
没有实验环境?
|
|
|
|
<a className="color-blue" onClick={this.post_apply}> 申请新建</a>
|
|
|
|
<a className="color-blue" onClick={this.post_apply}> 申请新建</a>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Form.Item>}
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
|
|
{this.state.Radiovalue === "2" ? "" : <Form.Item
|
|
|
|
<Form.Item
|
|
|
|
style={{"borderBottom": 'none'}}
|
|
|
|
style={{"borderBottom": 'none','width': '61%','float': 'left','margin-top': '40px'}}
|
|
|
|
className="chooseDes pr"
|
|
|
|
className="chooseDes pr"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div className=" fl pr mr20">
|
|
|
|
<div className=" fl pr mr20">
|
|
|
@ -499,17 +499,9 @@ class Newshixuns extends Component {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Form.Item>}
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
|
|
{/*<Form.Item>*/}
|
|
|
|
|
|
|
|
{/* <div className="clearfix mt10">*/}
|
|
|
|
|
|
|
|
{/* <Button className="defalutSubmitbtn fl mr20" type="primary" htmlType="submit">*/}
|
|
|
|
|
|
|
|
{/* 提交*/}
|
|
|
|
|
|
|
|
{/* </Button>*/}
|
|
|
|
|
|
|
|
{/* <a href="/shixuns" className="defalutCancelbtn fl">取消</a>*/}
|
|
|
|
|
|
|
|
{/* </div>*/}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/*</Form.Item>*/}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Form>
|
|
|
|
</Form>
|
|
|
|
|
|
|
|
|
|
|
@ -629,7 +621,7 @@ class Newshixuns extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
<div className="clearfix bor-bottom-greyE edu-back-white orderingbox newshixunbottombtn">
|
|
|
|
<div className="clearfix bor-bottom-greyE edu-back-white orderingbox newshixunbottombtn">
|
|
|
|
<div className=" edu-txt-center padding13-30">
|
|
|
|
<div className=" edu-txt-center padding13-30">
|
|
|
|
<button type="button" className="ant-btn mr20 newshixunmode"><span>取 消</span></button>
|
|
|
|
<button type="button" className="ant-btn mr20 newshixunmode `backgroundFFF`" ><span>取 消</span></button>
|
|
|
|
<button type="button" className="ant-btn newshixunmode mr40 ant-btn-primary" type="primary" htmlType="submit" onClick={this.handleSubmit}><span>确 定</span></button>
|
|
|
|
<button type="button" className="ant-btn newshixunmode mr40 ant-btn-primary" type="primary" htmlType="submit" onClick={this.handleSubmit}><span>确 定</span></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|