|
|
@ -278,6 +278,7 @@ class AccountBasic extends Component {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
departments: [],
|
|
|
|
departments: [],
|
|
|
|
filterDepartments: [],
|
|
|
|
filterDepartments: [],
|
|
|
|
|
|
|
|
departmentsName: '',
|
|
|
|
school_id: '',
|
|
|
|
school_id: '',
|
|
|
|
department_id: '',
|
|
|
|
department_id: '',
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -412,7 +413,7 @@ class AccountBasic extends Component {
|
|
|
|
addChildOrgSuccess={this.addChildOrgSuccess}
|
|
|
|
addChildOrgSuccess={this.addChildOrgSuccess}
|
|
|
|
></ApplyForAddChildOrgModal>
|
|
|
|
></ApplyForAddChildOrgModal>
|
|
|
|
|
|
|
|
|
|
|
|
<div className="basicForm">
|
|
|
|
<div className="basicForm courseNormalForm">
|
|
|
|
<style>{`
|
|
|
|
<style>{`
|
|
|
|
.formItemInline {
|
|
|
|
.formItemInline {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
@ -448,9 +449,7 @@ class AccountBasic extends Component {
|
|
|
|
.basicForm .cancelBtn {
|
|
|
|
.basicForm .cancelBtn {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.basicForm .ant-input-lg {
|
|
|
|
|
|
|
|
height: 32px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.basicForm .ant-form-item-label {
|
|
|
|
.basicForm .ant-form-item-label {
|
|
|
|
width: 100px;
|
|
|
|
width: 100px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
@ -576,6 +575,7 @@ class AccountBasic extends Component {
|
|
|
|
<Form.Item
|
|
|
|
<Form.Item
|
|
|
|
label=""
|
|
|
|
label=""
|
|
|
|
className="formItemInline fl"
|
|
|
|
className="formItemInline fl"
|
|
|
|
|
|
|
|
style={{ 'margin-top': '3px'}}
|
|
|
|
// style={{display:identity && identity=="student" ? "block":"none"}}
|
|
|
|
// style={{display:identity && identity=="student" ? "block":"none"}}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{getFieldDecorator('student_No', {
|
|
|
|
{getFieldDecorator('student_No', {
|
|
|
@ -680,6 +680,7 @@ class AccountBasic extends Component {
|
|
|
|
<Form.Item
|
|
|
|
<Form.Item
|
|
|
|
label="院系/部门"
|
|
|
|
label="院系/部门"
|
|
|
|
className="formItemInline mb0"
|
|
|
|
className="formItemInline mb0"
|
|
|
|
|
|
|
|
style={{ 'margin-top': '10px'}}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{getFieldDecorator('org2', {
|
|
|
|
{getFieldDecorator('org2', {
|
|
|
|
rules: [{
|
|
|
|
rules: [{
|
|
|
@ -730,7 +731,7 @@ class AccountBasic extends Component {
|
|
|
|
</Form.Item> */}
|
|
|
|
</Form.Item> */}
|
|
|
|
</Form>
|
|
|
|
</Form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style={{color: '#989898', marginLeft: '20px'}}>* 我们确保你所提供的信息均处于严格保密状态,不会泄露</div>
|
|
|
|
<div style={{color: '#989898', marginLeft: '20px', marginBottom: '10px'}}>* 我们确保你所提供的信息均处于严格保密状态,不会泄露</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|