|
@@ -1,7 +1,7 @@
|
|
|
import React from 'react';
|
|
|
-import { Icon, Form, Button, Input, Spin, Table, message, Select, Modal, InputNumber, Upload } from 'antd';
|
|
|
+import { Switch, Icon, Form, Button, Input, Spin, Table, message, Select, Modal, InputNumber, Upload } from 'antd';
|
|
|
import './techProduct.less';
|
|
|
-import { beforeUploadFile, newDownloadFile } from '../../../../tools.js';
|
|
|
+import { beforeUploadFile, newDownloadFile, getProportion, saveProportion } from '../../../../tools.js';
|
|
|
import ajax from 'jquery/src/ajax/xhr.js';
|
|
|
import $ from 'jquery/src/ajax';
|
|
|
|
|
@@ -53,7 +53,9 @@ const RatepayDescFrom = Form.create()(React.createClass({
|
|
|
<Select.Option value={i.toString()} key={i}>{i}</Select.Option>
|
|
|
)
|
|
|
};
|
|
|
- this.loadData();
|
|
|
+ if (this.props.data.uid) {
|
|
|
+ this.loadData();
|
|
|
+ };
|
|
|
},
|
|
|
handleSubmit(e) {
|
|
|
e.preventDefault();
|
|
@@ -100,9 +102,17 @@ const RatepayDescFrom = Form.create()(React.createClass({
|
|
|
},
|
|
|
componentWillReceiveProps(nextProps) {
|
|
|
if (!this.props.visible && nextProps.visible) {
|
|
|
- this.loadData(nextProps.data.id, nextProps.data.year);
|
|
|
+ if (nextProps.data.uid) {
|
|
|
+ this.loadData(nextProps.data.uid, nextProps.data.year);
|
|
|
+ };
|
|
|
this.props.form.resetFields();
|
|
|
};
|
|
|
+ if (this.props.visible && !nextProps.visible) {
|
|
|
+ this.state.managementCost = undefined;
|
|
|
+ this.state.researchCost = undefined;
|
|
|
+ this.state.grossProfit = undefined;
|
|
|
+ this.state.operatingProfit = undefined;
|
|
|
+ };
|
|
|
},
|
|
|
render() {
|
|
|
const FormItem = Form.Item;
|
|
@@ -146,7 +156,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
|
|
|
})(
|
|
|
<InputNumber />
|
|
|
)}
|
|
|
- {this.state.managementCost && this.state.managementCost != this.props.form.getFieldValue('managementCost') ? <span style={{color:'#f50'}}>与财务报表不一致!</span> : <span></span>}
|
|
|
+ {this.state.managementCost && this.state.managementCost != this.props.form.getFieldValue('managementCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
@@ -158,7 +168,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
|
|
|
})(
|
|
|
<InputNumber />
|
|
|
)}
|
|
|
- {this.state.operatingProfit && this.state.operatingProfit != this.props.form.getFieldValue('operatingProfit') ? <span style={{color:'#f50'}}>与财务报表不一致!</span> : <span></span>}
|
|
|
+ {this.state.operatingProfit && this.state.operatingProfit != this.props.form.getFieldValue('operatingProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
@@ -214,7 +224,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
|
|
|
})(
|
|
|
<InputNumber />
|
|
|
)}
|
|
|
- {this.state.grossProfit && this.state.grossProfit != this.props.form.getFieldValue('grossProfit') ? <span style={{color:'#f50'}}>与财务报表不一致!</span> : <span></span>}
|
|
|
+ {this.state.grossProfit && this.state.grossProfit != this.props.form.getFieldValue('grossProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
@@ -226,7 +236,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
|
|
|
})(
|
|
|
<InputNumber />
|
|
|
)}
|
|
|
- {this.state.researchCost && this.state.researchCost != this.props.form.getFieldValue('researchCost') ? <span style={{color:'#f50'}}>与财务报表不一致!</span> : <span></span>}
|
|
|
+ {this.state.researchCost && this.state.researchCost != this.props.form.getFieldValue('researchCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<div className="hrSituation-roster">
|
|
@@ -372,6 +382,8 @@ const Ratepay = React.createClass({
|
|
|
loading: false
|
|
|
});
|
|
|
}.bind(this));
|
|
|
+ let _me = this;
|
|
|
+ getProportion(this.props.data.uid, function (data) { _me.setState({ proportion: data }); });
|
|
|
},
|
|
|
getInitialState() {
|
|
|
return {
|
|
@@ -491,6 +503,16 @@ const Ratepay = React.createClass({
|
|
|
<div className="user-content" >
|
|
|
<div className="content-title">
|
|
|
<span>企业所得税纳税申信息</span>
|
|
|
+ <span className="proportion"> 是否已完成:</span>
|
|
|
+ <Switch
|
|
|
+ checked={this.state.proportion && this.state.proportion.ratepay == 1 ? true : false}
|
|
|
+ checkedChildren={'已完成'}
|
|
|
+ unCheckedChildren={'未完成'}
|
|
|
+ onChange={(e) => {
|
|
|
+ e ? this.state.proportion.ratepay = 1 : this.state.proportion.ratepay = 0;
|
|
|
+ saveProportion(this.state.proportion.id, 'ratepay', this.state.proportion.ratepay);
|
|
|
+ this.setState({ proportion: this.state.proportion });
|
|
|
+ }} />
|
|
|
</div>
|
|
|
<div className="user-search">
|
|
|
<p>
|