Browse Source

高企完成

yee 8 years ago
parent
commit
5508a0713b
30 changed files with 2230 additions and 939 deletions
  1. 5 1
      js/component/account/services/achievement.jsx
  2. 197 111
      js/component/account/services/annualReport.jsx
  3. 5 4
      js/component/account/services/annualReport.less
  4. 506 309
      js/component/account/services/cognizance.jsx
  5. 52 0
      js/component/account/services/cognizance.less
  6. 2 2
      js/component/account/services/leftTab.jsx
  7. 1 1
      js/component/account/services/patentDesc.jsx
  8. 2 2
      js/component/account/services/techProduct.jsx
  9. 3 2
      js/component/account/set/base.jsx
  10. 2 1
      js/component/account/set/company.jsx
  11. 1 1
      js/component/account/set/group.jsx
  12. 35 26
      js/component/account/set/hrSituation.jsx
  13. 27 0
      js/component/account/set/hrSituation.less
  14. 9 9
      js/component/account/set/tech.jsx
  15. 3 0
      js/component/account/set/tech.less
  16. 1 1
      js/component/account/set/techSelect.jsx
  17. 43 0
      js/component/dataDic.js
  18. 725 55
      js/component/manageCenter/servicesManage/highTech/HighTechApply.jsx
  19. 403 319
      js/component/manageCenter/servicesManage/highTech/fosterDesc/annualReport.jsx
  20. 4 3
      js/component/manageCenter/servicesManage/highTech/fosterDesc/annualReport.less
  21. 5 5
      js/component/manageCenter/servicesManage/highTech/fosterDesc/hrSituation.jsx
  22. 1 1
      js/component/manageCenter/servicesManage/highTech/fosterDesc/techProduct.jsx
  23. 47 1
      js/component/manageCenter/servicesManage/highTech/highTechFoster.less
  24. 13 6
      js/component/manageCenter/userManage/content.jsx
  25. 78 44
      js/component/manageCenter/userManage/orgCertify.jsx
  26. 5 8
      js/component/manageCenter/userManage/orgDesc.jsx
  27. 18 18
      js/component/manageCenter/userManage/orgList.jsx
  28. 17 4
      js/component/manageCenter/userManage/userDesc.jsx
  29. 4 3
      js/component/manageCenter/userManage/userList.jsx
  30. 16 2
      js/component/tools.js

+ 5 - 1
js/component/account/services/achievement.jsx

@@ -47,6 +47,10 @@ const AchievementDescFrom = Form.create()(React.createClass({
     },
     handleSubmit(e) {
         e.preventDefault();
+        if (!this.state.year && !this.props.data.year) {
+            message.warning("请选择一个年份!")
+            return;
+        };
         this.props.form.validateFields((err, values) => {
             if (!err) {
                 this.props.spinState(true);
@@ -61,7 +65,7 @@ const AchievementDescFrom = Form.create()(React.createClass({
                         source: values.source,
                         conversionForm: values.conversionForm,
                         conversionResult: values.conversionResult,
-                        year: this.state.year,
+                        year: this.state.year || this.props.data.year,
                         enclosureUrl: this.state.enclosureUrl
                     }
                 }).done(function (data) {

+ 197 - 111
js/component/account/services/annualReport.jsx

@@ -26,10 +26,6 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
     },
     handleSubmit(e) {
         e.preventDefault();
-        if (!this.state.year && !this.props.data.year) {
-            message.warning("请选择一个年份!")
-            return;
-        };
         this.props.form.validateFields((err, values) => {
             if (!err) {
                 this.props.spinState(true);
@@ -40,7 +36,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                     url: globalConfig.context + "/techservice/cognizance/disposeAnnualReport",
                     data: {
                         id: this.props.data.id,
-                        year: this.state.year || this.props.data.year,
+                        year: this.props.data.year,
                         totalTax: values.totalTax,
                         incomeTaxRelief: values.incomeTaxRelief,
                         totalExportVolume: values.totalExportVolume,
@@ -64,67 +60,17 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
     render() {
         const FormItem = Form.Item;
         const { getFieldDecorator } = this.props.form;
-        //const theData = this.props.detailData;
-        const theData = {
-            id: "thisdata.id",
-            uid: "thisdata.uid",
-            unitName: "thisdata.unitName",
-            orgCode: "thisdata.orgCode",
-            locationProvince: "thisdata.locationProvince",
-            locationCity: "thisdata.locationCity",
-            locationArea: "thisdata.locationArea",
-            certificateNumber: "thisdata.certificateNumber",
-            issuingDate: "thisdata.issuingDate",
-            issuingDateFormattedDate: "thisdata.issuingDateFormattedDate",
-            listed: "thisdata.listed",
-            listedDate: "thisdata.listedDate",
-            listedDateFormattedDate: "thisdata.listedDateFormattedDate",
-            listedType: "thisdata.listedType",
-            stockCode: "thisdata.stockCode",
-            contacts: "thisdata.contacts",
-
-            inventionPatent: "thisdata.inventionPatent",
-            defensePatent: "thisdata.defensePatent",
-            nationalCrop: "thisdata.nationalCrop",
-            newPlantCariety: "thisdata.newPlantCariety",
-            nationalDrug: "thisdata.nationalDrug",
-            chineseMedicine: "thisdata.chineseMedicine",
-            utilityPatent: "thisdata.utilityPatent",
-            circuitDesign: "thisdata.circuitDesign",
-            exteriorPatent: "thisdata.exteriorPatent",
-            softwareWorks: "thisdata.softwareWorks",
-            firmTotal: "thisdata.firmTotal",
-            techTotal: "thisdata.techTotal",
-            newEmployment: "thisdata.newEmployment",
-            graduateNumber: "thisdata.graduateNumber",
-
-            totalRevenue: 123,
-            salesRevenue: 223,
-            netAsset: 333,
-            lastYearRevenue: 224,
-            grossProfit: 334,
-            researchCost: 134,
-            territory: 67,
-            basicResearchCost: 234,
-            totalTax: 234,
-            incomeTaxRelief: 21,
-            totalExportVolume: 56
-        }
+        const theData = this.props.detailData;
         const formItemLayout = {
             labelCol: { span: 0 },
             wrapperCol: { span: 20 },
         };
         const _me = this;
         return (
-            <Form onSubmit={this.handleSubmit} className="annualReport-form">
-                <div className="activityCost-title"><span>年份: </span>
-                    {
-                        this.props.data.year ? <span>{this.props.data.year}</span> :
-                            <Select placeholder="请选择年份" style={{ width: 200 }}
-                                onSelect={(e, n) => { this.state.year = e }}>
-                                {this.state.yearOption}
-                            </Select>
-                    }
+            <Form onSubmit={this.handleSubmit} id="annualReport-form">
+                <div className="activityCost-title">
+                    <span>年份: </span>
+                    <span>{this.props.data.year}</span>
                 </div>
                 <div className="clearfix" style={{ padding: '0 10px' }}>
                     <div className="half-item" style={{ marginRight: "50%" }}>
@@ -314,7 +260,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                         >
                             {getFieldDecorator('totalTax', {
                                 rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.totalTax
+                                initialValue: this.props.data.totalTax
                             })(
                                 <InputNumber />
                                 )}
@@ -327,7 +273,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                         >
                             {getFieldDecorator('incomeTaxRelief', {
                                 rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.incomeTaxRelief
+                                initialValue: this.props.data.incomeTaxRelief
                             })(
                                 <InputNumber />
                                 )}
@@ -340,7 +286,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                         >
                             {getFieldDecorator('totalExportVolume', {
                                 rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.totalExportVolume
+                                initialValue: this.props.data.totalExportVolume
                             })(
                                 <InputNumber />
                                 )}
@@ -353,7 +299,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                         >
                             {getFieldDecorator('basicResearchCost', {
                                 rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.basicResearchCost
+                                initialValue: this.props.data.basicResearchCost
                             })(
                                 <InputNumber />
                                 )}
@@ -383,10 +329,13 @@ const AnnualReportDesc = React.createClass({
                 year: this.props.data ? this.props.data.year : (new Date().getFullYear() - 1)
             }
         }).done((data) => {
-            if (data.error.length || !data.data || !data.data.list) {
-                message.warning(data.error[0].message);
+            if (!data.data) {
+                if (data.error && data.error.length) {
+                    message.warning(data.error[0].message);
+                }
                 return;
             };
+            let thisdata = data.data;
             this.state.detailData = {
                 id: thisdata.id,
                 uid: thisdata.uid,
@@ -425,11 +374,7 @@ const AnnualReportDesc = React.createClass({
                 lastYearRevenue: thisdata.lastYearRevenue,
                 grossProfit: thisdata.grossProfit,
                 researchCost: thisdata.researchCost,
-                territory: thisdata.territory,
-                basicResearchCost: thisdata.basicResearchCost,
-                totalTax: thisdata.totalTax,
-                incomeTaxRelief: thisdata.incomeTaxRelief,
-                totalExportVolume: thisdata.totalExportVolume
+                territory: thisdata.territory
             };
         }).always(function () {
             this.setState({
@@ -475,7 +420,7 @@ const AnnualReportDesc = React.createClass({
         return (
             <div className="patent-addNew">
                 <Spin spinning={this.state.loading} className='spin-box'>
-                    <Modal title="财务报表信息" visible={this.state.visible}
+                    <Modal title="年报详情" visible={this.state.visible}
                         onOk={this.handleOk} onCancel={this.handleCancel}
                         width='1000px'
                         footer=''
@@ -491,6 +436,134 @@ const AnnualReportDesc = React.createClass({
     },
 });
 
+const AnnualReportAdd = React.createClass({
+    getInitialState() {
+        return {
+            visible: false,
+            loading: false,
+            yearOption: []
+        };
+    },
+    componentWillReceiveProps(nextProps) {
+        this.state.visible = nextProps.showAdd
+    },
+    componentWillMount() {
+        let d = new Date();
+        let _me = this;
+        d = d.getFullYear();
+        for (let i = d; i > d - 20; i--) {
+            _me.state.yearOption.push(
+                <Select.Option value={i.toString()} key={i}>{i}</Select.Option>
+            )
+        };
+    },
+    showModal() {
+        this.setState({
+            visible: true,
+        });
+    },
+    handleOk() {
+        this.setState({
+            loading: true
+        });
+        if (!this.state.year) {
+            message.warning('请选择年份!');
+            this.setState({
+                loading: false
+            });
+            return;
+        };
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/techservice/cognizance/disposeAnnualReport",
+            data: {
+                year: this.state.year,
+                totalTax: this.state.totalTax,
+                incomeTaxRelief: this.state.incomeTaxRelief,
+                totalExportVolume: this.state.totalExportVolume,
+                basicResearchCost: this.state.basicResearchCost,
+                state: 0
+            }
+        }).done(function (data) {
+            if (!data.error.length) {
+                message.success('保存成功!');
+                this.setState({
+                    visible: false
+                });
+                this.props.closeAdd(false);
+            } else {
+                message.warning(data.error[0].message);
+                this.setState({
+                    loading: false
+                });
+            }
+        }.bind(this));
+    },
+    handleCancel(e) {
+        this.setState({
+            visible: false,
+        });
+        this.props.closeAdd(false);
+    },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
+    render() {
+        return (
+            <div className="cognizance-add">
+                <Modal title="年报申请" visible={this.state.visible}
+                    onOk={this.handleOk} onCancel={this.handleCancel}
+                    width='800px'
+                    footer={[
+                        <Button key="submit" type="primary" loading={this.state.loading} onClick={this.handleOk}>
+                            提交
+                            </Button>,
+                        <Button key="back" onClick={this.handleCancel}>
+                            返回
+                            </Button>,
+                    ]}
+                >
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span>选择申请年份: </span>
+                            <Select placeholder="请选择年份" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.year = e }}>
+                                {this.state.yearOption}
+                            </Select>
+                        </div>
+                    </div>
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span>纳税总额:  </span>
+                            <InputNumber onChange={(e) => { this.state.totalTax = e; }} />
+                            <span> (万元)</span>
+                        </div>
+                        <div className="half-item">
+                            <span>高企所得税减免额:  </span>
+                            <InputNumber onChange={(e) => { this.state.incomeTaxRelief = e; }} />
+                            <span> (万元)</span>
+                        </div>
+                        <div className="half-item">
+                            <span>出口创汇总额(人民币):  </span>
+                            <InputNumber onChange={(e) => { this.state.totalExportVolume = e; }} />
+                            <span> (万元)</span>
+                        </div>
+                        <div className="half-item">
+                            <span>基础研究投入费用:  </span>
+                            <InputNumber onChange={(e) => { this.state.basicResearchCost = e; }} />
+                            <span> (万元)</span>
+                        </div>
+                    </div>
+                </Modal>
+            </div>
+        );
+    }
+});
+
 const AnnualReport = React.createClass({
     loadData(pageNo) {
         this.state.data = [];
@@ -527,7 +600,8 @@ const AnnualReport = React.createClass({
                     year: thisdata.year,
                     state: thisdata.state,
                     createTimeFormattedDate: thisdata.createTimeFormattedDate,
-                    lastUpdateTimeFormattedDate: thisdata.lastUpdateTimeFormattedDate
+                    lastUpdateTimeFormattedDate: thisdata.lastUpdateTimeFormattedDate,
+                    basicResearchCost: thisdata.basicResearchCost
                 });
             };
             this.state.pagination.current = data.data.pageNo;
@@ -593,48 +667,57 @@ const AnnualReport = React.createClass({
             showDesc: true
         });
     },
-    delectRow() {
-        let deletedIds = [];
-        for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
-            let rowItem = this.state.selectedRows[idx];
-            if (rowItem.id) {
-                deletedIds.push(rowItem.id)
-            }
-        }
-        this.setState({
-            selectedRowKeys: [],
-            loading: deletedIds.length > 0
-        });
-        $.ajax({
-            method: "POST",
-            dataType: "json",
-            crossDomain: false,
-            url: globalConfig.context + "/techservice/cognizance/deleteAnnualReport",
-            data: {
-                ids: deletedIds
-            }
-        }).done(function (data) {
-            if (!data.error.length) {
-                message.success('保存成功!');
-                this.setState({
-                    loading: false,
-                });
-            } else {
-                message.warning(data.error[0].message);
-            };
-            this.loadData();
-        }.bind(this));
-    },
+    // delectRow() {
+    //     let deletedIds = [];
+    //     for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
+    //         let rowItem = this.state.selectedRows[idx];
+    //         if (rowItem.id) {
+    //             deletedIds.push(rowItem.id)
+    //         }
+    //     }
+    //     this.setState({
+    //         selectedRowKeys: [],
+    //         loading: deletedIds.length > 0
+    //     });
+    //     $.ajax({
+    //         method: "POST",
+    //         dataType: "json",
+    //         crossDomain: false,
+    //         url: globalConfig.context + "/techservice/cognizance/deleteAnnualReport",
+    //         data: {
+    //             ids: deletedIds
+    //         }
+    //     }).done(function (data) {
+    //         if (!data.error.length) {
+    //             message.success('保存成功!');
+    //             this.setState({
+    //                 loading: false,
+    //             });
+    //         } else {
+    //             message.warning(data.error[0].message);
+    //         };
+    //         this.loadData();
+    //     }.bind(this));
+    // },
     closeDesc(e) {
         this.state.showDesc = e;
         this.loadData();
     },
-    search() {
-        this.loadData();
+    addClick() {
+        this.setState({
+            showAdd: true
+        });
     },
-    reset() {
+    closeAdd(e) {
+        this.state.showAdd = e;
         this.loadData();
     },
+    // search() {
+    //     this.loadData();
+    // },
+    // reset() {
+    //     this.loadData();
+    // },
     render() {
         const rowSelection = {
             selectedRowKeys: this.state.selectedRowKeys,
@@ -654,8 +737,8 @@ const AnnualReport = React.createClass({
                 <div className="user-search">
                     <p>
                         <Button style={{ background: "#ea0862", border: "none", color: "#fff" }}
-                            onClick={this.tableRowClick}>添加<Icon type="plus" /></Button>
-                        <Button style={{ background: "#3fcf9e", border: "none", color: "#fff" }}
+                            onClick={this.addClick}>添加<Icon type="plus" /></Button>
+                        <Button style={{ background: "#3fcf9e", border: "none", color: "#fff", display: 'none' }}
                             disabled={!hasSelected}
                             onClick={this.delectRow}>删除<Icon type="minus" /></Button>
                     </p>
@@ -665,13 +748,16 @@ const AnnualReport = React.createClass({
                         <Table columns={this.state.columns}
                             dataSource={this.state.dataSource}
                             pagination={this.state.pagination}
-                            rowSelection={rowSelection}
+                            //rowSelection={rowSelection}
                             onRowClick={this.tableRowClick} />
                     </Spin>
                 </div>
                 <AnnualReportDesc
                     data={this.state.RowData}
                     showDesc={this.state.showDesc} closeDesc={this.closeDesc} />
+                <AnnualReportAdd
+                    showAdd={this.state.showAdd}
+                    closeAdd={this.closeAdd} />
             </div >
         );
     }

+ 5 - 4
js/component/account/services/annualReport.less

@@ -1,5 +1,9 @@
-.annualReport-form {
+#annualReport-form {
     .half-item {
+        width: 50%;
+        float: left;
+        height: auto;
+        margin-bottom: 0;
         >p {
             line-height: 32px;
             min-height: 32px;
@@ -27,9 +31,6 @@
             }
         }
     }
-}
-
-.ant-form {
     .ant-form-item {
         .ant-form-item-label {
             text-align: left;

+ 506 - 309
js/component/account/services/cognizance.jsx

@@ -1,34 +1,148 @@
 import React from 'react';
-import { Icon, Upload, Form, Button, Radio, Input, Spin, Table, message, Select, Modal, DatePicker, Cascader, Transfer, InputNumber } from 'antd';
-import { techFieldList, technicalSourceList } from '../../dataDic.js';
-import { getTechField, getTechnicalSource, beforeUploadFile } from '../../tools.js';
-import './techProduct.less';
-import moment from 'moment';
+import { Icon, InputNumber, Form, Button, Input, Radio, Select, Spin, Table, message, Cascader, Modal } from 'antd';
+import { techFieldList, provinceArr, cognizanceStateList } from '../../dataDic.js';
+import { getTime, getCognizanceState } from '../../tools.js';
 import ajax from 'jquery/src/ajax/xhr.js';
 import $ from 'jquery/src/ajax';
+import moment from 'moment';
+import './cognizance.less';
 
-const TechProductDescFrom = Form.create()(React.createClass({
+const CognizanceDescFrom = Form.create()(React.createClass({
+    loadData() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/techservice/cognizance/cognizanceDetail",
+            data: {
+                cid: this.props.data.cid,
+                year: this.props.data.year
+            },
+            success: function (data) {
+                if (data.error.length || !data.data) {
+                    message.warning(data.error[0].message);
+                    return;
+                };
+                this.state.data = data.data;
+                this.state.cid = this.props.data.cid;
+                this.state.moneyTable = [{
+                    key: 1,
+                    year: '第一年',
+                    netAsset: data.data.netAsset1,
+                    salesRevenue: data.data.salesRevenue1,
+                    grossProfit: data.data.grossProfit1
+                }, {
+                    key: 2,
+                    year: '第二年',
+                    netAsset: data.data.netAsset2,
+                    salesRevenue: data.data.salesRevenue2,
+                    grossProfit: data.data.grossProfit2
+                }, {
+                    key: 3,
+                    year: '第三年',
+                    netAsset: data.data.netAsset3,
+                    salesRevenue: data.data.salesRevenue3,
+                    grossProfit: data.data.grossProfit3
+                }];
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    },
+    getStateData() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/techservice/cognizance/cognizanceLog",
+            data: {
+                cid: this.props.data.cid
+            },
+            success: function (data) {
+                if (data.error.length || !data.data) {
+                    message.warning(data.error[0].message);
+                    return;
+                };
+                this.state.stateTable = [];
+                for (let i = 0; i < data.data.length; i++) {
+                    this.state.stateTable.push({
+                        key: i,
+                        recordTimeFormattedDate: data.data[i].recordTimeFormattedDate,
+                        state: String(data.data[i].state),
+                        principal: data.data[i].principal,
+                        operator: data.data[i].operator,
+                        comment: data.data[i].comment
+                    });
+                };
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    },
     getInitialState() {
         return {
             loading: false,
-            targetKeys: [],
-            selectedKeys: [],
-            technicalSourceOption: [],
+            stateOption: [],
+            moneyColumns: [{
+                title: '',
+                dataIndex: 'year',
+                key: 'year',
+            }, {
+                title: '净资产',
+                dataIndex: 'netAsset',
+                key: 'netAsset',
+            }, {
+                title: '销售收入',
+                dataIndex: 'salesRevenue',
+                key: 'salesRevenue',
+            }, {
+                title: '利润总和',
+                dataIndex: 'grossProfit',
+                key: 'grossProfit',
+            }],
+            stateColumns: [{
+                title: '专利状态',
+                dataIndex: 'state',
+                key: 'state',
+                render: (text) => { return getCognizanceState(text) }
+            }, {
+                title: '处理时间',
+                dataIndex: 'recordTimeFormattedDate',
+                key: 'recordTimeFormattedDate',
+            }, {
+                title: '负责人',
+                dataIndex: 'principal',
+                key: 'principal',
+            }, {
+                title: '操作人',
+                dataIndex: 'operator',
+                key: 'operator',
+            }, {
+                title: '备注',
+                dataIndex: 'comment',
+                key: 'comment',
+            }]
         };
     },
     componentWillMount() {
         let _me = this;
-        technicalSourceList.map(function (item) {
-            _me.state.technicalSourceOption.push(
-                <Select.Option value={item.value} key={10000 + item.value}>{item.key}</Select.Option>
+        cognizanceStateList.map(function (item) {
+            _me.state.stateOption.push(
+                <Select.Option value={item.value} key={item.key}>{item.key}</Select.Option>
             )
         });
-        this.state.targetKeys = this.props.data.intellectualPropertyNumber;
-    },
-    componentWillReceiveProps(nextProps) {
-        if (nextProps.data) {
-            this.state.targetKeys = nextProps.data.intellectualPropertyNumber;
-        };
+        this.loadData();
+        this.getStateData();
     },
     handleSubmit(e) {
         e.preventDefault();
@@ -39,22 +153,14 @@ const TechProductDescFrom = Form.create()(React.createClass({
                     method: "POST",
                     dataType: "json",
                     crossDomain: false,
-                    url: globalConfig.context + "/techservice/cognizance/techProduct",
+                    url: globalConfig.context + "/techservice/cognizance/disposeCognizanceDetail",
                     data: {
-                        id: this.props.data.id,
-                        serialNumber: values.serialNumber,
-                        productName: values.productName,
-                        technicalField1: values.techField[0],
-                        technicalField2: values.techField[1],
-                        technicalField3: values.techField[2],
-                        technicalSource: values.technicalSource,
-                        lastYearRevenue: values.lastYearRevenue,
-                        mainProduct: values.mainProduct,
-                        intellectualPropertyNumber: this.state.targetKeys.join(","),
-                        keyTechnology: values.keyTechnology,
-                        competitiveEdge: values.competitiveEdge,
-                        conditionEffect: values.conditionEffect,
-                        accountUrl:this.state.accountUrl
+                        id: this.props.data.cid,
+                        technicalField1: values.technicalField[0],
+                        technicalField2: values.technicalField[1],
+                        technicalField3: values.technicalField[2],
+                        basicResearchCost: values.basicResearchCost,
+                        accident: values.accident
                     }
                 }).done(function (data) {
                     if (!data.error.length) {
@@ -72,190 +178,146 @@ const TechProductDescFrom = Form.create()(React.createClass({
             }
         });
     },
-    intellectualChange(nextTargetKeys, direction, moveKeys) {
-        this.setState({ targetKeys: nextTargetKeys });
-    },
-    intellectualSelectChange(sourceSelectedKeys, targetSelectedKeys) {
-        this.setState({ selectedKeys: [...sourceSelectedKeys, ...targetSelectedKeys] });
+    componentWillReceiveProps(nextProps) {
+        if (!this.props.visible && nextProps.visible) {
+            this.getStateData();
+            this.loadData();
+        };
     },
     render() {
         const FormItem = Form.Item;
         const { getFieldDecorator } = this.props.form;
-        const theData = this.props.data;
+        const theData = this.state.data;
         const formItemLayout = {
-            labelCol: { span: 10 },
+            labelCol: { span: 6 },
             wrapperCol: { span: 12 },
         };
         const _me = this;
-        return (
-            <Form onSubmit={this.handleSubmit} className="activityCost-form">
-                <div className="clearfix">
-                    <FormItem className="half-item"
-                        {...formItemLayout}
-                        label="编号:ps"
-                    >
-                        {getFieldDecorator('serialNumber', {
-                            rules: [{ required: true, message: '此项为必填项!' }],
-                            initialValue: theData.serialNumber
-                        })(
-                            <Input />
-                            )}
-                    </FormItem>
-                    <FormItem className="half-item"
-                        {...formItemLayout}
-                        label="产品(服务)名称"
-                    >
-                        {getFieldDecorator('productName', {
-                            rules: [{ required: true, message: '此项为必填项!' }],
-                            initialValue: theData.productName
-                        })(
-                            <Input />
-                            )}
-                    </FormItem>
-                </div>
-                <div className="clearfix">
-                    <FormItem className="half-item"
+        if (this.state.data) {
+            return (
+                <Form onSubmit={this.handleSubmit} id="highTechApply-form">
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span className="item-title">公司名称: </span>
+                            <span>{theData.unitName}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">公司组织机构代码: </span>
+                            <span>{theData.orgCode}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">公司地址: </span>
+                            <span>{theData.postalAddress}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">联系人: </span>
+                            <span>{theData.contacts}</span>
+                        </div>
+                    </div>
+                    <FormItem style={{ width: '50%' }}
                         {...formItemLayout}
-                        label="技术来源"
-                    >
-                        {getFieldDecorator('technicalSource', {
-                            rules: [{ required: true, message: '此项为必填项!' }],
-                            initialValue: theData.technicalSource
-                        })(
-                            <Select placeholder="选择技术来源"
-                                onChange={(e) => { this.setState({ technicalSource: e }) }}>
-                                {this.state.technicalSourceOption}
-                            </Select>
-                            )}
-                    </FormItem>
-                    <FormItem className="half-item"
-                        labelCol={{ span: 10 }}
-                        label="上年度销售收入(万元)"
+                        label="技术领域"
                     >
-                        {getFieldDecorator('lastYearRevenue', {
-                            rules: [{ type: "number", required: true, message: '此项为必填项!' }],
-                            initialValue: theData.lastYearRevenue ? Number(theData.lastYearRevenue) : 0
+                        {getFieldDecorator('technicalField', {
+                            rules: [{ type: 'array', required: true, message: '此项为必填项!' }],
+                            initialValue: [Number(theData.technicalField1), Number(theData.technicalField2), Number(theData.technicalField3)]
                         })(
-                            <InputNumber />
+                            <Cascader options={techFieldList} placeholder="请选择技术领域" />
                             )}
                     </FormItem>
-                </div>
-                <FormItem
-                    labelCol={{ span: 5 }}
-                    wrapperCol={{ span: 16 }}
-                    label="技术领域"
-                >
-                    {getFieldDecorator('techField', {
-                        rules: [{ type: "array", required: true, message: '此项为必填项!' }],
-                        initialValue: theData.techField
-                    })(
-                        <Cascader
-                            options={techFieldList}
-                            onChange={(value, selectedOptions) => { this.setState({ techField: value }); console.log(value) }}
-                            placeholder="请选择"
-                            showSearch
-                        />
-                        )}
-                </FormItem>
-                <div className="clearfix">
-                    <FormItem className="half-item"
-                        {...formItemLayout}
-                        label="是否主要产品(服务)"
+                    <div className="clearfix">
+                        <div>
+                            <span className="form-title">获得知识产权数量(件): </span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">一类: </span>
+                            <span>{theData.firstCatagory}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">二类: </span>
+                            <span>{theData.secondCatagory}</span>
+                        </div>
+                    </div>
+                    <div className="clearfix">
+                        <div>
+                            <span className="form-title">人力资源状况(人): </span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">职工总数: </span>
+                            <span>{theData.firmTotal}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">科技人员数: </span>
+                            <span>{theData.techTotal}</span>
+                        </div>
+                    </div>
+                    <div className="form-title">近三年经营状况(万元): </div>
+                    <Table pagination={false} dataSource={this.state.moneyTable} columns={this.state.moneyColumns} />
+                    <div className="clearfix">
+                        <div><span className="form-title">近三年研究开发费用总额(万元): </span></div>
+                        <div className="third-item">
+                            <div className="item-title">近三年研究开发费用总额</div>
+                            <p>{theData.researchCost}</p>
+                        </div>
+                        <div className="third-item">
+                            <div className="item-title">其中: 在中国境内研发费用总和</div>
+                            <p>{theData.territory}</p>
+                        </div>
+                        <div className="third-item">
+                            <div className="item-title">其中: 基础研究投入费用总额</div>
+                            <div>
+                                <FormItem
+                                    labelCol={{ span: 0 }}
+                                    wrapperCol={{ span: 24 }}
+                                >
+                                    {getFieldDecorator('basicResearchCost', {
+                                        rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
+                                        initialValue: theData.basicResearchCost
+                                    })(
+                                        <InputNumber />
+                                        )}
+                                </FormItem>
+                            </div>
+                        </div>
+                    </div>
+                    <div>
+                        <span className="item-title">近一年企业总收入(万元): </span>
+                        <span>{theData.totalRevenue}</span>
+                    </div>
+                    <div>
+                        <span className="item-title">近一年高新技术产品收入(万元): </span>
+                        <span>{theData.lastYearRevenue}</span>
+                    </div>
+                    <div className="item-title">申请认定前一年内是否发生过重大安全、重大质量或严重环境违法行为</div>
+                    <FormItem
+                        labelCol={{ span: 0 }}
+                        wrapperCol={{ span: 24 }}
                     >
-                        {getFieldDecorator('mainProduct', {
-                            rules: [{ type: "number", required: true, message: '此项为必填项!' }],
-                            initialValue: theData.mainProduct
+                        {getFieldDecorator('accident', {
+                            rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
+                            initialValue: theData.accident
                         })(
                             <Radio.Group>
-                                <Radio value={1}>是</Radio>
                                 <Radio value={0}>否</Radio>
+                                <Radio value={1}>是</Radio>
                             </Radio.Group>
                             )}
                     </FormItem>
-                </div>
-                <p>知识产权编号:</p>
-                <Transfer
-                    dataSource={this.props.mockData}
-                    listStyle={{
-                        width: 200,
-                        height: 200,
-                    }}
-                    titles={['未选择', '已选择']}
-                    targetKeys={this.state.targetKeys}
-                    selectedKeys={this.state.selectedKeys}
-                    onChange={this.intellectualChange}
-                    onSelectChange={this.intellectualSelectChange}
-                    render={item => `${item.name}-${item.key}`}
-                />
-                <div className="clearfix">
-                    <FormItem className="half-item"
-                        labelCol={{ span: 0 }}
-                        wrapperCol={{ span: 22 }}
-                    >
-                        <p>关键技术及主要技术指标(限400字)</p>
-                        {getFieldDecorator('keyTechnology', {
-                            rules: [{ required: true, message: '此项为必填项!' }],
-                            initialValue: theData.keyTechnology
-                        })(
-                            <Input type='textarea' rows={6} onChange={(e) => { if (e.target.value.length > 400) { return; } }} />
-                            )}
+                    <div className="form-title">状态流转记录: </div>
+                    <Table pagination={false} dataSource={this.state.stateTable} columns={this.state.stateColumns} />
+                    <FormItem style={{ marginTop: '20px' }}>
+                        <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
+                        <Button type="ghost" style={{ marginLeft: '20px' }} onClick={this.props.closeModal}>取消</Button>
                     </FormItem>
-                    <FormItem className="half-item"
-                        labelCol={{ span: 0 }}
-                        wrapperCol={{ span: 22 }}
-                    >
-                        <p>与同类产品(服务)的竞争优势(限400字)</p>
-                        {getFieldDecorator('competitiveEdge', {
-                            rules: [{ required: true, message: '此项为必填项!' }],
-                            initialValue: theData.competitiveEdge
-                        })(
-                            <Input type='textarea' rows={6} onChange={(e) => { if (e.target.value.length > 400) { return; } }} />
-                            )}
-                    </FormItem>
-                    <p style={{ lineHeight: "32px" }}>知识产权获得情况及其对产品(服务)在技术上发挥的支持作用(限400字)*</p>
-                    <FormItem className="half-item"
-                        labelCol={{ span: 0 }}
-                        wrapperCol={{ span: 22 }}
-                    >
-                        {getFieldDecorator('conditionEffect', {
-                            rules: [{ required: true, message: '此项为必填项!' }],
-                            initialValue: theData.conditionEffect
-                        })(
-                            <Input type='textarea' rows={6} onChange={(e) => { if (e.target.value.length > 400) { return; } }} />
-                            )}
-                    </FormItem>
-                </div>
-                <div style={{ width: '50%' }}>
-                    <Upload
-                        name="ratepay"
-                        action={globalConfig.context + "/techservice/cognizance/upload"}
-                        data={{ 'sign': this.props.year + 'proof' }}
-                        beforeUpload={beforeUploadFile}
-                        onChange={(info) => {
-                            if (info.file.status !== 'uploading') {
-                                console.log(info.file, info.fileList);
-                            }
-                            if (info.file.status === 'done') {
-                                message.success(`${info.file.name} 文件上传成功!`);
-                                this.state.accountUrl = info.file.response.data;
-                            } else if (info.file.status === 'error') {
-                                message.error(`${info.file.name} 文件上传失败。`);
-                            }
-                        }}
-                    >
-                        <Button><Icon type="upload" /> 上传台账 </Button>
-                    </Upload>
-                </div>
-                <FormItem style={{ marginTop: '20px' }}>
-                    <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
-                    <Button type="ghost" style={{ marginLeft: '20px' }} onClick={this.props.closeModal}>取消</Button>
-                </FormItem>
-            </Form >
-        );
+                </Form >
+            );
+        } else {
+            return (<div></div>)
+        };
     },
 }));
 
-const TechProductDesc = React.createClass({
+const CognizanceDesc = React.createClass({
     getInitialState() {
         return {
             visible: false,
@@ -291,21 +353,148 @@ const TechProductDesc = React.createClass({
         return (
             <div className="patent-addNew">
                 <Spin spinning={this.state.loading} className='spin-box'>
-                    <Modal title="上年度高新技术产品(服务)情况表" visible={this.state.visible}
+                    <Modal title="高企管理" visible={this.state.visible}
                         onOk={this.handleOk} onCancel={this.handleCancel}
-                        width='800px'
+                        width='1000px'
                         footer=''
                     >
-                        <TechProductDescFrom data={this.props.data} mockData={this.props.mockData}
+                        <CognizanceDescFrom
+                            visible={this.state.visible}
+                            data={this.props.data}
                             spinState={this.spinChange} closeModal={this.handleCancel} />
                     </Modal>
                 </Spin>
             </div>
         );
+    }
+});
+
+const CognizanceAdd = React.createClass({
+    getInitialState() {
+        return {
+            visible: false,
+            loading: false,
+            yearOption: []
+        };
+    },
+    componentWillReceiveProps(nextProps) {
+        this.state.visible = nextProps.showAdd
+    },
+    componentWillMount() {
+        let d = new Date();
+        let _me = this;
+        d = d.getFullYear() - 1;
+        this.state.thisYear = d;
+        for (let i = d; i < d + 20; i++) {
+            _me.state.yearOption.push(
+                <Select.Option value={i.toString()} key={i}>{i}</Select.Option>
+            )
+        };
+    },
+    showModal() {
+        this.setState({
+            visible: true,
+        });
+    },
+    handleOk() {
+        this.setState({
+            loading: true
+        });
+        if (!this.state.year) {
+            message.warning('请选择年份!');
+            this.setState({
+                loading: false
+            });
+            return;
+        };
+        if (!this.state.contacts) {
+            message.warning('请选择一个联系人!');
+            this.setState({
+                loading: false
+            });
+            return;
+        };
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/techservice/cognizance/applyCognizance",
+            data: {
+                year: this.state.year,
+                contacts: this.state.contacts,
+                comment: this.state.comment,
+                state: this.state.year == this.state.thisYear ? 0 : 7
+            }
+        }).done(function (data) {
+            if (!data.error.length) {
+                message.success('保存成功!');
+                this.setState({
+                    visible: false
+                });
+                this.props.closeAdd(false);
+            } else {
+                message.warning(data.error[0].message);
+                this.setState({
+                    loading: false
+                });
+            }
+        }.bind(this));
+    },
+    handleCancel(e) {
+        this.setState({
+            visible: false,
+        });
+        this.props.closeAdd(false);
+    },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
     },
+    render() {
+        return (
+            <div className="cognizance-add">
+                <Modal title="高企申请" visible={this.state.visible}
+                    onOk={this.handleOk} onCancel={this.handleCancel}
+                    width='800px'
+                    footer={[
+                        <Button key="submit" type="primary" loading={this.state.loading} onClick={this.handleOk}>
+                            提交
+                            </Button>,
+                        <Button key="back" onClick={this.handleCancel}>
+                            返回
+                            </Button>,
+                    ]}
+                >
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span>选择申请年份: </span>
+                            <Select placeholder="请选择年份" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.year = e }}>
+                                {this.state.yearOption}
+                            </Select>
+                        </div>
+                        <div className="half-item">
+                            <span>选择联系人: </span>
+                            <Select placeholder="请选择年份" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.contacts = e }}>
+                                {this.props.contactsOption}
+                            </Select>
+                        </div>
+                    </div>
+                    <div>
+                        <p>备注: </p>
+                        <p>
+                            <Input type="textarea" rows={6} onChange={(e) => { this.state.comment = e.target.value; }} />
+                        </p>
+                    </div>
+                </Modal>
+            </div>
+        );
+    }
 });
 
-const TechProduct = React.createClass({
+const Cognizance = React.createClass({
     loadData(pageNo) {
         this.state.data = [];
         this.setState({
@@ -315,73 +504,60 @@ const TechProduct = React.createClass({
             method: "get",
             dataType: "json",
             crossDomain: false,
-            url: globalConfig.context + "/techservice/cognizance/techProductList",
-            data: {
-                pageNo: pageNo || 1,
-                pageSize: this.state.pagination.pageSize
-            }
+            url: globalConfig.context + "/techservice/cognizance/getContacts"
         }), $.ajax({
-            method: "get",
+            method: "post",
             dataType: "json",
             crossDomain: false,
-            url: globalConfig.context + "/techservice/cognizance/intellectualList",
+            url: globalConfig.context + "/techservice/cognizance/listCognizance",
             data: {
                 pageNo: pageNo || 1,
-                pageSize: 99,
+                pageSize: this.state.pagination.pageSize
             }
         })).done((data1, data2) => {
-            let data = data1[0];
-            let intellectualList = data2[0];
-            if (data.error.length || !data.data || !data.data.list) {
-                message.warning(data.error[0].message);
-                return;
+            this.state.data = [];
+            if (data1[0].error || !data1[0].data) {
+                if (data1[0].error.length) {
+                    message.warning(data.error[0].message);
+                    return;
+                };
             };
-            if (intellectualList.error.length || !intellectualList.data || !intellectualList.data.list) {
-                message.warning(intellectualList.error[0].message);
-                return;
+            if (data2[0].error || !data2[0].data || !data2[0].data.list) {
+                if (data2[0].error.length) {
+                    message.warning(data2[0].error[0].message);
+                    return;
+                };
             };
-            let theArr = [];
-            for (let i = 0; i < intellectualList.data.list.length; i++) {
-                theArr.push({
-                    key: intellectualList.data.list[i].intellectualPropertyNumber,
-                    name: intellectualList.data.list[i].intellectualPropertyName
-                });
+            let _me = this;
+            for (let item in data1[0].data) {
+                let theData = item + ' -- ' + data1[0].data[item];
+                _me.state.contactsOption.push(
+                    <Select.Option value={theData} key={theData}>{theData}</Select.Option>
+                );
             };
-            this.state.mockData = theArr;
-            for (let i = 0; i < data.data.list.length; i++) {
-                let thisdata = data.data.list[i];
+            for (let i = 0; i < data2[0].data.list.length; i++) {
+                let thisdata = data2[0].data.list[i];
                 this.state.data.push({
                     key: i,
-                    id: thisdata.id,
                     uid: thisdata.uid,
-
-                    mockData: this.state.mockData,
-
-                    serialNumber: thisdata.serialNumber,
-                    productName: thisdata.productName,
-
-                    techField: [Number(thisdata.technicalField1), Number(thisdata.technicalField2), Number(thisdata.technicalField3)],
-                    technicalField: getTechField(thisdata.technicalField1, thisdata.technicalField2, thisdata.technicalField3),
-                    technicalField1: thisdata.technicalField1,
-                    technicalField2: thisdata.technicalField2,
-                    technicalField3: thisdata.technicalField3,
-
-                    technicalSource: String(thisdata.technicalSource),
-                    lastYearRevenue: thisdata.lastYearRevenue,
-                    mainProduct: thisdata.mainProduct,
-
-                    PropertyNumber: thisdata.intellectualPropertyNumber,
-                    intellectualPropertyNumber: thisdata.intellectualPropertyNumber ? thisdata.intellectualPropertyNumber.split(",") : [],
-
-                    keyTechnology: thisdata.keyTechnology,
-                    competitiveEdge: thisdata.competitiveEdge,
-                    conditionEffect: thisdata.conditionEffect,
+                    cid: thisdata.cid,
                     year: thisdata.year,
+                    serialNumber: thisdata.serialNumber,
+                    locationProvince: thisdata.locationProvince,
+                    unitName: thisdata.unitName,
+                    contacts: thisdata.contacts,
                     createTime: thisdata.createTime,
+                    comment: thisdata.comment,
+                    state: thisdata.state,
+                    certificateNumber: thisdata.certificateNumber,
+                    issuingDate: thisdata.issuingDate,
+                    consultant: thisdata.consultant,
+                    createTimeFormattedDate: thisdata.createTimeFormattedDate,
+                    issuingDateFormattedDate: thisdata.issuingDateFormattedDate
                 });
             };
-            this.state.pagination.current = data.data.pageNo;
-            this.state.pagination.total = data.data.totalCount;
+            this.state.pagination.current = data2[0].data.pageNo;
+            this.state.pagination.total = data2[0].data.totalCount;
             this.setState({
                 dataSource: this.state.data,
                 pagination: this.state.pagination
@@ -394,9 +570,12 @@ const TechProduct = React.createClass({
     },
     getInitialState() {
         return {
+            contactsOption: [],
             selectedRowKeys: [],
             selectedRows: [],
             loading: false,
+            showAdd: false,
+            showDesc: false,
             pagination: {
                 defaultCurrent: 1,
                 defaultPageSize: 10,
@@ -411,35 +590,39 @@ const TechProduct = React.createClass({
             },
             columns: [
                 {
-                    title: '产品编号',
+                    title: '编号',
                     dataIndex: 'serialNumber',
                     key: 'serialNumber'
                 }, {
-                    title: '产品(服务)名称',
-                    dataIndex: 'productName',
-                    key: 'productName'
+                    title: '联系人',
+                    dataIndex: 'contacts',
+                    key: 'contacts'
+                }, {
+                    title: '派单日',
+                    dataIndex: 'createTimeFormattedDate',
+                    key: 'createTimeFormattedDate'
                 }, {
-                    title: '技术领域',
-                    dataIndex: 'technicalField',
-                    key: 'technicalField'
+                    title: '状态',
+                    dataIndex: 'state',
+                    key: 'state',
+                    render: (text) => { return getCognizanceState(text) }
                 }, {
-                    title: '技术来源',
-                    dataIndex: 'technicalSource',
-                    key: 'technicalSource',
-                    render: (text) => { return getTechnicalSource(text) }
+                    title: '证书编号',
+                    dataIndex: 'certificateNumber',
+                    key: 'certificateNumber'
                 }, {
-                    title: '上年度销售收入(万元)',
-                    dataIndex: 'lastYearRevenue',
-                    key: 'lastYearRevenue'
+                    title: '发证日',
+                    dataIndex: 'issuingDateFormattedDate',
+                    key: 'issuingDateFormattedDate'
                 }, {
-                    title: '是否主要产品(服务)',
-                    dataIndex: 'mainProduct',
-                    key: 'mainProduct',
-                    render: (text) => { if (text == "1") { return '是' } else { return '否' } }
+                    title: '到期日',
+                    dataIndex: 'issuingDate',
+                    key: 'issuingDate',
+                    render: (text) => { return getTime(text, 36) }
                 }, {
-                    title: '知识产权编号',
-                    dataIndex: 'PropertyNumber',
-                    key: 'PropertyNumber'
+                    title: '咨询师',
+                    dataIndex: 'consultant',
+                    key: 'consultant'
                 }
             ],
             dataSource: []
@@ -454,48 +637,57 @@ const TechProduct = React.createClass({
             showDesc: true
         });
     },
-    delectRow() {
-        let deletedIds = [];
-        for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
-            let rowItem = this.state.selectedRows[idx];
-            if (rowItem.id) {
-                deletedIds.push(rowItem.id)
-            }
-        }
+    addClick() {
         this.setState({
-            selectedRowKeys: [],
-            loading: deletedIds.length > 0
+            showAdd: true
         });
-        $.ajax({
-            method: "POST",
-            dataType: "json",
-            crossDomain: false,
-            url: globalConfig.context + "/techservice/cognizance/deleteTechProduct",
-            data: {
-                ids: deletedIds
-            }
-        }).done(function (data) {
-            if (!data.error.length) {
-                message.success('保存成功!');
-                this.setState({
-                    loading: false,
-                });
-            } else {
-                message.warning(data.error[0].message);
-            };
-            this.loadData();
-        }.bind(this));
     },
+    // delectRow() {
+    //     let deletedIds = [];
+    //     for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
+    //         let rowItem = this.state.selectedRows[idx];
+    //         if (rowItem.id) {
+    //             deletedIds.push(rowItem.id)
+    //         }
+    //     }
+    //     this.setState({
+    //         selectedRowKeys: [],
+    //         loading: deletedIds.length > 0
+    //     });
+    //     $.ajax({
+    //         method: "POST",
+    //         dataType: "json",
+    //         crossDomain: false,
+    //         url: globalConfig.context + "/techservice/cognizance/deleteTechProduct",
+    //         data: {
+    //             ids: deletedIds
+    //         }
+    //     }).done(function (data) {
+    //         if (!data.error.length) {
+    //             message.success('保存成功!');
+    //             this.setState({
+    //                 loading: false,
+    //             });
+    //         } else {
+    //             message.warning(data.error[0].message);
+    //         };
+    //         this.loadData();
+    //     }.bind(this));
+    // },
     closeDesc(e) {
         this.state.showDesc = e;
         this.loadData();
     },
-    search() {
-        this.loadData();
-    },
-    reset() {
+    closeAdd(e) {
+        this.state.showAdd = e;
         this.loadData();
     },
+    // search() {
+    //     this.loadData();
+    // },
+    // reset() {
+    //     this.loadData();
+    // },
     render() {
         const rowSelection = {
             selectedRowKeys: this.state.selectedRowKeys,
@@ -510,13 +702,13 @@ const TechProduct = React.createClass({
         return (
             <div className="user-content" >
                 <div className="content-title">
-                    <span>上年度高新技术产品(服务)情况表</span>
+                    <span>高企申请管理</span>
                 </div>
                 <div className="user-search">
                     <p>
                         <Button style={{ background: "#ea0862", border: "none", color: "#fff" }}
-                            onClick={this.tableRowClick}>添加<Icon type="plus" /></Button>
-                        <Button style={{ background: "#3fcf9e", border: "none", color: "#fff" }}
+                            onClick={this.addClick}>添加<Icon type="plus" /></Button>
+                        <Button style={{ background: "#3fcf9e", border: "none", color: "#fff",display:'none' }}
                             disabled={!hasSelected}
                             onClick={this.delectRow}>删除<Icon type="minus" /></Button>
                     </p>
@@ -526,16 +718,21 @@ const TechProduct = React.createClass({
                         <Table columns={this.state.columns}
                             dataSource={this.state.dataSource}
                             pagination={this.state.pagination}
-                            rowSelection={rowSelection}
+                            //rowSelection={rowSelection}
                             onRowClick={this.tableRowClick} />
                     </Spin>
                 </div>
-                <TechProductDesc data={this.state.RowData}
-                    mockData={this.state.mockData}
-                    showDesc={this.state.showDesc} closeDesc={this.closeDesc} />
+                <CognizanceDesc
+                    data={this.state.RowData}
+                    showDesc={this.state.showDesc}
+                    closeDesc={this.closeDesc} />
+                <CognizanceAdd
+                    contactsOption={this.state.contactsOption}
+                    showAdd={this.state.showAdd}
+                    closeAdd={this.closeAdd} />
             </div >
         );
     }
 });
 
-export default TechProduct;
+export default Cognizance;

+ 52 - 0
js/component/account/services/cognizance.less

@@ -0,0 +1,52 @@
+.ant-modal-body {
+    .half-item {
+        float: left;
+        width: 50%;
+    }
+}
+
+.ant-modal-body {
+    .half-item {
+        float: left;
+        width: 50%;
+        height: 36px;
+        margin-bottom: 10px;
+    }
+    .third-item {
+        float: left;
+        width: 33%;
+        height: 36px;
+        margin-bottom: 10px;
+        >p {
+            line-height: 30px;
+        }
+    }
+    .item-title {
+        line-height: 30px;
+        font-size: 14px;
+        color: #666;
+    }
+    .form-title {
+        font-size: 16px;
+        color: #333;
+    }
+}
+
+#highTechApply-form {
+    >div {
+        margin-bottom: 10px;
+    }
+    .ant-form-item {
+        .ant-form-item-label {
+            >label {
+                font-size: 14px;
+                color: #666;
+            }
+        }
+    }
+    .ant-form-item-required {
+        &:before {
+            display: none;
+        }
+    }
+}

+ 2 - 2
js/component/account/services/leftTab.jsx

@@ -12,7 +12,7 @@ const LeftTab = React.createClass({
             subKey: 'sub1',
             keyList: [
                 { key: 'sub1', value: ['patent', 'software', 'intellectual'] },
-                { key: 'sub2', value: ['standard', 'activity', 'activityCostList', 'orgTechCenter', 'techProduct', 'ratepay', 'finance', 'achievement', 'honorList','annualReport'] },
+                { key: 'sub2', value: ['standard', 'activity', 'activityCostList', 'orgTechCenter', 'techProduct', 'ratepay', 'finance', 'achievement', 'honorList','annualReport','cognizance'] },
                 { key: 'sub3', value: [] }
             ]
         };
@@ -74,7 +74,7 @@ const LeftTab = React.createClass({
                         技术中心
                     </Menu.Item>
                     <Menu.Item key="techProduct">
-                        上年度高新技术产品(服务)情况
+                        高新技术产品(服务)情况
                     </Menu.Item>
                     <Menu.Item key="ratepay">
                         纳税申报信息

+ 1 - 1
js/component/account/services/patentDesc.jsx

@@ -34,7 +34,7 @@ const PatentDesc = React.createClass({
                 pid: thepid
             },
             success: function (data) {
-                if (data.error && data.error.length || !data.data) {
+                if ( data.error && data.error.length && !data.data) {
                     return;
                 };
                 let _me = this;

+ 2 - 2
js/component/account/services/techProduct.jsx

@@ -293,7 +293,7 @@ const TechProductDesc = React.createClass({
                 <Spin spinning={this.state.loading} className='spin-box'>
                     <Modal title="上年度高新技术产品(服务)情况表" visible={this.state.visible}
                         onOk={this.handleOk} onCancel={this.handleCancel}
-                        width='800px'
+                        width='1000px'
                         footer=''
                     >
                         <TechProductDescFrom data={this.props.data} mockData={this.props.mockData}
@@ -510,7 +510,7 @@ const TechProduct = React.createClass({
         return (
             <div className="user-content" >
                 <div className="content-title">
-                    <span>上年度高新技术产品(服务)情况表</span>
+                    <span>高新技术产品(服务)情况表</span>
                 </div>
                 <div className="user-search">
                     <p>

+ 3 - 2
js/component/account/set/base.jsx

@@ -85,7 +85,7 @@ const BaseFrom = Form.create()(React.createClass({
             success: function (data) {
                 if (data.data) {
                     let d = new Date()
-                    if ( data.data.dateOfBirthMonth && data.data.dateOfBirthYear ) {
+                    if (data.data.dateOfBirthMonth && data.data.dateOfBirthYear) {
                         d.setMonth(data.data.dateOfBirthMonth - 1);
                         d.setYear(parseInt(data.data.dateOfBirthYear));
                     };
@@ -96,7 +96,7 @@ const BaseFrom = Form.create()(React.createClass({
                         idnumber: data.data.idNumber,
                         oppositeIdUrl: data.data.oppositeIdUrl,
                         positiveIdUrl: data.data.positiveIdUrl,
-                        auditStatus :data.data.auditStatus 
+                        auditStatus: data.data.auditStatus
                     })
                 };
             }.bind(this),
@@ -241,6 +241,7 @@ const Base = React.createClass({
                         <p className="acc-title">您登录的账号</p>
                         <p>阿凡提号: <span>{userData.number || undefined}</span></p>
                         <p>登录手机号: <span>{userData.mobile || undefined}</span></p>
+                        <p>认证状态: <span>{userData.lvl == '1' ? <span>已认证</span> : <span>未认证 <a href={globalConfig.context + '/user/certify'}> 马上认证</a></span>}</span></p>
                         <div className="clearfix">
                             <ChangeMobile />
                             <ChangePw />

+ 2 - 1
js/component/account/set/company.jsx

@@ -154,7 +154,8 @@ const PersonFrom = Form.create()(React.createClass({
                         otherCenter: data.data.pro.otherCenter,
                         resTime: data.data.pro.institutionEstablishTime
                     });
-                }
+                    this.idttTypeChange(data.data.info.identityType);
+                };
             }.bind(this),
         }).always(function () {
             this.props.spinState(false);

+ 1 - 1
js/component/account/set/group.jsx

@@ -278,7 +278,7 @@ const Base = React.createClass({
                     <div className="acc-detail">
                         <p className="acc-title">您登录的账号</p>
                         <p>阿凡提号: <span>{userData.number}</span></p>
-                        <p>空间状态: <span>{userData.lv !== '1' ? <a href="">认证空间</a> : <a href="">普通空间</a>}</span>(通过<a href="">实名认证</a>,即可免费开通认证空间)  </p>
+                        <p>认证状态: <span>{userData.lvl == '1' ? <span>已认证</span> : <span>未认证 <a href={globalConfig.context + '/user/groupCertify'}> 马上认证</a></span>}</span></p>
                         <div className="clearfix">
                             <ChangePw />
                         </div>

+ 35 - 26
js/component/account/set/hrSituation.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import { Input, InputNumber, Button, Form, Icon, Spin, message, Table, Modal, Upload } from 'antd';
+import { Input, InputNumber, Button, Form, Icon, Spin, message, Table, Modal, Upload, Select } from 'antd';
 import { beforeUpload } from '../../tools.js';
 import './hrSituation.less'
 import ajax from 'jquery/src/ajax/xhr.js'
@@ -9,7 +9,8 @@ import $ from 'jquery/src/ajax';
 const HrSituationDescFrom = Form.create()(React.createClass({
     getInitialState() {
         return {
-            loading: false
+            loading: false,
+            yearOption: []
         };
     },
     handleSubmit(e) {
@@ -36,20 +37,20 @@ const HrSituationDescFrom = Form.create()(React.createClass({
                 message.warning("全体人员结构中年龄一栏人数总和小于等于职工人数!");
                 return;
             };
-            if (values.year) {
-                message.warning("请输入年份!");
+            if (!this.state.year && !this.props.data.year) {
+                message.warning("请选择一个年份!")
                 return;
-            }
+            };
             if (!err) {
                 this.props.spinState(true);
                 $.ajax({
                     method: "POST",
                     dataType: "json",
                     crossDomain: false,
-                    url: globalConfig.context + "/techservice/cognizance/updateOrgHumanResource",
+                    url: globalConfig.context + "/api/user/SaveHumanResource",
                     data: {
                         id: this.props.data.id,
-                        year: values.data.year,
+                        year: this.state.year || this.props.data.year,
                         aboveFifty: values.aboveFifty,
                         belowThirty: values.belowThirty,
                         college: values.college,
@@ -78,7 +79,7 @@ const HrSituationDescFrom = Form.create()(React.createClass({
                         undergraduate: values.undergraduate,
                         rosterUrl: this.state.rosterUrl,
                         socialSecurityUrl: this.state.socialSecurityUrl,
-                        neweEmployment: values.neweEmployment,
+                        newEmployment: values.newEmployment,
                         graduateNumber: values.graduateNumber
                     }
                 }).done(function (data) {
@@ -95,6 +96,16 @@ const HrSituationDescFrom = Form.create()(React.createClass({
             }
         });
     },
+    componentWillMount() {
+        let d = new Date();
+        let _me = this;
+        d = d.getFullYear();
+        for (let i = d; i > d - 20; i--) {
+            _me.state.yearOption.push(
+                <Select.Option value={i.toString()} key={i}>{i}</Select.Option>
+            )
+        };
+    },
     render() {
         const { getFieldDecorator } = this.props.form;
         const formItemLayout = {
@@ -105,16 +116,15 @@ const HrSituationDescFrom = Form.create()(React.createClass({
         return (
             <Form onSubmit={this.handleSubmit} className="hrSituation-form">
                 <div className="clearfix">
-                    <FormItem className="half-item"
-                        {...formItemLayout}
-                        label="年份"
-                    >
-                        {getFieldDecorator('year', {
-                            initialValue: this.props.data.year || null
-                        })(
-                            <InputNumber />
-                            )}
-                    </FormItem>
+                    <div className="activityCost-title"><span>年份: </span>
+                        {
+                            this.props.data.year ? <span>{this.props.data.year}</span> :
+                                <Select placeholder="请选择年份" style={{ width: 200 }}
+                                    onSelect={(e, n) => { this.state.year = e }}>
+                                    {this.state.yearOption}
+                                </Select>
+                        }
+                    </div>
                 </div>
                 <p className="hrSituation-title">总体情况</p>
                 <div className="clearfix">
@@ -413,8 +423,8 @@ const HrSituationDescFrom = Form.create()(React.createClass({
                         wrapperCol={{ span: 8 }}
                         label="新增就业人数"
                     >
-                        {getFieldDecorator('neweEmployment', {
-                            initialValue: this.props.data.neweEmployment || null
+                        {getFieldDecorator('newEmployment', {
+                            initialValue: this.props.data.newEmployment || null
                         })(
                             <InputNumber />
                             )}
@@ -544,14 +554,13 @@ const HrSituation = React.createClass({
             loading: true
         });
         $.ajax({
-            method: "post",
+            method: "get",
             dataType: "json",
             crossDomain: false,
-            url: globalConfig.context + "/techservice/cognizance/orgHumanResource",
+            url: globalConfig.context + "/api/user/humanResource",
             data: {
                 pageNo: pageNo || 1,
-                pageSize: this.state.pagination.pageSize,
-                uid: this.props.data.uid
+                pageSize: this.state.pagination.pageSize
             }
         }).done((data) => {
             if (data.error.length || !data.data || !data.data.list) {
@@ -592,8 +601,8 @@ const HrSituation = React.createClass({
                     thirtyoneToThirtyfour: thisdata.thirtyoneToThirtyfour,
                     undergraduate: thisdata.undergraduate,
                     attachment: [thisdata.rosterDownloadFileName, thisdata.socialSecurityDownloadFileName],
-                    neweEmployment: thisdata.neweEmployment,
-                    graduateNumber: this.graduateNumber
+                    newEmployment: thisdata.newEmployment,
+                    graduateNumber: thisdata.graduateNumber
                 });
             };
             this.state.pagination.current = data.data.pageNo;

+ 27 - 0
js/component/account/set/hrSituation.less

@@ -1,5 +1,8 @@
 .hrSituation-form {
     width: 100%;
+    .activityCost-title {
+        font-size: 16px;
+    }
     .ant-form-item {
         float: left;
         .ant-input-number {
@@ -23,4 +26,28 @@
         margin-bottom: 20px;
         width: 400px;
     }
+}
+
+.user-content {
+    background: #fff;
+    padding: 20px;
+    .content-title {
+        font-size: 16px;
+        color: #333;
+    }
+    .user-search {
+        margin: 20px 0;
+        input {
+            width: 200px;
+        }
+        >* {
+            margin-right: 20px;
+        }
+        p {
+            margin-top: 20px;
+            button {
+                margin-right: 20px;
+            }
+        }
+    }
 }

+ 9 - 9
js/component/account/set/tech.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import { Input, Button, Form, Select, Icon, Spin, InputNumber, Tag,message } from 'antd';
+import { Input, Button, Form, Select, Icon, Spin, InputNumber, Tag, message } from 'antd';
 import './tech.less';
 import ajax from 'jquery/src/ajax/xhr.js';
 import $ from 'jquery/src/ajax';
@@ -23,11 +23,11 @@ const TechFrom = Form.create()(React.createClass({
             dataType: "json",
             url: globalConfig.context + "/api/user/job",
             success: function (data) {
-                if (data.data && data.data.searchAreaCategory && data.data.specialty ) {
+                if (data.data) {
                     this.setState({
                         techpeople: data.data.technicalPeopleNum,
-                        techzoneArr : data.data.searchAreaCategory.split(","),
-                        haveskill : data.data.specialty.split(",")
+                        techzoneArr: data.data.searchAreaCategory ? data.data.searchAreaCategory.split(",") : [],
+                        haveskill: data.data.specialty ? data.data.specialty.split(",") : []
                     });
                 };
             }.bind(this),
@@ -117,10 +117,10 @@ const TechFrom = Form.create()(React.createClass({
                     };
                 });
                 if (thebool) {
-                    theSkillArr =  _me.state.haveskill.concat(theskill);
+                    theSkillArr = _me.state.haveskill.concat(theskill);
                 }
             } else if (_me.state.haveskill.length === 0) {
-                theSkillArr =  _me.state.haveskill.concat(theskill);
+                theSkillArr = _me.state.haveskill.concat(theskill);
             };
             this.setState({
                 haveskill: theSkillArr
@@ -150,7 +150,7 @@ const TechFrom = Form.create()(React.createClass({
                     labelCol={{ span: 4 }}
                     wrapperCol={{ span: 6 }}
                     label="技术人员数量"
-                    >
+                >
                     {getFieldDecorator('techpeople', {
                         initialValue: this.state.techpeople
                     })(
@@ -162,7 +162,7 @@ const TechFrom = Form.create()(React.createClass({
                     labelCol={{ span: 4 }}
                     wrapperCol={{ span: 14 }}
                     label="重点研究领域"
-                    >
+                >
                     {getFieldDecorator('techzone')(
                         <div>
                             <TechSelect techzone={this.techzone} />
@@ -181,7 +181,7 @@ const TechFrom = Form.create()(React.createClass({
                     labelCol={{ span: 4 }}
                     wrapperCol={{ span: 14 }}
                     label="擅长能力"
-                    >
+                >
                     {getFieldDecorator('skill')(
                         <div>
                             擅长 <Input />的研究

+ 3 - 0
js/component/account/set/tech.less

@@ -36,6 +36,9 @@
         .set-explain {
             margin-left: 16.5%;
             margin-bottom: 20px;
+            .ant-tag {
+                margin-bottom: 10px;
+            }
         }
         .set-radio-button {
             margin-left: 4.5%;

+ 1 - 1
js/component/account/set/techSelect.jsx

@@ -11,7 +11,7 @@ const TechSelect = React.createClass({
     },
     render() {
         return (
-            <Cascader options={techList} onChange={this.onChange} />
+            <Cascader placeholder="请选择领域" options={techList} onChange={this.onChange} />
         )
     }
 });

+ 43 - 0
js/component/dataDic.js

@@ -2837,6 +2837,22 @@ module.exports = {
     }],
     //
     edulvlArr: ["企业", "院校", "研究机构", "政府部门", "非法人团体"],
+    eduLevelList: [{
+            value: "0",
+            key: "企业"
+        },{
+            value: "1",
+            key: "院校"
+        }, {
+            value: "2",
+            key: "研究机构"
+        }, {
+            value: "3",
+            key: "政府部门"
+        },{
+            value: "4",
+            key: "非法人团体"
+        }],
     zizhiArr: ["高新技术型企业", "创新型企业", "双软企业", "小心微利企业", "科技部认定示范企业", "其他"],
     schoolArr: ["普通本科院校", "高职专科院校", "独立学院", "中央部署院校", "地方所属院校", "211工程院校", "985工程院校"],
     //
@@ -4160,5 +4176,32 @@ module.exports = {
             value: "3",
             key: "国家系统通过"
         }
+    ],
+    cognizanceStateList:[
+        {
+            value: "0",
+            key: "申请"
+        },{
+            value: "1",
+            key: "准备材料"
+        },{
+            value: "2",
+            key: "提交国家系统"
+        },{
+            value: "3",
+            key: "审批通过"
+        },{
+            value: "4",
+            key: "审批不通过"
+        },{
+            value: "5",
+            key: "已发证"
+        },{
+            value: "6",
+            key: "已到期"
+        },{
+            value: "7",
+            key: "培育中"
+        }
     ]
 };

+ 725 - 55
js/component/manageCenter/servicesManage/highTech/HighTechApply.jsx

@@ -1,12 +1,592 @@
 import React from 'react';
-import { Icon, Button, Input, Select, Spin, Table, DatePicker, message, Cascader } from 'antd';
-import { techFieldList, provinceArr } from '../../../dataDic.js';
-import { getTime, getPatentState } from '../../../tools.js';
+import { Icon, InputNumber, Form, Button, Input, Radio, Select, Spin, Table, DatePicker, message, Cascader, Modal } from 'antd';
+import { techFieldList, provinceArr, cognizanceStateList } from '../../../dataDic.js';
+import { getTime, getCognizanceState } from '../../../tools.js';
 import ajax from 'jquery/src/ajax/xhr.js';
 import $ from 'jquery/src/ajax';
+import moment from 'moment';
 import './highTechFoster.less';
 
-const HighTechApply = React.createClass({
+const CognizanceDescFrom = Form.create()(React.createClass({
+    loadData() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/cognizanceDetail",
+            data: {
+                cid: this.props.data.cid,
+                uid: this.props.data.uid,
+                year: this.props.data.year
+            },
+            success: function (data) {
+                if (data.error.length || !data.data) {
+                    message.warning(data.error[0].message);
+                    return;
+                };
+                this.state.data = data.data;
+                this.state.cid = this.props.data.cid;
+                this.state.moneyTable = [{
+                    key: 1,
+                    year: '第一年',
+                    netAsset: data.data.netAsset1,
+                    salesRevenue: data.data.salesRevenue1,
+                    grossProfit: data.data.grossProfit1
+                }, {
+                    key: 2,
+                    year: '第二年',
+                    netAsset: data.data.netAsset2,
+                    salesRevenue: data.data.salesRevenue2,
+                    grossProfit: data.data.grossProfit2
+                }, {
+                    key: 3,
+                    year: '第三年',
+                    netAsset: data.data.netAsset3,
+                    salesRevenue: data.data.salesRevenue3,
+                    grossProfit: data.data.grossProfit3
+                }];
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    },
+    getStateData() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/cognizanceLog",
+            data: {
+                cid: this.props.data.cid
+            },
+            success: function (data) {
+                if (data.error.length || !data.data) {
+                    message.warning(data.error[0].message);
+                    return;
+                };
+                this.state.stateTable = [];
+                for (let i = 0; i < data.data.length; i++) {
+                    this.state.stateTable.push({
+                        key: i,
+                        recordTimeFormattedDate: data.data[i].recordTimeFormattedDate,
+                        state: data.data[i].state,
+                        principal: data.data[i].principal,
+                        operator: data.data[i].operator,
+                        comment: data.data[i].comment
+                    });
+                };
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    },
+    getInitialState() {
+        return {
+            loading: false,
+            stateOption: [],
+            moneyColumns: [{
+                title: '',
+                dataIndex: 'year',
+                key: 'year',
+            }, {
+                title: '净资产',
+                dataIndex: 'netAsset',
+                key: 'netAsset',
+            }, {
+                title: '销售收入',
+                dataIndex: 'salesRevenue',
+                key: 'salesRevenue',
+            }, {
+                title: '利润总和',
+                dataIndex: 'grossProfit',
+                key: 'grossProfit',
+            }],
+            stateColumns: [{
+                title: '专利状态',
+                dataIndex: 'state',
+                key: 'state',
+                render: (text) => { return getCognizanceState(text) }
+            }, {
+                title: '处理时间',
+                dataIndex: 'recordTimeFormattedDate',
+                key: 'recordTimeFormattedDate',
+            }, {
+                title: '负责人',
+                dataIndex: 'principal',
+                key: 'principal',
+            }, {
+                title: '操作人',
+                dataIndex: 'operator',
+                key: 'operator',
+            }, {
+                title: '备注',
+                dataIndex: 'comment',
+                key: 'comment',
+            }]
+        };
+    },
+    componentWillMount() {
+        let _me = this;
+        cognizanceStateList.map(function (item) {
+            _me.state.stateOption.push(
+                <Select.Option value={item.value} key={item.key}>{item.key}</Select.Option>
+            )
+        });
+        this.loadData();
+        this.getStateData();
+    },
+    handleSubmit(e) {
+        e.preventDefault();
+        this.props.form.validateFields((err, values) => {
+            if (values.state || values.principal || values.recordTime || values.comment) {
+                if (!values.state && !values.principal && !values.recordTime) {
+                    message.warning("请填写完整的状态流转信息!");
+                    return;
+                };
+            };
+            if (!err) {
+                this.props.spinState(true);
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/admin/disposeCognizanceDetail",
+                    data: {
+                        id: this.props.data.cid,
+                        technicalField1: values.technicalField[0],
+                        technicalField2: values.technicalField[1],
+                        technicalField3: values.technicalField[2],
+                        basicResearchCost: values.basicResearchCost,
+                        accident: values.accident,
+
+                        recordTimeFormattedDate: values.recordTime ? values.recordTime.format("YYYY-MM-DD") : undefined,
+                        state: values.state,
+                        principal: values.principal,
+                        comment: values.comment,
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                        this.props.closeModal();
+                        this.props.form.resetFields();
+                        this.state.targetKeys = [];
+                        this.state.selectedKeys = [];
+                        this.props.spinState(false);
+                    } else {
+                        message.warning(data.error[0].message);
+                        this.props.spinState(false);
+                    }
+                }.bind(this));
+            }
+        });
+    },
+    componentWillReceiveProps(nextProps) {
+        if (!this.props.visible && nextProps.visible) {
+            this.getStateData();
+            this.loadData();
+        };
+    },
+    render() {
+        const FormItem = Form.Item;
+        const { getFieldDecorator } = this.props.form;
+        const theData = this.state.data;
+        const formItemLayout = {
+            labelCol: { span: 6 },
+            wrapperCol: { span: 12 },
+        };
+        const _me = this;
+        if (this.state.data) {
+            return (
+                <Form onSubmit={this.handleSubmit} id="highTechApply-form">
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span className="item-title">公司名称: </span>
+                            <span>{theData.unitName}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">公司组织机构代码: </span>
+                            <span>{theData.orgCode}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">公司地址: </span>
+                            <span>{theData.postalAddress}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">联系人: </span>
+                            <span>{theData.contacts}</span>
+                        </div>
+                    </div>
+                    <FormItem style={{ width: '50%' }}
+                        {...formItemLayout}
+                        label="技术领域"
+                    >
+                        {getFieldDecorator('technicalField', {
+                            rules: [{ type: 'array', required: true, message: '此项为必填项!' }],
+                            initialValue: [Number(theData.technicalField1), Number(theData.technicalField2), Number(theData.technicalField3)]
+                        })(
+                            <Cascader options={techFieldList} placeholder="请选择技术领域" />
+                            )}
+                    </FormItem>
+                    <div className="clearfix">
+                        <div>
+                            <span className="form-title">获得知识产权数量(件): </span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">一类: </span>
+                            <span>{theData.firstCatagory}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">二类: </span>
+                            <span>{theData.secondCatagory}</span>
+                        </div>
+                    </div>
+                    <div className="clearfix">
+                        <div>
+                            <span className="form-title">人力资源状况(人): </span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">职工总数: </span>
+                            <span>{theData.firmTotal}</span>
+                        </div>
+                        <div className="half-item">
+                            <span className="item-title">科技人员数: </span>
+                            <span>{theData.techTotal}</span>
+                        </div>
+                    </div>
+                    <div className="form-title">近三年经营状况(万元): </div>
+                    <Table pagination={false} dataSource={this.state.moneyTable} columns={this.state.moneyColumns} />
+                    <div className="clearfix">
+                        <div><span className="form-title">近三年研究开发费用总额(万元): </span></div>
+                        <div className="third-item">
+                            <div className="item-title">近三年研究开发费用总额</div>
+                            <p>{theData.researchCost}</p>
+                        </div>
+                        <div className="third-item">
+                            <div className="item-title">其中: 在中国境内研发费用总和</div>
+                            <p>{theData.territory}</p>
+                        </div>
+                        <div className="third-item">
+                            <div className="item-title">其中: 基础研究投入费用总额</div>
+                            <div>
+                                <FormItem
+                                    labelCol={{ span: 0 }}
+                                    wrapperCol={{ span: 24 }}
+                                >
+                                    {getFieldDecorator('basicResearchCost', {
+                                        rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
+                                        initialValue: theData.basicResearchCost
+                                    })(
+                                        <InputNumber />
+                                        )}
+                                </FormItem>
+                            </div>
+                        </div>
+                    </div>
+                    <div>
+                        <span className="item-title">近一年企业总收入(万元): </span>
+                        <span>{theData.totalRevenue}</span>
+                    </div>
+                    <div>
+                        <span className="item-title">近一年高新技术产品收入(万元): </span>
+                        <span>{theData.lastYearRevenue}</span>
+                    </div>
+                    <div className="item-title">申请认定前一年内是否发生过重大安全、重大质量或严重环境违法行为</div>
+                    <FormItem
+                        labelCol={{ span: 0 }}
+                        wrapperCol={{ span: 24 }}
+                    >
+                        {getFieldDecorator('accident', {
+                            rules: [{ required: true, message: '此项为必填项!' }],
+                            initialValue: theData.accident
+                        })(
+                            <Radio.Group>
+                                <Radio value="0">否</Radio>
+                                <Radio value="1">是</Radio>
+                            </Radio.Group>
+                            )}
+                    </FormItem>
+                    <div className="form-title">状态流转记录: </div>
+                    <Table pagination={false} dataSource={this.state.stateTable} columns={this.state.stateColumns} />
+                    <div className="clearfix">
+                        <FormItem className="third-item"
+                            {...formItemLayout}
+                            label="状态流转"
+                        >
+                            {getFieldDecorator('state')(
+                                <Select placeholder="选择一个状态">{this.state.stateOption}</Select>
+                            )}
+                        </FormItem>
+                        <FormItem className="third-item"
+                            labelCol={{ span: 6 }}
+                            wrapperCol={{ span: 12 }}
+                            label="处理时间"
+                        >
+                            {getFieldDecorator('recordTime')(
+                                <DatePicker />
+                            )}
+                        </FormItem>
+                        <FormItem className="third-item"
+                            {...formItemLayout}
+                            label="负责人"
+                        >
+                            {getFieldDecorator('principal')(
+                                <Select placeholder="选择负责人">{this.props.authorOption}</Select>
+                            )}
+                        </FormItem>
+                    </div>
+                    <FormItem
+                        labelCol={{ span: 2 }}
+                        wrapperCol={{ span: 12 }}
+                        label="备注"
+                    >
+                        {getFieldDecorator('comment')(
+                            <Input />
+                        )}
+                    </FormItem>
+                    <FormItem style={{ marginTop: '20px' }}>
+                        <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
+                        <Button type="ghost" style={{ marginLeft: '20px' }} onClick={this.props.closeModal}>取消</Button>
+                    </FormItem>
+                </Form >
+            );
+        } else {
+            return (<div></div>)
+        };
+    },
+}));
+
+const CognizanceDesc = React.createClass({
+    getInitialState() {
+        return {
+            visible: false,
+            loading: false
+        };
+    },
+    componentWillReceiveProps(nextProps) {
+        this.state.visible = nextProps.showDesc
+    },
+    showModal() {
+        this.setState({
+            visible: true,
+        });
+    },
+    handleOk() {
+        this.setState({
+            visible: false,
+        });
+        this.props.closeDesc(false);
+    },
+    handleCancel(e) {
+        this.setState({
+            visible: false,
+        });
+        this.props.closeDesc(false);
+    },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
+    render() {
+        return (
+            <div className="patent-addNew">
+                <Spin spinning={this.state.loading} className='spin-box'>
+                    <Modal title="高企管理" visible={this.state.visible}
+                        onOk={this.handleOk} onCancel={this.handleCancel}
+                        width='1000px'
+                        footer=''
+                    >
+                        <CognizanceDescFrom
+                            visible={this.state.visible}
+                            authorOption={this.props.authorOption}
+                            data={this.props.data}
+                            spinState={this.spinChange} closeModal={this.handleCancel} />
+                    </Modal>
+                </Spin>
+            </div>
+        );
+    }
+});
+
+const CognizanceAdd = React.createClass({
+    getInitialState() {
+        return {
+            visible: false,
+            loading: false,
+            yearOption: []
+        };
+    },
+    getContactsList(theUid) {
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/getContacts",
+            data: {
+                uid: theUid
+            },
+            success: function (data) {
+                let theOption = [];
+                if (data.error.length || !data.data) {
+                    return;
+                };
+                for (let item in data.data) {
+                    let theData = item + ' -- ' + data.data[item];
+                    theOption.push(
+                        <Select.Option value={theData} key={theData}>{theData}</Select.Option>
+                    );
+                };
+                this.setState({
+                    contactsOption: theOption
+                });
+            }.bind(this),
+        });
+    },
+    componentWillReceiveProps(nextProps) {
+        this.state.visible = nextProps.showAdd
+    },
+    componentWillMount() {
+        let d = new Date();
+        let _me = this;
+        d = d.getFullYear() - 1;
+        this.state.thisYear = d;
+        for (let i = d; i < d + 20; i++) {
+            _me.state.yearOption.push(
+                <Select.Option value={i.toString()} key={i}>{i}</Select.Option>
+            )
+        };
+    },
+    showModal() {
+        this.setState({
+            visible: true,
+        });
+    },
+    handleOk() {
+        this.setState({
+            loading: true
+        });
+        if (!this.state.year) {
+            message.warning('请选择年份!');
+            this.setState({
+                loading: false
+            });
+            return;
+        };
+        if (!this.state.contacts) {
+            message.warning('请选择一个联系人!');
+            this.setState({
+                loading: false
+            });
+            return;
+        };
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/applyCognizance",
+            data: {
+                year: this.state.year,
+                contacts: this.state.contacts,
+                comment: this.state.comment,
+                consultant: this.state.consultant,
+                uid: this.state.uid,
+                state: this.state.year == this.state.thisYear ? 0 : 7
+            }
+        }).done(function (data) {
+            if (!data.error.length) {
+                message.success('保存成功!');
+                this.setState({
+                    visible: false
+                });
+                this.props.closeAdd(false);
+            } else {
+                message.warning(data.error[0].message);
+                this.setState({
+                    loading: false
+                });
+            }
+        }.bind(this));
+    },
+    handleCancel(e) {
+        this.setState({
+            visible: false,
+        });
+        this.props.closeAdd(false);
+    },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
+    render() {
+        return (
+            <div className="cognizance-add">
+                <Modal title="高企申请" visible={this.state.visible}
+                    onOk={this.handleOk} onCancel={this.handleCancel}
+                    width='800px'
+                    footer={[
+                        <Button key="submit" type="primary" loading={this.state.loading} onClick={this.handleOk}>
+                            提交
+                            </Button>,
+                        <Button key="back" onClick={this.handleCancel}>
+                            返回
+                            </Button>,
+                    ]}
+                >
+                    <div className="clearfix" style={{ marginBottom: '10px' }}>
+                        <div className="half-item">
+                            <span>选择公司:  </span>
+                            <Select placeholder="请选择公司" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.uid = e; this.getContactsList(e); }}>
+                                {this.props.companyOption}
+                            </Select>
+                        </div>
+                        <div className="half-item">
+                            <span>选择咨询师:  </span>
+                            <Select placeholder="请选择咨询师" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.consultant = e }}>
+                                {this.props.authorOption}
+                            </Select>
+                        </div>
+                    </div>
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span>选择申请年份:  </span>
+                            <Select placeholder="请选择年份" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.year = e }}>
+                                {this.state.yearOption}
+                            </Select>
+                        </div>
+                        <div className="half-item">
+                            <span>选择联系人:  </span>
+                            <Select placeholder="请选择联系人" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.contacts = e }}>
+                                {this.state.contactsOption}
+                            </Select>
+                        </div>
+                    </div>
+                    <div>
+                        <div>
+                            <Input type="textarea" rows={6} onChange={(e) => { this.state.comment = e.target.value; }} />
+                        </div>
+                    </div>
+                </Modal>
+            </div>
+        );
+    }
+});
+
+const Cognizance = React.createClass({
     loadData(pageNo) {
         this.state.data = [];
         this.setState({
@@ -16,12 +596,12 @@ const HighTechApply = React.createClass({
             method: "post",
             dataType: "json",
             crossDomain: false,
-            url: globalConfig.context + "/techservice/patent/managePatentList",
+            url: globalConfig.context + "/api/admin/listCognizance",
             data: {
                 pageNo: pageNo || 1,
                 pageSize: this.state.pagination.pageSize,
                 locationProvince: this.state.province,
-                unitName: this.state.unitName,
+                uid: this.state.unitName,
             },
             success: function (data) {
                 if (data.error.length || !data.data || !data.data.list) {
@@ -32,7 +612,21 @@ const HighTechApply = React.createClass({
                     let thisdata = data.data.list[i];
                     this.state.data.push({
                         key: i,
-
+                        uid: thisdata.uid,
+                        cid: thisdata.cid,
+                        year: thisdata.year,
+                        serialNumber: thisdata.serialNumber,
+                        locationProvince: thisdata.locationProvince,
+                        unitName: thisdata.unitName,
+                        contacts: thisdata.contacts,
+                        createTime: thisdata.createTime,
+                        comment: thisdata.comment,
+                        state: thisdata.state,
+                        certificateNumber: thisdata.certificateNumber,
+                        issuingDate: thisdata.issuingDate,
+                        consultant: thisdata.consultant,
+                        createTimeFormattedDate: thisdata.createTimeFormattedDate,
+                        issuingDateFormattedDate: thisdata.issuingDateFormattedDate
                     });
                 };
                 this.state.pagination.current = data.data.pageNo;
@@ -102,13 +696,14 @@ const HighTechApply = React.createClass({
     },
     getInitialState() {
         return {
-            provinceOption:[],
-            companyOption:[],
-            authorOption:[],
-            province: '',
-            unitName: '',
-            data: [],
+            provinceOption: [],
+            companyOption: [],
+            authorOption: [],
+            selectedRowKeys: [],
+            selectedRows: [],
             loading: false,
+            showAdd: false,
+            showDesc: false,
             pagination: {
                 defaultCurrent: 1,
                 defaultPageSize: 10,
@@ -124,52 +719,46 @@ const HighTechApply = React.createClass({
             columns: [
                 {
                     title: '编号',
-                    dataIndex: 'number',
-                    key: 'number',
-                }, {
-                    title: '申请号/专利号',
-                    dataIndex: 'patentNumber',
-                    key: 'patentNumber',
-                }, {
-                    title: '事务所',
-                    dataIndex: 'office',
-                    key: 'office',
+                    dataIndex: 'serialNumber',
+                    key: 'serialNumber'
                 }, {
                     title: '省份',
-                    dataIndex: 'province',
-                    key: 'province',
+                    dataIndex: 'locationProvince',
+                    key: 'locationProvince'
                 }, {
-                    title: '公司名称',
+                    title: '公司',
                     dataIndex: 'unitName',
-                    key: 'unitName',
-                }, {
-                    title: '专利名称',
-                    dataIndex: 'patentName',
-                    key: 'patentName',
+                    key: 'unitName'
                 }, {
-                    title: '专利状态',
-                    dataIndex: 'patentState',
-                    key: 'patentState',
-                    render: text => { return getPatentState(text) },
+                    title: '联系人',
+                    dataIndex: 'contacts',
+                    key: 'contacts'
                 }, {
                     title: '派单日',
-                    dataIndex: 'createTime',
-                    key: 'createTime',
-                    render: text => { return getTime(text) },
+                    dataIndex: 'createTimeFormattedDate',
+                    key: 'createTimeFormattedDate'
                 }, {
-                    title: '申请日',
-                    dataIndex: 'startTime',
-                    key: 'startTime',
-                    render: text => { return getTime(text) },
+                    title: '状态',
+                    dataIndex: 'state',
+                    key: 'state',
+                    render: (text) => { return getCognizanceState(text) }
                 }, {
-                    title: '授权日',
-                    dataIndex: 'endTime',
-                    key: 'endTime',
-                    render: text => { return getTime(text) },
+                    title: '证书编号',
+                    dataIndex: 'certificateNumber',
+                    key: 'certificateNumber'
                 }, {
-                    title: '资料撰写人',
-                    dataIndex: 'author',
-                    key: 'author',
+                    title: '发证日',
+                    dataIndex: 'issuingDateFormattedDate',
+                    key: 'issuingDateFormattedDate'
+                }, {
+                    title: '到期日',
+                    dataIndex: 'issuingDate',
+                    key: 'issuingDate',
+                    render: (text) => { return getTime(text, 36) }
+                }, {
+                    title: '咨询师',
+                    dataIndex: 'consultant',
+                    key: 'consultant'
                 }
             ],
             dataSource: []
@@ -185,6 +774,7 @@ const HighTechApply = React.createClass({
         this.loadData();
         this.getAuthorList();
         this.getCompanyList();
+        //        this.getContactsList();
     },
     tableRowClick(record, index) {
         this.state.RowData = record;
@@ -192,10 +782,51 @@ const HighTechApply = React.createClass({
             showDesc: true
         });
     },
+    addClick() {
+        this.setState({
+            showAdd: true
+        });
+    },
+    delectRow() {
+        let deletedIds = [];
+        for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
+            let rowItem = this.state.selectedRows[idx];
+            if (rowItem.id) {
+                deletedIds.push(rowItem.id)
+            }
+        }
+        this.setState({
+            selectedRowKeys: [],
+            loading: deletedIds.length > 0
+        });
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/techservice/cognizance/deleteCognizance",
+            data: {
+                ids: deletedIds
+            }
+        }).done(function (data) {
+            if (!data.error.length) {
+                message.success('保存成功!');
+                this.setState({
+                    loading: false,
+                });
+            } else {
+                message.warning(data.error[0].message);
+            };
+            this.loadData();
+        }.bind(this));
+    },
     closeDesc(e) {
         this.state.showDesc = e;
         this.loadData();
     },
+    closeAdd(e) {
+        this.state.showAdd = e;
+        this.loadData();
+    },
     search() {
         this.loadData();
     },
@@ -205,29 +836,68 @@ const HighTechApply = React.createClass({
         this.loadData();
     },
     render() {
-        const { MonthPicker, RangePicker } = DatePicker;
+        const rowSelection = {
+            selectedRowKeys: this.state.selectedRowKeys,
+            onChange: (selectedRowKeys, selectedRows) => {
+                this.setState({
+                    selectedRows: selectedRows,
+                    selectedRowKeys: selectedRowKeys
+                });
+            }
+        };
+        const hasSelected = this.state.selectedRowKeys.length > 0;
         return (
             <div className="foster-content" >
                 <div className="content-title">
-                    <span>高企认定申请</span>
+                    <span>高企申请管理</span>
                 </div>
                 <div className="foster-query">
-                    <Select placeholder="选择省份" style={{ width: 200 }} onChange={(e) => { this.state.province = e }}>{this.state.provinceOption}</Select>
-                    <Select placeholder="选择公司" style={{ width: 200 }} onChange={(e) => { this.state.unitName = e }}>{this.state.companyOption}</Select>
+                    <Select placeholder="选择省份"
+                        style={{ width: 200 }}
+                        value={this.state.province}
+                        onChange={(e) => { this.setState({ province: e }) }}>
+                        {this.state.provinceOption}
+                    </Select>
+                    <Select placeholder="选择公司"
+                        style={{ width: 200 }}
+                        value={this.state.unitName}
+                        onChange={(e) => { this.setState({ unitName: e }) }}>
+                        {this.state.companyOption}
+                    </Select>
                     <Button type="primary" onClick={this.search}>搜索</Button>
                     <Button onClick={this.reset}>重置</Button>
                 </div>
-                <div className="foster-table">
+                <div className="foster-query">
+                    <div>
+                        <Button style={{ background: "#ea0862", border: "none", color: "#fff" }}
+                            onClick={this.addClick}>添加<Icon type="plus" /></Button>
+                        <Button style={{ background: "#3fcf9e", border: "none", color: "#fff" }}
+                            disabled={!hasSelected}
+                            onClick={this.delectRow}>删除<Icon type="minus" /></Button>
+                    </div>
+                </div>
+                <div className="patent-table">
                     <Spin spinning={this.state.loading}>
                         <Table columns={this.state.columns}
                             dataSource={this.state.dataSource}
                             pagination={this.state.pagination}
+                            rowSelection={rowSelection}
                             onRowClick={this.tableRowClick} />
                     </Spin>
                 </div>
+                <CognizanceDesc
+                    data={this.state.RowData}
+                    authorOption={this.state.authorOption}
+                    showDesc={this.state.showDesc}
+                    closeDesc={this.closeDesc} />
+                <CognizanceAdd
+                    authorOption={this.state.authorOption}
+                    companyOption={this.state.companyOption}
+                    showAdd={this.state.showAdd}
+                    closeAdd={this.closeAdd} />
             </div >
         );
     }
 });
 
-export default HighTechApply;
+export default Cognizance;

+ 403 - 319
js/component/manageCenter/servicesManage/highTech/fosterDesc/annualReport.jsx

@@ -14,22 +14,8 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
             yearOption: [],
         };
     },
-    componentWillMount() {
-        let d = new Date();
-        let _me = this;
-        d = d.getFullYear();
-        for (let i = d; i > d - 20; i--) {
-            _me.state.yearOption.push(
-                <Select.Option value={i.toString()} key={i}>{i}</Select.Option>
-            )
-        };
-    },
     handleSubmit(e) {
         e.preventDefault();
-        if (!this.state.year && !this.props.data.year) {
-            message.warning("请选择一个年份!")
-            return;
-        };
         this.props.form.validateFields((err, values) => {
             if (!err) {
                 this.props.spinState(true);
@@ -37,11 +23,11 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                     method: "POST",
                     dataType: "json",
                     crossDomain: false,
-                    url: globalConfig.context + "/techservice/cognizance/disposeAnnualReport",
+                    url: globalConfig.context + "/api/admin/disposeAnnualReport",
                     data: {
                         id: this.props.data.id,
                         uid: this.props.uid,
-                        year: this.state.year || this.props.data.year,
+                        year: this.props.data.year,
                         totalTax: values.totalTax,
                         incomeTaxRelief: values.incomeTaxRelief,
                         totalExportVolume: values.totalExportVolume,
@@ -65,308 +51,264 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
     render() {
         const FormItem = Form.Item;
         const { getFieldDecorator } = this.props.form;
-        //const theData = this.props.detailData;
-        const theData = {
-            id: "thisdata.id",
-            uid: "thisdata.uid",
-            unitName: "thisdata.unitName",
-            orgCode: "thisdata.orgCode",
-            locationProvince: "thisdata.locationProvince",
-            locationCity: "thisdata.locationCity",
-            locationArea: "thisdata.locationArea",
-            certificateNumber: "thisdata.certificateNumber",
-            issuingDate: "thisdata.issuingDate",
-            issuingDateFormattedDate: "thisdata.issuingDateFormattedDate",
-            listed: "thisdata.listed",
-            listedDate: "thisdata.listedDate",
-            listedDateFormattedDate: "thisdata.listedDateFormattedDate",
-            listedType: "thisdata.listedType",
-            stockCode: "thisdata.stockCode",
-            contacts: "thisdata.contacts",
-
-            inventionPatent: "thisdata.inventionPatent",
-            defensePatent: "thisdata.defensePatent",
-            nationalCrop: "thisdata.nationalCrop",
-            newPlantCariety: "thisdata.newPlantCariety",
-            nationalDrug: "thisdata.nationalDrug",
-            chineseMedicine: "thisdata.chineseMedicine",
-            utilityPatent: "thisdata.utilityPatent",
-            circuitDesign: "thisdata.circuitDesign",
-            exteriorPatent: "thisdata.exteriorPatent",
-            softwareWorks: "thisdata.softwareWorks",
-            firmTotal: "thisdata.firmTotal",
-            techTotal: "thisdata.techTotal",
-            newEmployment: "thisdata.newEmployment",
-            graduateNumber: "thisdata.graduateNumber",
-
-            totalRevenue: 123,
-            salesRevenue: 223,
-            netAsset: 333,
-            lastYearRevenue: 224,
-            grossProfit: 334,
-            researchCost: 134,
-            territory: 67,
-            basicResearchCost: 234,
-            totalTax: 234,
-            incomeTaxRelief: 21,
-            totalExportVolume: 56
-        }
+        const theData = this.props.detailData;
         const formItemLayout = {
             labelCol: { span: 0 },
             wrapperCol: { span: 20 },
         };
         const _me = this;
-        return (
-            <Form onSubmit={this.handleSubmit} className="annualReport-form">
-                <div className="activityCost-title"><span>年份: </span>
-                    {
-                        this.props.data.year ? <span>{this.props.data.year}</span> :
-                            <Select placeholder="请选择年份" style={{ width: 200 }}
-                                onSelect={(e, n) => { this.state.year = e }}>
-                                {this.state.yearOption}
-                            </Select>
-                    }
-                </div>
-                <div className="clearfix" style={{ padding: '0 10px' }}>
-                    <div className="half-item" style={{ marginRight: "50%" }}>
-                        <p className="item-title">企业名称: </p>
-                        <p>{theData.unitName}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">组织机构代码或统一社会信用代码: </p>
-                        <p>{theData.orgCode}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">所属地区: </p>
-                        <p>{theData.location || " "}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">高新技术企业认定证书编号: </p>
-                        <p>{theData.certificateNumber}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">高新技术企业认定时间: </p>
-                        <p>{theData.issuingDateFormattedDate}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">企业是否上市: </p>
-                        <p>{theData.listed == 0 ? "否" : "是"}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">上市时间: </p>
-                        <p>{theData.listedDateFormattedDate}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">上市类型: </p>
-                        <p>
-                            {(() => {
-                                switch (theData.listedType) {
-                                    case 0:
-                                        return "股票型上市公司";
-                                    case 1:
-                                        return "债券型上市公司";
-                                    default:
-                                        return "";
-                                }
-                            })()}
+        if (theData) {
+            return (
+                <Form onSubmit={this.handleSubmit} className="annualReport-form">
+                    <div className="activityCost-title">
+                        <span>年份: </span>
+                        <span>{this.props.data.year}</span>
+                    </div>
+                    <div className="clearfix" style={{ padding: '0 10px' }}>
+                        <div className="half-item" style={{ marginRight: "50%" }}>
+                            <p className="item-title">企业名称: </p>
+                            <p>{theData.unitName}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">组织机构代码或统一社会信用代码: </p>
+                            <p>{theData.orgCode}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">所属地区: </p>
+                            <p>{theData.location || " "}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">高新技术企业认定证书编号: </p>
+                            <p>{theData.certificateNumber}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">高新技术企业认定时间: </p>
+                            <p>{theData.issuingDateFormattedDate}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">企业是否上市: </p>
+                            <p>{theData.listed == 0 ? "否" : "是"}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">上市时间: </p>
+                            <p>{theData.listedDateFormattedDate}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">上市类型: </p>
+                            <p>
+                                {(() => {
+                                    switch (theData.listedType) {
+                                        case 0:
+                                            return "股票型上市公司";
+                                        case 1:
+                                            return "债券型上市公司";
+                                        default:
+                                            return "";
+                                    }
+                                })()}
+                            </p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">股票代码: </p>
+                            <p>{theData.stockCode}</p>
+                        </div>
+                        <div className="half-item">
+                            <p className="item-title">企业联系人: </p>
+                            <p>{theData.contacts}</p>
+                        </div>
+                    </div>
+                    <div className="activityCost-title"><span>本年度获得的知识产权数: </span></div>
+                    <div className="clearfix annualReport-box">
+                        <div className="four-item">
+                            <p className="item-title">发明专利数: </p>
+                            <p>{theData.inventionPatent}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">国防专利数: </p>
+                            <p>{theData.defensePatent}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">国家级农作物品种数: </p>
+                            <p>{theData.nationalCrop}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">植物新品种数: </p>
+                            <p>{theData.newPlantCariety}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">国家新药数: </p>
+                            <p>{theData.nationalDrug}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">国家一级中药保护品种数: </p>
+                            <p>{theData.chineseMedicine}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">实用新型专利数: </p>
+                            <p>{theData.utilityPatent}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">集成电路布图设计专有权数: </p>
+                            <p>{theData.circuitDesign}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">外观设计专利数: </p>
+                            <p>{theData.exteriorPatent}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">软件著作权数: </p>
+                            <p>{theData.softwareWorks}</p>
+                        </div>
+                    </div>
+                    <div className="activityCost-title"><span>本年度人员情况(人): </span></div>
+                    <div className="clearfix annualReport-box">
+                        <div className="four-item">
+                            <p className="item-title">职工总人数: </p>
+                            <p>{theData.firmTotal}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">科技人员数: </p>
+                            <p>{theData.techTotal}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">新增就业人数: </p>
+                            <p>{theData.newEmployment}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">高校应届毕业生人数: </p>
+                            <p>{theData.graduateNumber}</p>
+                        </div>
+                    </div>
+                    <div className="activityCost-title"><span>企业本年度财务状况(万元): </span></div>
+                    <div className="clearfix annualReport-box">
+                        <div className="four-item">
+                            <p className="item-title">企业总收入: </p>
+                            <p>{theData.totalRevenue}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">销售收入: </p>
+                            <p>{theData.salesRevenue}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">所有者权益(净资产)合计: </p>
+                            <p>{theData.netAsset}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">高新技术产品(服务)收入:
                         </p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">股票代码: </p>
-                        <p>{theData.stockCode}</p>
-                    </div>
-                    <div className="half-item">
-                        <p className="item-title">企业联系人: </p>
-                        <p>{theData.contacts}</p>
-                    </div>
-                </div>
-                <div className="activityCost-title"><span>本年度获得的知识产权数: </span></div>
-                <div className="clearfix annualReport-box">
-                    <div className="four-item">
-                        <p className="item-title">发明专利数: </p>
-                        <p>{theData.inventionPatent}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">国防专利数: </p>
-                        <p>{theData.defensePatent}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">国家级农作物品种数: </p>
-                        <p>{theData.nationalCrop}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">植物新品种数: </p>
-                        <p>{theData.newPlantCariety}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">国家新药数: </p>
-                        <p>{theData.nationalDrug}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">国家一级中药保护品种数: </p>
-                        <p>{theData.chineseMedicine}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">实用新型专利数: </p>
-                        <p>{theData.utilityPatent}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">集成电路布图设计专有权数: </p>
-                        <p>{theData.circuitDesign}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">外观设计专利数: </p>
-                        <p>{theData.exteriorPatent}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">软件著作权数: </p>
-                        <p>{theData.softwareWorks}</p>
-                    </div>
-                </div>
-                <div className="activityCost-title"><span>本年度人员情况(人): </span></div>
-                <div className="clearfix annualReport-box">
-                    <div className="four-item">
-                        <p className="item-title">职工总人数: </p>
-                        <p>{theData.firmTotal}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">科技人员数: </p>
-                        <p>{theData.techTotal}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">新增就业人数: </p>
-                        <p>{theData.newEmployment}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">高校应届毕业生人数: </p>
-                        <p>{theData.graduateNumber}</p>
-                    </div>
-                </div>
-                <div className="activityCost-title"><span>企业本年度财务状况(万元): </span></div>
-                <div className="clearfix annualReport-box">
-                    <div className="four-item">
-                        <p className="item-title">企业总收入: </p>
-                        <p>{theData.totalRevenue}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">销售收入: </p>
-                        <p>{theData.salesRevenue}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">所有者权益(净资产)合计: </p>
-                        <p>{theData.netAsset}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">高新技术产品(服务)收入:
-                        </p>
-                        <p>
-                            <span>{theData.lastYearRevenue} </span>
-                            {(() => {
-                                let s = (theData.lastYearRevenue / theData.totalRevenue * 100).toFixed(2);
-                                if (s < 50) {
-                                    return <span style={{ color: '#ea0862' }}> 占比总收入的{s}%,小于60%</span>
-                                } else {
-                                    return <span> 占比总收入的{s}%</span>
-                                };
-                            })()}
-                        </p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">利润总额: </p>
-                        <p>{theData.grossProfit}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">研发费用总额:
-                        </p>
-                        <p>
-                            <span>{theData.researchCost} </span>
-                            {(() => {
-                                let s = (theData.researchCost / theData.salesRevenue * 100).toFixed(2);
-                                if (theData.salesRevenue < 5000) {
-                                    if (s < 5) {
-                                        return <span style={{ color: '#ea0862' }}> 占比总收入的{s}%,小于60%</span>
-                                    } else {
-                                        return <span> 占比总收入的{s}%</span>
-                                    };
-                                } else if (5000 < theData.salesRevenue < 20000) {
-                                    if (s < 4) {
-                                        return <span style={{ color: '#ea0862' }}> 占比总收入的{s}%,小于60%</span>
-                                    } else {
-                                        return <span> 占比总收入的{s}%</span>
-                                    };
-                                } else if (theData.salesRevenue >= 20000) {
-                                    if (s < 3) {
+                            <p>
+                                <span>{theData.lastYearRevenue} </span>
+                                {(() => {
+                                    let s = (theData.lastYearRevenue / theData.totalRevenue * 100).toFixed(2);
+                                    if (s < 50) {
                                         return <span style={{ color: '#ea0862' }}> 占比总收入的{s}%,小于60%</span>
                                     } else {
                                         return <span> 占比总收入的{s}%</span>
                                     };
-                                }
-                            })()}
+                                })()}
+                            </p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">利润总额: </p>
+                            <p>{theData.grossProfit}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">研发费用总额:
                         </p>
-                    </div>
-                    <div className="four-item" style={{ marginRight: '25%' }}>
-                        <p className="item-title">在中国境内研发费用: </p>
-                        <p>{theData.territory}</p>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">纳税总额: </p>
-                        <FormItem
-                            {...formItemLayout}
-                        >
-                            {getFieldDecorator('totalTax', {
-                                rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.totalTax
-                            })(
-                                <InputNumber />
-                                )}
-                        </FormItem>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">高企所得税减免额: </p>
-                        <FormItem
-                            {...formItemLayout}
-                        >
-                            {getFieldDecorator('incomeTaxRelief', {
-                                rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.incomeTaxRelief
-                            })(
-                                <InputNumber />
-                                )}
-                        </FormItem>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">出口创汇总额(人民币): </p>
-                        <FormItem
-                            {...formItemLayout}
-                        >
-                            {getFieldDecorator('totalExportVolume', {
-                                rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.totalExportVolume
-                            })(
-                                <InputNumber />
-                                )}
-                        </FormItem>
-                    </div>
-                    <div className="four-item">
-                        <p className="item-title">基础研究投入费用: </p>
-                        <FormItem
-                            {...formItemLayout}
-                        >
-                            {getFieldDecorator('basicResearchCost', {
-                                rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
-                                initialValue: theData.basicResearchCost
-                            })(
-                                <InputNumber />
-                                )}
-                        </FormItem>
-                    </div>
-                </div>
-                <FormItem style={{ marginTop: '20px' }}>
-                    <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
-                    <Button type="ghost" style={{ marginLeft: '20px' }} onClick={this.props.closeModal}>取消</Button>
-                </FormItem>
-            </Form >
-        );
+                            <p>
+                                <span>{theData.researchCost} </span>
+                                {(() => {
+                                    let s = (theData.researchCost / theData.salesRevenue * 100).toFixed(2);
+                                    if (theData.salesRevenue < 5000) {
+                                        if (s < 5) {
+                                            return <span style={{ color: '#ea0862' }}> 占比总收入的{s}%,小于60%</span>
+                                        } else {
+                                            return <span> 占比总收入的{s}%</span>
+                                        };
+                                    } else if (5000 < theData.salesRevenue < 20000) {
+                                        if (s < 4) {
+                                            return <span style={{ color: '#ea0862' }}> 占比总收入的{s}%,小于60%</span>
+                                        } else {
+                                            return <span> 占比总收入的{s}%</span>
+                                        };
+                                    } else if (theData.salesRevenue >= 20000) {
+                                        if (s < 3) {
+                                            return <span style={{ color: '#ea0862' }}> 占比总收入的{s}%,小于60%</span>
+                                        } else {
+                                            return <span> 占比总收入的{s}%</span>
+                                        };
+                                    }
+                                })()}
+                            </p>
+                        </div>
+                        <div className="four-item" style={{ marginRight: '25%' }}>
+                            <p className="item-title">在中国境内研发费用: </p>
+                            <p>{theData.territory}</p>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">纳税总额: </p>
+                            <FormItem
+                                {...formItemLayout}
+                            >
+                                {getFieldDecorator('totalTax', {
+                                    rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
+                                    initialValue: this.props.data.totalTax
+                                })(
+                                    <InputNumber />
+                                    )}
+                            </FormItem>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">高企所得税减免额: </p>
+                            <FormItem
+                                {...formItemLayout}
+                            >
+                                {getFieldDecorator('incomeTaxRelief', {
+                                    rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
+                                    initialValue: this.props.data.incomeTaxRelief
+                                })(
+                                    <InputNumber />
+                                    )}
+                            </FormItem>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">出口创汇总额(人民币): </p>
+                            <FormItem
+                                {...formItemLayout}
+                            >
+                                {getFieldDecorator('totalExportVolume', {
+                                    rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
+                                    initialValue: this.props.data.totalExportVolume
+                                })(
+                                    <InputNumber />
+                                    )}
+                            </FormItem>
+                        </div>
+                        <div className="four-item">
+                            <p className="item-title">基础研究投入费用: </p>
+                            <FormItem
+                                {...formItemLayout}
+                            >
+                                {getFieldDecorator('basicResearchCost', {
+                                    rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
+                                    initialValue: this.props.data.basicResearchCost
+                                })(
+                                    <InputNumber />
+                                    )}
+                            </FormItem>
+                        </div>
+                    </div>
+                    <FormItem style={{ marginTop: '20px' }}>
+                        <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
+                        <Button type="ghost" style={{ marginLeft: '20px' }} onClick={this.props.closeModal}>取消</Button>
+                    </FormItem>
+                </Form >
+            );
+        } else {
+            return (
+                <div></div>
+            )
+        }
     },
 }));
 
@@ -385,10 +327,13 @@ const AnnualReportDesc = React.createClass({
                 uid: this.props.uid
             }
         }).done((data) => {
-            if (data.error.length || !data.data || !data.data.list) {
-                message.warning(data.error[0].message);
+            if (!data.data) {
+                if (data.error && data.error.length) {
+                    message.warning(data.error[0].message);
+                }
                 return;
             };
+            let thisdata = data.data;
             this.state.detailData = {
                 id: thisdata.id,
                 uid: thisdata.uid,
@@ -427,11 +372,7 @@ const AnnualReportDesc = React.createClass({
                 lastYearRevenue: thisdata.lastYearRevenue,
                 grossProfit: thisdata.grossProfit,
                 researchCost: thisdata.researchCost,
-                territory: thisdata.territory,
-                basicResearchCost: thisdata.basicResearchCost,
-                totalTax: thisdata.totalTax,
-                incomeTaxRelief: thisdata.incomeTaxRelief,
-                totalExportVolume: thisdata.totalExportVolume
+                territory: thisdata.territory
             };
         }).always(function () {
             this.setState({
@@ -494,6 +435,135 @@ const AnnualReportDesc = React.createClass({
     },
 });
 
+const AnnualReportAdd = React.createClass({
+    getInitialState() {
+        return {
+            visible: false,
+            loading: false,
+            yearOption: []
+        };
+    },
+    componentWillReceiveProps(nextProps) {
+        this.state.visible = nextProps.showAdd
+    },
+    componentWillMount() {
+        let d = new Date();
+        let _me = this;
+        d = d.getFullYear();
+        for (let i = d; i > d - 20; i--) {
+            _me.state.yearOption.push(
+                <Select.Option value={i.toString()} key={i}>{i}</Select.Option>
+            )
+        };
+    },
+    showModal() {
+        this.setState({
+            visible: true,
+        });
+    },
+    handleOk() {
+        this.setState({
+            loading: true
+        });
+        if (!this.state.year) {
+            message.warning('请选择年份!');
+            this.setState({
+                loading: false
+            });
+            return;
+        };
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/disposeAnnualReport",
+            data: {
+                uid: this.props.uid,
+                year: this.state.year,
+                totalTax: this.state.totalTax,
+                incomeTaxRelief: this.state.incomeTaxRelief,
+                totalExportVolume: this.state.totalExportVolume,
+                basicResearchCost: this.state.basicResearchCost,
+                state: 0
+            }
+        }).done(function (data) {
+            if (!data.error.length) {
+                message.success('保存成功!');
+                this.setState({
+                    visible: false
+                });
+                this.props.closeAdd(false);
+            } else {
+                message.warning(data.error[0].message);
+                this.setState({
+                    loading: false
+                });
+            }
+        }.bind(this));
+    },
+    handleCancel(e) {
+        this.setState({
+            visible: false,
+        });
+        this.props.closeAdd(false);
+    },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
+    render() {
+        return (
+            <div className="cognizance-add">
+                <Modal title="年报申请" visible={this.state.visible}
+                    onOk={this.handleOk} onCancel={this.handleCancel}
+                    width='800px'
+                    footer={[
+                        <Button key="submit" type="primary" loading={this.state.loading} onClick={this.handleOk}>
+                            提交
+                            </Button>,
+                        <Button key="back" onClick={this.handleCancel}>
+                            返回
+                            </Button>,
+                    ]}
+                >
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span>选择申请年份: </span>
+                            <Select placeholder="请选择年份" style={{ width: 200 }}
+                                onSelect={(e, n) => { this.state.year = e }}>
+                                {this.state.yearOption}
+                            </Select>
+                        </div>
+                    </div>
+                    <div className="clearfix">
+                        <div className="half-item">
+                            <span>纳税总额: </span>
+                            <InputNumber onChange={(e) => { this.state.totalTax = e; }} />
+                            <span>(万元)</span>
+                        </div>
+                        <div className="half-item">
+                            <span>高企所得税减免额: </span>
+                            <InputNumber onChange={(e) => { this.state.incomeTaxRelief = e; }} />
+                            <span>(万元)</span>
+                        </div>
+                        <div className="half-item">
+                            <span>出口创汇总额(人民币): </span>
+                            <InputNumber onChange={(e) => { this.state.totalExportVolume = e; }} />
+                            <span>(万元)</span>
+                        </div>
+                        <div className="half-item">
+                            <span>基础研究投入费用: </span>
+                            <InputNumber onChange={(e) => { this.state.basicResearchCost = e; }} />
+                            <span>(万元)</span>
+                        </div>
+                    </div>
+                </Modal>
+            </div>
+        );
+    }
+});
+
 const AnnualReport = React.createClass({
     loadData(pageNo) {
         this.state.data = [];
@@ -531,7 +601,8 @@ const AnnualReport = React.createClass({
                     year: thisdata.year,
                     state: thisdata.state,
                     createTimeFormattedDate: thisdata.createTimeFormattedDate,
-                    lastUpdateTimeFormattedDate: thisdata.lastUpdateTimeFormattedDate
+                    lastUpdateTimeFormattedDate: thisdata.lastUpdateTimeFormattedDate,
+                    basicResearchCost: thisdata.basicResearchCost
                 });
             };
             this.state.pagination.current = data.data.pageNo;
@@ -633,12 +704,21 @@ const AnnualReport = React.createClass({
         this.state.showDesc = e;
         this.loadData();
     },
-    search() {
-        this.loadData();
+    addClick() {
+        this.setState({
+            showAdd: true
+        });
     },
-    reset() {
+    closeAdd(e) {
+        this.state.showAdd = e;
         this.loadData();
     },
+    // search() {
+    //     this.loadData();
+    // },
+    // reset() {
+    //     this.loadData();
+    // },
     render() {
         const rowSelection = {
             selectedRowKeys: this.state.selectedRowKeys,
@@ -658,7 +738,7 @@ const AnnualReport = React.createClass({
                 <div className="user-search">
                     <p>
                         <Button style={{ background: "#ea0862", border: "none", color: "#fff" }}
-                            onClick={this.tableRowClick}>添加<Icon type="plus" /></Button>
+                            onClick={this.addClick}>添加<Icon type="plus" /></Button>
                         <Button style={{ background: "#3fcf9e", border: "none", color: "#fff" }}
                             disabled={!hasSelected}
                             onClick={this.delectRow}>删除<Icon type="minus" /></Button>
@@ -677,6 +757,10 @@ const AnnualReport = React.createClass({
                     uid={this.props.data.uid}
                     data={this.state.RowData}
                     showDesc={this.state.showDesc} closeDesc={this.closeDesc} />
+                <AnnualReportAdd
+                    uid={this.props.data.uid}
+                    showAdd={this.state.showAdd}
+                    closeAdd={this.closeAdd} />
             </div >
         );
     }

+ 4 - 3
js/component/manageCenter/servicesManage/highTech/fosterDesc/annualReport.less

@@ -1,5 +1,9 @@
 .annualReport-form {
     .half-item {
+        width: 50%;
+        float: left;
+        height: auto;
+        margin-bottom: 0;
         >p {
             line-height: 32px;
             min-height: 32px;
@@ -27,9 +31,6 @@
             }
         }
     }
-}
-
-.ant-form {
     .ant-form-item {
         .ant-form-item-label {
             text-align: left;

+ 5 - 5
js/component/manageCenter/servicesManage/highTech/fosterDesc/hrSituation.jsx

@@ -79,7 +79,7 @@ const HrSituationDescFrom = Form.create()(React.createClass({
                         undergraduate: values.undergraduate,
                         rosterUrl: this.state.rosterUrl,
                         socialSecurityUrl: this.state.socialSecurityUrl,
-                        neweEmployment: values.neweEmployment,
+                        newEmployment: values.newEmployment,
                         graduateNumber: values.graduateNumber
                     }
                 }).done(function (data) {
@@ -414,8 +414,8 @@ const HrSituationDescFrom = Form.create()(React.createClass({
                         wrapperCol={{ span: 8 }}
                         label="新增就业人数"
                     >
-                        {getFieldDecorator('neweEmployment', {
-                            initialValue: this.props.data.neweEmployment || null
+                        {getFieldDecorator('newEmployment', {
+                            initialValue: this.props.data.newEmployment || null
                         })(
                             <InputNumber />
                             )}
@@ -595,8 +595,8 @@ const HrSituation = React.createClass({
                     thirtyoneToThirtyfour: thisdata.thirtyoneToThirtyfour,
                     undergraduate: thisdata.undergraduate,
                     attachment: [thisdata.rosterDownloadFileName, thisdata.socialSecurityDownloadFileName],
-                    neweEmployment: thisdata.neweEmployment,
-                    graduateNumber: this.graduateNumber
+                    newEmployment: thisdata.newEmployment,
+                    graduateNumber: thisdata.graduateNumber
                 });
             };
             this.state.pagination.current = data.data.pageNo;

+ 1 - 1
js/component/manageCenter/servicesManage/highTech/fosterDesc/techProduct.jsx

@@ -520,7 +520,7 @@ const TechProduct = React.createClass({
         return (
             <div className="user-content" >
                 <div className="content-title">
-                    <span>上年度高新技术产品(服务)情况表</span>
+                    <span>高新技术产品(服务)情况表</span>
                 </div>
                 <div className="user-search">
                     <p>

+ 47 - 1
js/component/manageCenter/servicesManage/highTech/highTechFoster.less

@@ -20,7 +20,7 @@
             margin-right: 20px;
         }
         button {
-            margin-left: 20px;
+            margin-right: 20px;
         }
         >span {
             margin-left: 20px;
@@ -29,4 +29,50 @@
             }
         }
     }
+}
+
+.ant-modal-body {
+    .half-item {
+        float: left;
+        width: 50%;
+        height: 36px;
+        margin-bottom: 10px;
+    }
+    .third-item {
+        float: left;
+        width: 33%;
+        height: 36px;
+        margin-bottom: 10px;
+        >p {
+            line-height: 30px;
+        }
+    }
+    .item-title {
+        line-height: 30px;
+        font-size: 14px;
+        color: #666;
+    }
+    .form-title {
+        font-size: 16px;
+        color: #333;
+    }
+}
+
+#highTechApply-form {
+    >div {
+        margin-bottom: 10px;
+    }
+    .ant-form-item {
+        .ant-form-item-label {
+            >label {
+                font-size: 14px;
+                color: #666;
+            }
+        }
+    }
+    .ant-form-item-required {
+        &:before {
+            display: none;
+        }
+    }
 }

+ 13 - 6
js/component/manageCenter/userManage/content.jsx

@@ -9,15 +9,21 @@ class Content extends Component {
         super();
         this.state = {
             loading: false,
-            component: <UserList />,
+            component: <div />,
+        };
+    }
+    componentWillMount() {
+        if (window.location.hash) {
+            this.getKey(window.location.hash.substr(1));
+        } else {
+            this.getKey('userList');
         };
     }
-
     getKey(key) {
         switch (key) {
             case 'userList':
                 require.ensure([], () => {
-                    const UserList = require('./userList');
+                    const UserList = require('./userList').default;
                     this.setState({
                         component: <UserList />,
                     });
@@ -25,13 +31,14 @@ class Content extends Component {
                 break;
             case 'orgList':
                 require.ensure([], () => {
-                    const OrgList = require('./orgList');
+                    const OrgList = require('./orgList').default;
                     this.setState({
                         component: <OrgList />,
                     });
-                });s
+                });
                 break;
-        }
+        };
+        window.location.hash = key;
     }
     render() {
         return (

+ 78 - 44
js/component/manageCenter/userManage/orgCertify.jsx

@@ -1,16 +1,19 @@
 import React from 'react';
-import { Icon, message, Input, Select, Button, Form } from 'antd';
+import { Icon, message, Input, Select, Button, Form, DatePicker } from 'antd';
 import './userList.less';
 import ajax from 'jquery/src/ajax/xhr.js';
 import $ from 'jquery/src/ajax';
-import { edulvlArr, auditStatusList } from '../../dataDic.js'
+import moment from 'moment';
+import { eduLevelList, auditStatusList } from '../../dataDic.js'
 import { addressInit } from '../../tools.js';
 
 const OrgCertify = Form.create()(React.createClass({
     getInitialState() {
         return {
             visible: false,
-            loading: false
+            loading: false,
+            eduLvlOption: [],
+            auditStatusOption: []
         };
     },
     loadData() {
@@ -45,11 +48,11 @@ const OrgCertify = Form.create()(React.createClass({
                     postcode: data.data.postcode,
                     aftUsername: data.data.aftUsername,
                     unitName: data.data.unitName,
-                    identityType: data.data.identityType, //组织性质
+                    identityType: String(data.data.identityType), //组织性质
                     registeredCapital: data.data.registeredCapital, //注册资金
 
-                    legalPerson: data.data.contacts,
-                    legalPersonIdCard: data.data.contacts,
+                    legalPerson: data.data.legalPerson,
+                    legalPersonIdCard: data.data.legalPersonIdCard,
 
                     licenceNumber: data.data.licenceNumber,
                     licenceScanningUrl: data.data.licenceScanningUrl,
@@ -62,9 +65,11 @@ const OrgCertify = Form.create()(React.createClass({
                     bankCardNumber: data.data.bankCardNumber,
 
                     validationAmount: data.data.validationAmount, //打款金额
-                    lastYearTaxReportUrl: data.data.contacts,
-                    auditStatus: data.data.contacts,
-                    process: data.data.contacts
+                    paymentDate: data.data.paymentDate,
+                    paymentDateFormattedDate: data.data.paymentDateFormattedDate,
+                    lastYearTaxReportUrl: data.data.lastYearTaxReportUrl,
+                    auditStatus: String(data.data.auditStatus),
+                    process: data.data.process
                 });
             }.bind(this),
         }).always(function () {
@@ -87,15 +92,28 @@ const OrgCertify = Form.create()(React.createClass({
                     url: globalConfig.context + "/api/admin/updateOrgDetail",
                     data: {
                         id: this.state.id,
-                        username: values.username,
-                        sex: values.sex,
-                        idNumber: values.idNumber,
-                        aftUsername: values.aftUsername,
+                        contacts: values.contacts,
                         contactMobile: values.contactMobile,
-                        bankName: values.bankName,
+                        postalAddress: values.postalAddress,
+                        postcode: values.postcode,
+                        aftUsername: values.aftUsername,
+                        unitName: values.unitName,
+                        identityType: values.identityType, //组织性质
+                        registeredCapital: values.registeredCapital, //注册资金
+
+                        legalPerson: values.legalPerson,
+                        legalPersonIdCard: values.legalPersonIdCard,
+
+                        licenceNumber: values.licenceNumber,
+                        orgCode: values.orgCode,
+
                         bankAccount: values.bankAccount,
+                        banks: values.banks,
+                        bankBranch: values.bankBranch,
                         bankCardNumber: values.bankCardNumber,
-                        amountMoney: values.amountMoney,
+
+                        validationAmount: values.validationAmount, //打款金额
+                        paymentDateFormattedDate: values.paymentDateFormattedDate.format("YYYY-MM-DD"),
                         auditStatus: values.auditStatus,
                         process: values.process
                     }
@@ -114,13 +132,27 @@ const OrgCertify = Form.create()(React.createClass({
             }
         });
     },
+    componentWillMount() {
+        let _me = this;
+        eduLevelList.map(function (item, i) {
+            _me.state.eduLvlOption.push(
+                <Select.Option key={item.key} value={item.value} >{item.key}</Select.Option>
+            );
+        });
+        auditStatusList.map(function (item, i) {
+            _me.state.auditStatusOption.push(
+                <Select.Option key={item.key} value={item.value} >{item.key}</Select.Option>
+            );
+        });
+    },
     componentDidMount() {
         addressInit('licenceProvince', 'licenceCity', 'licenceArea');
         addressInit('locationProvince', 'locationCity', 'locationArea');
         this.loadData();
     },
     componentWillReceiveProps(nextProps) {
-        if (nextProps.uid !== this.props.uid) {
+        if (!this.props.visible && nextProps.visible) {
+            this.props.form.resetFields();
             this.loadData();
         };
     },
@@ -138,7 +170,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="公司名称"
                 >
                     {getFieldDecorator('unitName', {
-                        initialValue: this.state.unitName || null
+                        initialValue: this.state.unitName
                     })(
                         <Input />
                         )}
@@ -148,7 +180,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="认证名称"
                 >
                     {getFieldDecorator('aftUsername', {
-                        initialValue: this.state.aftUsername || null
+                        initialValue: this.state.aftUsername
                     })(
                         <Input />
                         )}
@@ -162,11 +194,7 @@ const OrgCertify = Form.create()(React.createClass({
                     })(
                         <Select placeholder="身份类型" style={{ width: 200 }}
                             onChange={(e) => { this.state.identityType = e }}>
-                            {
-                                edulvlArr.map(function (item, i) {
-                                    return <Select.Option key={i} value={item} >{item}</Select.Option>
-                                })
-                            }
+                            {this.state.eduLvlOption}
                         </Select>
                         )}
                 </FormItem>
@@ -175,7 +203,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="联系人"
                 >
                     {getFieldDecorator('contacts', {
-                        initialValue: this.state.contacts || null
+                        initialValue: this.state.contacts
                     })(
                         <Input />
                         )}
@@ -185,7 +213,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="联系人电话"
                 >
                     {getFieldDecorator('contactMobile', {
-                        initialValue: this.state.contactMobile || null
+                        initialValue: this.state.contactMobile
                     })(
                         <Input />
                         )}
@@ -195,7 +223,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="法人"
                 >
                     {getFieldDecorator('legalPerson', {
-                        initialValue: this.state.contacts || null
+                        initialValue: this.state.legalPerson
                     })(
                         <Input />
                         )}
@@ -205,7 +233,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="法人身份证号"
                 >
                     {getFieldDecorator('legalPersonIdCard', {
-                        initialValue: this.state.contactMobile || null
+                        initialValue: this.state.legalPersonIdCard
                     })(
                         <Input />
                         )}
@@ -215,7 +243,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="注册资金"
                 >
                     {getFieldDecorator('registeredCapital', {
-                        initialValue: this.state.registeredCapital || null
+                        initialValue: this.state.registeredCapital
                     })(
                         <Input />
                         )}
@@ -225,7 +253,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="营业执照编号"
                 >
                     {getFieldDecorator('licenceNumber', {
-                        initialValue: this.state.licenceNumber || null
+                        initialValue: this.state.licenceNumber
                     })(
                         <Input />
                         )}
@@ -262,7 +290,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="组织机构代码"
                 >
                     {getFieldDecorator('orgCode', {
-                        initialValue: this.state.orgCode || null
+                        initialValue: this.state.orgCode
                     })(
                         <Input />
                         )}
@@ -299,8 +327,8 @@ const OrgCertify = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="开户银行"
                 >
-                    {getFieldDecorator('contactMobile', {
-                        initialValue: this.state.contactMobile || null
+                    {getFieldDecorator('banks', {
+                        initialValue: this.state.banks
                     })(
                         <Input />
                         )}
@@ -309,8 +337,8 @@ const OrgCertify = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="开户银行支行"
                 >
-                    {getFieldDecorator('contactMobile', {
-                        initialValue: this.state.contactMobile || null
+                    {getFieldDecorator('bankBranch', {
+                        initialValue: this.state.bankBranch
                     })(
                         <Input />
                         )}
@@ -319,8 +347,8 @@ const OrgCertify = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="银行卡号"
                 >
-                    {getFieldDecorator('contactMobile', {
-                        initialValue: this.state.contactMobile || null
+                    {getFieldDecorator('bankCardNumber', {
+                        initialValue: this.state.bankCardNumber
                     })(
                         <Input />
                         )}
@@ -343,25 +371,31 @@ const OrgCertify = Form.create()(React.createClass({
                     label="打款金额"
                 >
                     {getFieldDecorator('validationAmount', {
-                        initialValue: this.state.validationAmount || null
+                        initialValue: this.state.validationAmount
                     })(
                         <Input />
                         )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
+                    label="打款日期"
+                >
+                    {getFieldDecorator('paymentDateFormattedDate', {
+                        initialValue: this.state.paymentDate ? moment(this.state.paymentDate) : null
+                    })(
+                        <DatePicker />
+                        )}
+                </FormItem>
+                <FormItem
+                    {...formItemLayout}
                     label="认证状态"
                 >
                     {getFieldDecorator('auditStatus', {
-                        initialValue: this.state.auditStatus || null
+                        initialValue: this.state.auditStatus
                     })(
                         <Select placeholder="选择认证状态" style={{ width: 200 }}
                             onChange={(e) => { this.state.auditStatus = e }}>
-                            {
-                                auditStatusList.map(function (item, i) {
-                                    return <Select.Option key={i} value={item.value} >{item.key}</Select.Option>
-                                })
-                            }
+                            {this.state.auditStatusOption}
                         </Select>
                         )}
                 </FormItem>
@@ -370,7 +404,7 @@ const OrgCertify = Form.create()(React.createClass({
                     label="认证步骤"
                 >
                     {getFieldDecorator('process', {
-                        initialValue: this.state.process || null
+                        initialValue: this.state.process
                     })(
                         <Input />
                         )}

+ 5 - 8
js/component/manageCenter/userManage/orgDesc.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import { Icon, Modal, message, Spin, Button,Tabs } from 'antd';
+import { Icon, Modal, message, Spin, Button, Tabs } from 'antd';
 import './userList.less';
 import OrgCertify from './orgCertify.jsx';
 
@@ -34,13 +34,10 @@ const OrgDesc = React.createClass({
                             width='800px'
                             footer={[]}
                             className="admin-desc-content">
-                            <Tabs defaultActiveKey="1">
-                                <Tabs.TabPane tab="认证资料" key="1">
-                                    <OrgCertify uid={this.props.data.id} closeDesc={this.handleCancel} />
-                                </Tabs.TabPane>
-                                <Tabs.TabPane tab="Tab 2" key="2">Content of Tab Pane 2</Tabs.TabPane>
-                                <Tabs.TabPane tab="Tab 3" key="3">Content of Tab Pane 3</Tabs.TabPane>
-                            </Tabs>
+                            <OrgCertify
+                                visible={this.state.visible}
+                                uid={this.props.data.id}
+                                closeDesc={this.handleCancel} />
                         </Modal>
                     </Spin>
                 </div>

+ 18 - 18
js/component/manageCenter/userManage/orgList.jsx

@@ -7,7 +7,7 @@ import './userList.less';
 import OrgDesc from './orgDesc.jsx';
 import { auditStatusList } from '../../dataDic.js';
 
-export default class OrgList extends React.Component {
+const OrgList = React.createClass({
     loadData(pageNo) {
         this.state.data = [];
         this.setState({
@@ -44,7 +44,8 @@ export default class OrgList extends React.Component {
                         aftUsername: thisdata.aftUsername,
                         number: thisdata.number,
                         auditStatus: thisdata.auditStatus,
-                        createTimeFormattedDate: thisdata.createTimeFormattedDate
+                        createTimeFormattedDate: thisdata.createTimeFormattedDate,
+                        adminName:thisdata.adminName
                     });
                 };
                 this.state.pagination.current = data.data.pageNo;
@@ -59,10 +60,9 @@ export default class OrgList extends React.Component {
                 loading: false
             });
         }.bind(this));
-    }
-    constructor() {
-        super();
-        this.state = {
+    },
+    getInitialState() {
+        return {
             searchMore: true,
             data: [],
             loading: false,
@@ -122,29 +122,29 @@ export default class OrgList extends React.Component {
                     key: 'email',
                 }, {
                     title: '业务员',
-                    dataIndex: 'author',
-                    key: 'author',
+                    dataIndex: 'adminName',
+                    key: 'adminName',
                 }
             ],
             dataSource: []
         };
-    }
+    },
     componentWillMount() {
         this.loadData();
-    }
+    },
     tableRowClick(record, index) {
         this.state.RowData = record;
         this.setState({
             showDesc: true
         });
-    }
+    },
     closeDesc(e) {
         this.state.showDesc = e;
         this.loadData();
-    }
+    },
     search() {
         this.loadData();
-    }
+    },
     reset() {
         this.state.searchAftId = "";
         this.state.searchLoginId = "";
@@ -153,15 +153,15 @@ export default class OrgList extends React.Component {
         this.state.searchEmail = "";
         this.state.searchTime = [,];
         this.loadData();
-    }
+    },
     searchSwitch() {
         this.setState({
             searchMore: !this.state.searchMore
         });
-    }
+    },
     searchcreateTime(date, dateString) {
         this.state.createTime = dateString;
-    }
+    },
     render() {
         const { RangePicker } = DatePicker;
         return (
@@ -210,6 +210,6 @@ export default class OrgList extends React.Component {
             </div >
         );
     }
-};
+});
 
-module.exports = OrgList;
+export default OrgList;

+ 17 - 4
js/component/manageCenter/userManage/userDesc.jsx

@@ -42,7 +42,7 @@ const UserForm = Form.create()(React.createClass({
                 this.setState({
                     username: data.data.username,
                     sex: data.data.sex,
-                    id:data.data.id,
+                    id: data.data.id,
                     birth: d,
                     idNumber: data.data.idNumber,
                     positiveIdUrl: data.data.positiveIdUrl,
@@ -54,7 +54,9 @@ const UserForm = Form.create()(React.createClass({
                     bankCardNumber: data.data.bankCardNumber,
                     amountMoney: data.data.amountMoney,
                     auditStatus: String(data.data.auditStatus),
-                    process: data.data.process
+                    process: data.data.process,
+                    paymentDateFormattedDate: data.data.paymentDateFormattedDate,
+                    paymentDate: data.data.paymentDate
                 });
             }.bind(this),
         }).always(function () {
@@ -96,6 +98,7 @@ const UserForm = Form.create()(React.createClass({
                         bankCardNumber: values.bankCardNumber,
                         amountMoney: values.amountMoney,
                         auditStatus: values.auditStatus,
+                        paymentDateFormattedDate: values.paymentDateFormattedDate.format("YYYY-MM-DD"),
                         process: values.process
                     }
                 }).done(function (data) {
@@ -117,7 +120,7 @@ const UserForm = Form.create()(React.createClass({
         addressInit('cmbProvince', 'cmbCity', 'cmbArea');
         this.loadData();
     },
-    componentWillReceiveProps(){
+    componentWillReceiveProps() {
         this.loadData();
     },
     render() {
@@ -168,7 +171,7 @@ const UserForm = Form.create()(React.createClass({
                     label="身份证号"
                 >
                     {getFieldDecorator('idNumber', {
-                        initialValue: this.state.username || null
+                        initialValue: this.state.idNumber || null
                     })(
                         <Input />
                         )}
@@ -258,6 +261,16 @@ const UserForm = Form.create()(React.createClass({
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
+                    label="打款日期"
+                >
+                    {getFieldDecorator('paymentDateFormattedDate', {
+                        initialValue: this.state.paymentDate ? moment(this.state.paymentDate) : null
+                    })(
+                        <DatePicker />
+                        )}
+                </FormItem>
+                <FormItem
+                    {...formItemLayout}
                     label="认证状态"
                 >
                     {getFieldDecorator('auditStatus', {

+ 4 - 3
js/component/manageCenter/userManage/userList.jsx

@@ -44,7 +44,8 @@ const UserList = React.createClass({
                         aftUsername: thisdata.aftUsername,
                         number: thisdata.number,
                         auditStatus:thisdata.auditStatus,
-                        createTimeFormattedDate: thisdata.createTimeFormattedDate
+                        createTimeFormattedDate: thisdata.createTimeFormattedDate,
+                        adminName:thisdata.adminName
                     });
                 };
                 this.state.pagination.current = data.data.pageNo;
@@ -120,8 +121,8 @@ const UserList = React.createClass({
                     key: 'email',
                 }, {
                     title: '业务员',
-                    dataIndex: 'author',
-                    key: 'author',
+                    dataIndex: 'adminName',
+                    key: 'adminName',
                 }
             ],
             dataSource: [],

+ 16 - 2
js/component/tools.js

@@ -10,7 +10,8 @@ import {
     catagoryList,
     intellectualGetList,
     conversionFormList,
-    annualReportStateList
+    annualReportStateList,
+    cognizanceStateList
 } from './dataDic.js';
 
 module.exports = {
@@ -125,7 +126,9 @@ module.exports = {
             var d2 = new Date(e);
             d2 = d2.setMonth(d1.getMonth() + t);
             d2 = new Date(d2)
-            d2 = d2.getFullYear() + "-" + (d2.getMonth() + 1) + "-" + d2.getDate() + " ";
+            d2 = d2.getFullYear() + "-" +
+                ((d2.getMonth() + 1) < 9 ? '0' + (d2.getMonth() + 1) : (d2.getMonth() + 1)) + "-" +
+                (d2.getDate() < 9 ? '0' + d2.getDate() : d2.getDate()) + " ";
             return d2;
         } else {
             return '';
@@ -248,5 +251,16 @@ module.exports = {
             });
             return theType;
         }
+    },
+    getCognizanceState: function (e) {
+        if (e) {
+            let theType = '';
+            cognizanceStateList.map(function (item) {
+                if (item.value == e) {
+                    theType = item.key;
+                };
+            });
+            return theType;
+        }
     }
 }