Browse Source

用户设置界面完成(图片接口待调试

yee 8 years ago
parent
commit
94c551163a

+ 0 - 68
aftapi.md

@@ -1,68 +0,0 @@
-
-# 接口文档
-
-# /register
-
-注册
-type 0为个人会员/1为团体会员
-request data
-```json
-{
-	"mobile": "13600000000",
-	"password": "123456",
-	"type"    : 0,
-	"companyName" : "XX科技股份有限公司",
-	"contacts"    : "张三",
-	"verificationCode" : "AE5F"
-}
-```
-response data 
-
-```json
-{
-  "data": {
-    "id": 7,
-    "mobile": "",
-    "nickname": "1236",
-    "email": "123@123.com",
-    "createTime": 1474860123000,
-    "number": 8000000,
-    "type": 0
-  },
-  "error": []
-}
-```
-
-
-# /signin
-登录
-request data
-
-```json
-{
-	"mobile": "13600000000",
-	"password": "123456"
-	"type"    :0,
-	"remember":false
-}
-``` 
-
-response data 
-
-```json
-{
-  "data": {
-    "id": 7,
-    "mobile": "13600000000",
-    "nickname": "1236",
-    "email": "123@123.com",
-    "createTime": 1474860123000,
-    "number": 8000000,
-    "type": 0
-  },
-  "error": []
-}
-```
-
-/open/getVcode
-获取验证码

+ 667 - 0
apidoc.md

@@ -0,0 +1,667 @@
+
+# 接口文档
+
+# /register
+
+注册
+type 0为个人会员/1为团体会员
+request data
+```json
+{
+	"mobile": "13600000000",
+	"password": "123456",
+	"type"    : 1,
+	"companyName" : "XX科技股份有限公司",
+	"contacts"    : "张三",
+	"verificationCode" : "AE5F",
+	"mobileCode" : "234567"
+}
+```
+response data 
+
+```json
+{
+  "data": {
+    "id": 7,
+    "mobile": "13600000000",
+    "nickname": "",
+    "email": "",
+    "createTime": 1474860123000,
+    "number": 8000000,
+    "type": 0
+  },
+  "error": []
+}
+```
+
+
+# /signin  
+登录
+request data
+
+```json
+{
+	"mobile": "13600000000",
+	"password": "123456",
+	"type"    :0,
+	"remember":false
+}
+``` 
+
+response data 
+
+```json
+{"data":
+	{"id":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"mobile":"13600000000",
+	"password":"8af978dd914c6c17a9f3bc55bc7970b9",
+	"nickname":"Lion",
+	"email":"123@xx.com",
+	"createTime":1483341341000,
+	"number":12,
+	"type":0
+	},
+    "error":[]
+}
+```
+
+/api/user/afterSignIn
+登陆后获取用户基本信息
+request data
+```json
+{
+	
+}
+``` 
+
+response data 
+```json
+{
+	"data":{
+	"id":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"mobile":"13600000000",
+	"password":"",
+	"nickname":"Lion",
+	"email":"8590856@1633.com",
+	"createTime":1483341341000,
+	"number":12,
+	"type":0
+	},
+	"error":[]
+}
+```
+
+
+response data
+
+/open/getVCode    (method=get)
+获取验证码
+
+/open/getMCode   (method=get)
+获取手机验证码
+request data
+{
+  "mobile" : "18273127971" 
+} 
+
+{
+"data":null,
+"error":[{"field":"","message":"手机验证码发送频繁"}]
+}
+
+/api/user/avatar/upload
+上传非认证资料图片
+{"data":"/avatar/158209360315077.jpg","error":[]}
+
+/api/user/identity/upload
+上传认证资料图片
+{"data":"/identity/158209360315077.jpg","error":[]}
+
+/api/user/pwd
+修改密码
+request data
+
+{
+  "password" : "123456" ,
+  "newPassword" : "123456"
+}
+
+response data
+{"data":1,       (1为成功)
+ "error":[]
+}
+
+/api/user/userIndentity
+个人会员基本信息
+request data
+
+```json
+{
+    
+	"username": "Lion",
+	"sex": "男",
+	"dateOfBirthYear" : "1995",
+	"dateOfBirthMonth": "12",
+	"idNumber" : "510123456789012345",
+	"positiveIdUrl" : "/indentity/4303502988131.jpg",
+    "oppositeIdUrl"	: "/indentity/4303502988139.jpg"
+}
+``` 
+
+response data 
+
+```json
+{
+  "data":{
+  "id":"92a6804d-94f7-462b-805f-051b4e04440a",
+  "uid":"111",
+  "username":"Lion",
+  "sex":"男",
+  "dateOfBirthYear":"1995",
+  "dateOfBirthMonth":"1",
+  "idNumber":"510123456789012345",
+  "positiveIdUrl":"/indentity/4303502988131.jpg",
+  "oppositeIdUrl":"/indentity/4303502988139.jpg"},
+  "error":[]
+}
+```
+
+/api/user/userInfo
+个人资料
+request data
+
+```json
+{
+	"nickname": "Lion",
+	"residenceProvince": "湖南省2",
+	"residenceCity" : "长沙市",
+	"residenceArea": "天心区",
+	"personPortraitUrl" : "/avadar/510123456789012345.jpg",
+	"lifePhotoUrl" : "/avadar/4303502988131.jpg",
+    "personalProfile"	: "4303502988139",
+	"email" : "123@xx.com",
+	"fixedTelArea" : "010",
+    "fixedTel"	: "88888888",
+	"fixedTelExtension" : "0001",
+    "qq"	: "123456789",
+	"postalAddress": "湖南省长沙市天心区",
+	"postcode": "610000"
+}
+``` 
+
+response data 
+
+```json
+{
+ 
+  data:{
+  "id":"92a6804d-94f7-462b-805f-051b4e04440a",
+  "uid":"111",
+  "username":"Lion",
+  "sex":"男",
+  "dateOfBirthYear":"1995",
+  "dateOfBirthMonth":"1",
+  "idNumber":"510123456789012345",
+  "positiveIdUrl":"/indentity/4303502988131.jpg",
+  "oppositeIdUrl":"/indentity/4303502988139.jpg"},
+  "error":[]
+}
+
+/api/user/userEdu
+教育信息
+request data
+
+```json
+{
+	"education": "博士",
+	"majorCategory": "工程材料",
+	"majorName" : "金属材料",
+	"graduateSchool": "清华大学",
+	"graduationTimeYear" : "2000",
+	"graduationTimeMonth" : "12",
+    "graduationTimeDay"	: "12",
+	"diplomaUrl" : "/indentity/4303502988132.jpg",
+	"diplomaCode" : "123456789",
+    "degreeDiplomaUrl"	: "/indentity/4303502988133.jpg",
+	"degreeCode" : "123456789"
+}
+``` 
+
+response data 
+
+```json
+{  data:{
+	"id":"c1094f5b-b55c-4df2-978a-20f3dcf7ca67",
+	"uid":"12312",
+	"education":"博士",
+	"majorCategory":"工程材料",
+	"majorName":"金属材料",
+	"graduateSchool":"清华大学",
+	"graduationTimeYear":"2000",
+	"graduationTimeMonth":"12",
+	"graduationTimeDay":"12",
+	"diplomaUrl":"/indentity/4303502988132.jpg",
+	"diplomaCode":"123456789",
+	"degreeDiplomaUrl":"/indentity/4303502988133.jpg",
+	"degreeCode":"123456789"},
+	"error":[]
+}
+
+/api/user/userCareer
+职业信息
+request data
+
+```json
+{
+	"engagedField": "工程材料,信息工程",
+	"workingAge": "5",
+	"professionalTitle" : "xx职称",
+	"professionalTitleGettime": "2000",
+	"professionalCertificateUrl" : "/avadar/4303502988131.jpg",
+	"qualification" : "职业资格",
+    "qualificationGettime"	: "2001",
+	"qualificationCertificateUrl" : "/avadar/4303502988132.jpg",
+	"workUnit" : "xx公司",
+    "position"	: "CFO",
+	"experiences" : "工作经历",
+	"achievement" : "个人成就"
+}
+``` 
+
+response data 
+
+```json
+{   
+   data:{
+   "id":"f745fa0c-5325-4b0a-a626-0ab755513712",
+   "uid":"123",
+   "engagedField":"工程材料,信息工程",
+   "workingAge":"5",
+   "professionalTitle":"xx职称",
+   "professionalTitleGettime":"2000",
+   "professionalCertificateUrl":"/avadar/4303502988131.jpg",
+   "qualification":"职业资格","qualificationGettime":"2001",
+   "qualificationCertificateUrl":"/avadar/4303502988132.jpg",
+   "workUnit":"xx公司","position":"CFO","experiences":"工作经历",
+   "achievement":"个人成就"},
+   "error":[]
+   }
+   
+   
+/api/user/userAbility
+个人/团体能力标签
+request data
+
+```json
+{
+	"abilityLabel": "能力1,能力2"
+}
+```
+
+response data 
+
+```json
+{  data:{
+  "id":"9337f823-1dfb-42be-b65d-d4dd4a06acbc",
+  "uid":"33","abilityLabel":"能力1,能力2"},
+  "error":[]
+  }
+  
+  
+/api/user/orgIdentity
+团体会员基本信息
+request data
+
+```json
+{
+	"contacts": "张三",
+	"email": "8590856@1633.com",
+	"fixedTel" : "88888888",
+	"qq": "2000111111",
+	"postalAddress" : "通讯地址",
+	"postcode" : "610000",
+    "legalPerson"	: "法人代表"
+}
+``` 
+
+response data 
+
+```json
+{   
+   {
+   "data":
+   {"id":null,
+   "uid":null,
+   "contacts":"张三",
+   "fixedTel":"88888888",
+   "qq":"2000111111",
+   "postalAddress":"通讯地址",
+   "postcode":"610000",
+   "legalPerson":"法人代表",
+   "email":"8590856@1633.com"},
+   "error":[]
+   }
+   }
+ 
+
+ 
+/api/user/orgPro
+团体会员单位资料
+request data
+ 
+```json
+{
+	"info.identityType": "身份类型",
+	"info.companyName": "公司名称",
+	"info.locationProvince" : "省",
+	"info.locationCity": "市",
+	"info.locationArea": "区",
+	"info.unitSize": "单位规模",
+	"info.companyIntroduction": "单位简介",
+	"info.homeUnit": "所属单位",
+	"info.logoUrl": "logo图",
+	"info.publicityPictureUrl": "宣传图片",
+	"pro.qualification": "企业资质",
+	"pro.turnover": 100,
+	"pro.collegeAttribute": "院校属性",
+	"pro.collegeEstablishTime": "院校创办时间",
+	"pro.academician": 11,
+	"pro.doctoralTutor": 12,
+	"pro.masterTutor": 13,
+	"pro.otherExpert": 14,
+	"pro.nationalLab": 15,
+	"pro.educationLab": 16,
+	"pro.enterpriseCenter": 17,
+	"pro.otherCenter": 18,
+	"pro.institutionEstablishTime": 19
+}
+``` 
+
+response data 
+
+```json
+{"data":
+    {"info":
+		{
+		"id":"5eab2c05-7dee-4ac8-9150-9f82bbcda5ba",
+		"uid":null,
+		"identityType":"身份类型",
+		"companyName":"公司名称",
+		"locationProvince":"所在地--省",
+		"locationCity":"所在地--市",
+		"locationArea":"所在地--区",
+		"unitSize":"单位规模",
+		"companyIntroduction":"单位简介",
+		"homeUnit":"所属单位",
+		"logoUrl":"logo图",
+		"publicityPictureUrl":"宣传图片"
+		},
+	"pro":
+	    {
+		"id":"2ddbe264-5a0a-47c2-8d74-b7a8cb3984ac",
+		"oid":"5eab2c05-7dee-4ac8-9150-9f82bbcda5ba",
+		"qualification":"企业资质",
+		"turnover":100,
+		"collegeAttribute":"院校属性",
+		"collegeEstablishTime":"院校创办时间",
+		"academician":11,
+		"doctoralTutor":12,
+		"masterTutor":13,
+		"otherExpert":14,
+		"nationalLab":15,
+		"educationLab":16,
+		"enterpriseCenter":17,
+		"otherCenter":18,
+		"institutionEstablishTime":"19"
+	    }
+	},
+	"error":[]
+}
+
+
+
+
+
+
+
+
+
+
+
+ 
+ 
+ 
+/api/user/orgTech
+团体会员技术能力
+request data
+
+```json
+{
+	"technicalPeopleNum": "88",
+	"searchAreaCategory": "电气自动化",
+	"searchAreaDet" : "电气电工",
+	"specialty": "擅长能力"
+}
+``` 
+
+response data 
+
+```json
+{   
+   {
+   "data":
+   {
+   "id":"e5672139-e242-444f-a3f6-cc4e10cd199d",
+   "uid":"9",
+   "technicalPeopleNum":"88",
+   "searchAreaCategory":"电气自动化",
+   "searchAreaDet":"电气电工",
+   "specialty":"擅长能力
+   "},
+   "error":[]
+   }
+   } 
+   
+   
+-----------------查询入口begin---------------------   
+/api/user/base
+个人会员基本信息/团体会员基本信息
+request data
+```json
+{
+	
+}
+``` 
+
+response data 
+
+个人  
+{
+	"data":{
+	"id":"5b3fb923-fca8-495e-adec-660e9e3db629",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"username":"Lion3",
+	"sex":"男",
+	"dateOfBirthYear":"1995",
+	"dateOfBirthMonth":"12",
+	"idNumber":"510123456789012345",
+	"positiveIdUrl":"/indentity/4303502988131.jpg",
+	"oppositeIdUrl":"/indentity/4303502988139.jpg",
+	"number":12,"mobile":"13600000000"},
+	"error":[]
+}
+
+
+团体
+{
+	"data":{
+	"id":"47a6f6b0-95f8-47e6-b98d-1df720ae0832",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"contacts":"张三",
+	"fixedTel":"88888888",
+	"qq":"2000111111",
+	"postalAddress":"通讯地址",
+	"postcode":"610000",
+	"legalPerson":"法人代表",
+	"email":"8590856@1633.com"
+	},
+	"error":[]
+}
+
+
+
+
+
+
+
+/api/user/member
+个人资料/团体会员资料
+request data
+```json
+{
+	
+}
+``` 
+
+response data 
+
+个人  
+{
+	"data":{
+	"id":"a0ccba8f-958e-48db-aec3-ebde456e33fe",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"residenceProvince":"湖南省2",
+	"residenceCity":"长沙市",
+	"residenceArea":"天心区",
+	"personPortraitUrl":"510123456789012345",
+	"lifePhotoUrl":"/avadar/4303502988131.jpg",
+	"personalProfile":"/avadar/4303502988139.jpg",
+	"fixedTelArea":"010",
+	"fixedTel":"88888888",
+	"fixedTelExtension":"0001",
+	"qq":"123456789",
+	"postalAddress":"湖南省长沙市天心区2",
+	"postcode":"610000",
+	"nickname":"Lion",
+	"email":"8590856@1633.com"},
+	"error":[]
+}
+
+
+团体
+
+{
+	"data":{
+	"id":"5eab2c05-7dee-4ac8-9150-9f82bbcda5ba",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"identityType":"身份类型",
+	"companyName":"公司名称",
+	"locationProvince":"所在地--省",
+	"locationCity":"所在地--市",
+	"locationArea":"所在地--区",
+	"unitSize":"单位规模",
+	"companyIntroduction":"单位简介",
+	"homeUnit":"所属单位",
+	"logoUrl":"logo图",
+	"publicityPictureUrl":"宣传图片"},
+	"error":[]
+}
+
+
+
+
+
+/api/user/educate
+个人会员教育信息
+request data
+```json
+{
+	
+}
+``` 
+
+response data 
+{
+	"data":{
+	"id":"e9f03aa2-d164-420f-84f5-df2a3cb387ab",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"education":"博士",
+	"majorCategory":"工程材料",
+	"majorName":"金属材料",
+	"graduateSchool":"清华大学",
+	"graduationTimeYear":"2000",
+	"graduationTimeMonth":"12",
+	"graduationTimeDay":"12",
+	"diplomaUrl":"/indentity/4303502988132.jpg",
+	"diplomaCode":"123456789",
+	"degreeDiplomaUrl":"/indentity/4303502988133.jpg",
+	"degreeCode":"123456789"},
+	"error":[]
+}
+
+/api/user/job
+个人会员职业信息/团体会员技术能力
+request data
+```json
+{
+	
+}
+``` 
+
+response data 
+
+
+个人
+
+{
+	"data":{
+	"id":"4f81c228-42ce-4c13-9eea-e971d2692b0c",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"engagedField":"工程材料,
+	信息工程",
+	"workingAge":"5",
+	"professionalTitle":"xx职称",
+	"professionalTitleGettime":"2000",
+	"professionalCertificateUrl":"/avadar/4303502988131.jpg",
+	"qualification":"职业资格",
+	"qualificationGettime":"2001",
+	"qualificationCertificateUrl":"/avadar/4303502988132.jpg",
+	"workUnit":"xx公司",
+	"position":"CFO",
+	"experiences":"工作经历",
+	"achievement":"个人成就"},
+	"error":[]
+}
+
+团体
+
+{
+	"data":{
+	"id":"2ce9af59-d15e-4b8b-87a1-8d96dc8219f0",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"technicalPeopleNum":"88",
+	"searchAreaCategory":"电气自动化",
+	"searchAreaDet":"电气电工",
+	"specialty":"擅长能力"},
+	"error":[]
+}
+
+/api/user/ability
+个人/团体能力标签
+request data
+```json
+{
+	
+}
+``` 
+
+response data 
+{
+	"data":{
+	"id":"306e48c2-7f2d-4642-868c-4bd83e842941",
+	"uid":"ba00235e-eb3a-45b4-8c9d-000fe507cbca",
+	"abilityLabel":"能力1,能力2"},
+	"error":[]
+}
+
+-----------------查询入口end---------------------

+ 9 - 12
js/component/account/index/content.jsx

@@ -26,6 +26,9 @@ const Content = React.createClass({
             { type: '成果对接会', title: '钛白粉行业技术在线对接会', time: '2017-01-11', link: '' }]
         };
     },
+    getData(){
+        
+    },
     handlekey(key) {
         this.setState({
             leftKey: key,
@@ -42,27 +45,21 @@ const Content = React.createClass({
                     <Spin spinning={this.state.loading} className='spin-box'>
                         <div className="index-content">
                             <div className="index-userdata clearfix">
-                                <p className="acc-title">{this.state.userid}</p>
+                                <p className="acc-title">{userData.number || undefined }</p>
                                 <div className="userdata-img">
                                     <img src="" alt="" />
                                 </div>
                                 <div className="userdata-content">
                                     {(() => {
-                                        switch (this.state.userlvl) {
+                                        switch ( userData.lvl || this.state.userlvl) {
+                                            case '0':
+                                                return <p className="userdata-lvl">等级:<span>LV1</span> 普通用户</p>;
                                             case '1':
-                                                return <p className="userdata-lvl">等级:<span>LV1</span> 初来乍到</p>;
-                                            case '2':
-                                                return <p className="userdata-lvl">等级:<span>LV2</span> 初来乍到</p>;
-                                            case '3':
-                                                return <p className="userdata-lvl">等级:<span>LV3</span> 初来乍到</p>;
-                                            case '4':
-                                                return <p className="userdata-lvl">等级:<span>LV4</span> 初来乍到</p>;
-                                            case '5':
-                                                return <p className="userdata-lvl">等级:<span>LV5</span> 初来乍到</p>;
+                                                return <p className="userdata-lvl">等级:<span>LV2</span> 已认证用户</p>;
                                         };
                                     })()}
                                     <p>完善资料 {this.state.per}% ,<a href="./set.html">继续完善</a>,有助于提高您的资信</p>
-                                    <p className="userdata-relate">
+                                    <p className="userdata-relate" style={{'display':'none'}}>
                                         <Button className="relateqq"><img src={qq} alt="" /> QQ账号登录</Button>
                                         <Button className="relateweibo"><img src={weibo} alt="" />微博账号登录</Button>
                                         <Button className="relateweixin"><img src={weixin} alt="" />微信账号登录</Button>

+ 59 - 8
js/component/account/set/ablt.jsx

@@ -1,7 +1,9 @@
 import React from 'react';
 import './ablt.less';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
 
-import { Tag, Input, Tooltip, Button, Spin } from 'antd';
+import { Tag, Input, Tooltip, Button, Spin, message } from 'antd';
 
 class EditableTagGroup extends React.Component {
     constructor(props) {
@@ -18,7 +20,7 @@ class EditableTagGroup extends React.Component {
         this.props.tagsArr(tags);
         this.setState({ tags });
     }
-    
+
     showInput() {
         this.setState({ inputVisible: true }, () => this.input.focus());
     }
@@ -41,8 +43,12 @@ class EditableTagGroup extends React.Component {
             inputValue: '',
         });
     }
-
-
+    componentWillReceiveProps(nextProps) {
+        if (nextProps.abltArr) {
+            debugger
+            this.state.value = nextProps.abltArr;
+        };
+    }
     render() {
         const { tags, inputVisible, inputValue } = this.state;
         return (
@@ -76,14 +82,59 @@ class EditableTagGroup extends React.Component {
 const Base = React.createClass({
     getInitialState() {
         return {
-            loading: false
+            loading: false,
+            tags: []
         };
     },
-    tagsArr(e){
+    componentWillMount() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/ability",
+            success: function (data) {
+                if (data.data.abilityLabel) {
+                    this.setState({
+                        abltArr: data.data.abilityLabel.split(","),
+                    });
+                };
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    },
+    getTagsArr(e) {
         this.state.tags = e.slice(1);
     },
     submit() {
-        console.log(this.state.tags);
+        debugger
+        let theTags = this.state.tags.join(",");
+        this.setState({
+            loading: true
+        })
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/user/userAbility",
+            data: {
+                'abilityLabel': theTags
+            }
+        }).done(function (data) {
+            if (!data.error.length) {
+                message.success('保存成功!');
+            } else {
+                message.warning(data.error[0].message);
+            }
+        }.bind(this)).always(function () {
+            this.setState({
+                loading: false
+            })
+        }.bind(this));
     },
     render() {
         return (
@@ -92,7 +143,7 @@ const Base = React.createClass({
                     <div className="acc-detail">
                         <p className="acc-title">能力标签</p>
                         <p className="tips-title">最多可设置10个标签。请用简洁明确的关键词来展示你的职业能力。</p>
-                        <EditableTagGroup tagsArr={this.tagsArr}/>
+                        <EditableTagGroup abltArr={this.state.abltArr} tagsArr={this.getTagsArr} />
                         <Button className="set-submit" type="primary" onClick={this.submit}>保存</Button>
                     </div>
                 </div>

+ 212 - 76
js/component/account/set/base.jsx

@@ -1,12 +1,17 @@
 import React from 'react';
-import { Input, Button, Select, Form, Radio, Upload, Icon, DatePicker, Spin } from 'antd';
+import { Input, Button, Select, Form, Radio, Upload, Icon, DatePicker, Spin, message } from 'antd';
+import moment from 'moment';
 import './base.less';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
+
+import ChangePw from './changePassword.jsx';
+import ChangeMobile from './changeMobile.jsx';
 
 const FormItem = Form.Item;
 const Option = Select.Option;
 const RadioGroup = Radio.Group;
-
-const edulvlArr = ["高中", "大专", "本科", "硕士研究生", "博士研究生"];
+const { MonthPicker, RangePicker } = DatePicker
 
 import weixin from '../../../../image/weixin-w.png';
 import qq from '../../../../image/qq-w.png';
@@ -14,123 +19,251 @@ import weibo from '../../../../image/weibo-w.png';
 import card1 from '../../../../image/idcard1.jpg';
 import card2 from '../../../../image/idcard2.jpg';
 
+function getBase64(img, callback) {
+    const reader = new FileReader();
+    reader.addEventListener('load', () => callback(reader.result));
+    reader.readAsDataURL(img);
+};
+
+function beforeUpload(file) {
+    const isJPG = file.type === 'image/jpeg';
+    if (!isJPG) {
+        message.error('You can only upload JPG file!');
+    }
+    const isLt2M = file.size / 1024 / 1024 < 2;
+    if (!isLt2M) {
+        message.error('Image must smaller than 2MB!');
+    }
+    return isJPG && isLt2M;
+};
+
+class Avatar extends React.Component {
+    constructor(props) {
+        super(props);
+        this.state = {
+            imageUrl: ''
+        }
+    }
+
+    handleChange(info) {
+        if (info.file.status === 'done') {
+            // Get this url from response in real world.
+            getBase64(info.file.originFileObj, imageUrl => this.setState({ imageUrl }));
+            this.props.urlData(globalConfig.uploadPrivatePath + info.file.response.data);
+        }
+    }
+    theObj(e) {
+        let _me = this;
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/user/identity/upload",
+            data: {
+                'sign': _me.props.name
+            }
+        });
+    }
+    render() {
+        const imageUrl = this.state.imageUrl;
+        return (
+            <Upload
+                className="avatar-uploader"
+                name={this.props.name}
+                showUploadList={false}
+                action={globalConfig.context + "/api/user/identity/upload"}
+                data={this.theObj.bind(this)}
+                beforeUpload={beforeUpload}
+                onChange={this.handleChange.bind(this)}
+                >
+                {
+                    imageUrl ?
+                        <img src={imageUrl} role="presentation" id={this.props.name} /> :
+                        <Icon type="plus" className="avatar-uploader-trigger" />
+                }
+            </Upload>
+        );
+    }
+};
+
+
 
 const BaseFrom = Form.create()(React.createClass({
+    getData() {
+        this.props.spinState(true);
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/base",
+            success: function (data) {
+                if (data.data) {
+                    this.state.username = data.data.username;
+                    this.state.sex = data.data.sex === '女' ? 'female' : 'male';
+
+                    let d = new Date();
+                    d.setMonth(data.data.dateOfBirthMonth - 1);
+                    d.setYear(parseInt(data.data.dateOfBirthYear));
+                    this.state.birth = d;
+
+                    this.state.idnumber = data.data.idNumber;
+                    this.state.idcard1 = globalConfig.staticHost + data.data.oppositeIdUrl;
+                    this.state.idcard2 = globalConfig.staticHost + data.data.positiveIdUrl;
+                };
+            }.bind(this),
+        }).done(function (data) {
+            if (data.error.length) {
+                message.warning(data.error[0].message);
+            }
+        }.bind(this)).always(function () {
+            this.props.spinState(false);
+        }.bind(this));
+    },
+    getInitialState() {
+        return {
+            idcard1: '',
+            idcard2: ''
+        };
+    },
+    componentWillMount() {
+        this.getData();
+    },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFields((err, values) => {
             if (!err) {
-                console.log('Received values of form: ', values);
+                this.props.spinState(true);
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/user/userIndentity",
+                    data: {
+                        "username": values.username,
+                        "sex": values.sex === 'female' ? '女' : '男',
+                        "dateOfBirthYear": values.birth ? values.birth._d.getFullYear() : undefined,
+                        "dateOfBirthMonth": values.birth ? values.birth._d.getMonth() + 1 : undefined,
+                        "idNumber": values.idcardnum,
+                        "positiveIdUrl": this.state.idcard1,
+                        "oppositeIdUrl": this.state.idcard2
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                    } else {
+                        message.warning(data.error[0].message);
+                    }
+                }.bind(this)).always(function () {
+                    this.props.spinState(false);
+                }.bind(this));
             }
         });
     },
-
-    normFile(e) {
-        if (Array.isArray(e)) {
-            return e;
-        }
-        return e && e.fileList;
-    },
-
-    checkidNum(rule, value, callback) {
-        const form = this.props.form;
-        if (value && value !== form.getFieldValue('password')) {
-            callback('Two passwords that you enter is inconsistent!');
+    checkIdcardnum(rule, value, callback) {
+        if (!/(^\d{15}$)|(^\d{17}(\d|X)$)/.test(value)) {
+            callback('请输入正确的身份证号!');
         } else {
             callback();
         }
     },
-    checkUpload(file) {
-        const isJPG = file.type === 'image/jpeg';
-        if (!isJPG) {
-            callback('You can only upload JPG file!');
-        }
-        const isLt2M = file.size / 1024 / 1024 < 2;
-        if (!isLt2M) {
-            callback('Image must smaller than 2MB!');
-        }
-        return isJPG && isLt2M;
+    urlData1(e) {
+        this.state.idcard1 = e;
     },
+    urlData2(e) {
+        this.state.idcard2 = e;
+    },
+
     render() {
 
         const { getFieldDecorator } = this.props.form;
         const formItemLayout = {
-            labelCol: { span: 3 },
+            labelCol: { span: 4 },
             wrapperCol: { span: 12 },
         };
         return (
             <Form horizontal onSubmit={this.handleSubmit} className="base-form">
                 <FormItem
-                    labelCol={{ span: 3 }}
-                    wrapperCol={{ span: 8 }}
-                    label="学历"
+                    {...formItemLayout}
+                    label="姓名"
                     >
-                    {getFieldDecorator('edulvl', {
-                        rules: [{
-                            required: true, message: '请选择您的学历!',
-                        }],
+                    {getFieldDecorator('username', {
+                        initialValue: this.state.username || null
                     })(
-                        <Select className="acc-edu-lvl">
-                            {
-                                edulvlArr.map(function (item, i) {
-                                    return <Option key={i} value={item} >{item}</Option>
-                                })
-                            }
-                        </Select>
+                        <Input />
+                        )}
+                </FormItem>
+                <FormItem
+                    {...formItemLayout}
+                    label="性别"
+                    >
+                    {getFieldDecorator('sex', {
+                        initialValue: this.state.sex || null
+                    })(
+                        <RadioGroup>
+                            <Radio value="male">男</Radio>
+                            <Radio value="female">女</Radio>
+                        </RadioGroup>
                         )}
                 </FormItem>
-
                 <FormItem
                     {...formItemLayout}
                     label="出生日期"
                     >
                     {getFieldDecorator('birth', {
-                        rules: [{ type: 'object', required: true, message: '请选择日期!' }],
+                        rules: [{ type: 'object', message: '请选择日期!' }],
+                        initialValue: moment(this.state.birth, 'YYYY/MM') || null
                     })(
-                        <DatePicker />
+                        <MonthPicker />
                         )}
                 </FormItem>
-
-                <FormItem wrapperCol={{ span: 21, offset: 3 }}>
-                    <p>请上传清晰的个人身份证正反面原件照片/扫描件 (不能截图、图片内容要求完整 ),</p>
-                    <p>要求2M 以下的jpg、jpeg、gif、png格式的图片。该资料不会公开展示,仅作为审核材料使用。</p>
-                </FormItem>
                 <FormItem
                     {...formItemLayout}
-                    label="身份证"
+                    label="身份证号"
                     >
-                    {getFieldDecorator('upload', {
+                    {getFieldDecorator('idcardnum', {
                         rules: [{
-                            required: true, message: '请上传身份证照片!',
-                        }, {
-                            validator: this.checkUpload,
+                            validator: this.checkIdcardnum,
                         }],
-                        valuePropName: 'fileList',
-                        normalize: this.normFile,
+                        initialValue: this.state.idnumber || null
                     })(
-                        <Upload name="idcard" action="/upload.do" listType="picture" onChange={this.handleUpload}>
-                            <Button type="ghost">
-                                <Icon type="upload" /> 点击选择文件
-                            </Button>
-                        </Upload>
+                        <Input />
                         )}
                 </FormItem>
-                <FormItem wrapperCol={{ span: 21, offset: 3 }}>
-                    <p className="acc-title">示例:</p>
+                <FormItem wrapperCol={{ span: 21, offset: 4 }}>
+                    <p>请上传清晰的个人身份证正反面原件照片/扫描件 (不能截图、图片内容要求完整 ),</p>
+                    <p>要求2M 以下的jpg、jpeg、gif、png格式的图片。该资料不会公开展示,仅作为审核材料使用。</p>
+                </FormItem>
+                <FormItem
+                    {...formItemLayout}
+                    label="身份证正面"
+                    >
+                    {getFieldDecorator('idcard1')(
+                        <Avatar name="idcard1" urlData={this.urlData1} />
+                    )}
+                </FormItem>
+                <FormItem
+                    {...formItemLayout}
+                    label="身份证反面"
+                    >
+                    {getFieldDecorator('idcard2')(
+                        <Avatar name="idcard2" urlData={this.urlData2} />
+                    )}
+                </FormItem>
+                <FormItem wrapperCol={{ span: 21, offset: 4 }}>
+                    <p className="acc-title">{this.state.idcard1 || this.state.idcard2 ? '已上传' : '示例:'}</p>
                     <div className="idcard-img clearfix">
                         <div>
                             <div className="idcard-imgbox">
-                                <img src={card1} alt="" />
+                                <img src={this.state.idcard1 || card1} alt="" />
                             </div>
                         </div>
                         <div>
                             <div className="idcard-imgbox">
-                                <img src={card2} alt="" />
+                                <img src={this.state.idcard2 || card2} alt="" />
                             </div>
                         </div>
                     </div>
                 </FormItem>
-                <FormItem wrapperCol={{ span: 12, offset: 3 }}>
+                <FormItem wrapperCol={{ span: 12, offset: 4 }}>
                     <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
                 </FormItem>
             </Form >
@@ -141,25 +274,28 @@ const BaseFrom = Form.create()(React.createClass({
 const Base = React.createClass({
     getInitialState() {
         return {
-            loading: false,
-            userid: '1234567',
-            userphone: '13512345678'
+            loading: false
         };
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
             <Spin spinning={this.state.loading} className='spin-box'>
                 <div className="set-base">
                     <div className="acc-detail">
                         <p className="acc-title">您登录的账号</p>
-                        <p>阿凡提号: <span>{this.state.userid}</span></p>
-                        <p>登录手机号: <span>{this.state.userphone}</span></p>
-                        <div>
-                            <Button type="ghost">更换手机</Button>
-                            <Button type="primary">修改密码</Button>
+                        <p>阿凡提号: <span>{userData.number || undefined}</span></p>
+                        <p>登录手机号: <span>{userData.mobile || undefined}</span></p>
+                        <div className="clearfix">
+                            <ChangeMobile />
+                            <ChangePw />
                         </div>
                     </div>
-                    <div className="acc-bind">
+                    <div className="acc-bind" style={{ 'display': 'none' }}>
                         <p className="acc-title">绑定账号 <span>绑定后,可使用第三方账号直接登录阿凡提网</span></p>
                         <p>
                             <Button className="relateqq"><img src={qq} alt="" /> QQ账号登录</Button>
@@ -169,7 +305,7 @@ const Base = React.createClass({
                     </div>
                     <div className="acc-info">
                         <p className="acc-title">身份信息 <span>提供正确的身份信息,有助于进行身份验证,提升信用形象</span></p>
-                        <BaseFrom />
+                        <BaseFrom spinState={this.spinChange} />
                     </div>
                 </div>
             </Spin>

+ 29 - 3
js/component/account/set/base.less

@@ -75,7 +75,7 @@
                     >div {
                         float: left;
                         padding: 20px;
-                        border:1px solid #c9c9c9;
+                        border: 1px solid #c9c9c9;
                         margin-right: 20px;
                         >.idcard-imgbox {
                             width: 142px;
@@ -88,13 +88,39 @@
                                 position: absolute;
                                 top: 0;
                                 left: 0;
-                                border:1px solid #c9c9c9;
-                                border-radius:6px;
+                                border: 1px solid #c9c9c9;
+                                border-radius: 6px;
                             }
                         }
                     }
                 }
             }
+            .avatar-uploader,
+            .avatar-uploader-trigger,
+            .avatar {
+                width: 150px;
+                height: 150px;
+            }
+            .avatar-uploader {
+                display: block;
+                padding:1px;
+                border: 1px dashed #d9d9d9;
+                border-radius: 6px;
+                cursor: pointer;
+                position: relative;
+                img {
+                    position: absolute;
+                    top: -1px;
+                    left: -1px;
+                    height: 150px;
+                }
+            }
+            .avatar-uploader-trigger {
+                display: table-cell;
+                vertical-align: middle;
+                font-size: 28px;
+                color: #999;
+            }
         }
     }
 }

+ 112 - 0
js/component/account/set/changeMobile.jsx

@@ -0,0 +1,112 @@
+import React from 'react';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
+import { Modal, Button, Icon, Input, message } from 'antd';
+import './changeModal.less';
+
+const ChangePw = React.createClass({
+    getInitialState() {
+        return {
+            visible: false,
+            getCodeButton: false,
+            checkMobile:false
+        };
+    },
+    showModal() {
+        this.setState({
+            visible: true,
+        });
+    },
+    handleOk() {
+        if ( !this.state.checkMobile ) {
+            message.warning('请输入正确的手机号码!');
+        } else if ( this.state.checkMobile ) {
+            $.ajax({
+                method: "POST",
+                dataType: "json",
+                crossDomain: false,
+                url: globalConfig.context + "/api/user/mobile",
+                data: {
+                    "mobile": this.state.mobile,
+                    "mobileCode": this.state.mcode
+                }
+            }).done(function (data) {
+                if (!data.error.length) {
+                    message.success('修改成功!');
+                    this.setState({
+                        visible: false,
+                    });
+                } else {
+                    message.warning(data.error[0].message);
+                }
+            }.bind(this));
+        };
+    },
+    handleCancel(e) {
+        this.setState({
+            visible: false,
+        });
+    },
+    newMobileChange(e) {
+        this.state.mobile = e.target.value;
+        if (/^1[34578]\d{9}$/.test(this.state.mobile)) {
+            this.state.checkMobile = true
+        }
+    },
+    mcodeChange(e) {
+        this.state.mcode = e.target.value;
+    },
+    getMCode() {
+        debugger
+        if (!this.state.checkMobile ) {
+            message.warning('请输入正确的手机号码!');
+        } else if (this.state.checkMobile) {
+            debugger
+            $.ajax({
+                method: "get",
+                dataType: "json",
+                url: globalConfig.context + "/open/getMCode",
+                data: {
+                    "mobile": this.state.mobile
+                },
+                success: function (data) {
+                    if (data.error.length == 0) {
+                        message.success('验证码发送成功!');
+                        this.setState({
+                            getCodeButton: true
+                        });
+                        let interval = setInterval(function () {
+                            _me.setState({
+                                getCodeButton: false
+                            });
+                            clearInterval(interval);
+                        }, 60000);
+                    } else {
+                        message.warning(data.error[0]);
+                    }
+                }.bind(this),
+            });
+        }
+    },
+    render() {
+        return (
+            <div style={{ 'float': 'left', 'marginTop': '0' }}>
+                <Button type="ghost" onClick={this.showModal}>更换手机</Button>
+                <Modal className="change-modal" title="更换手机号码" visible={this.state.visible}
+                    onOk={this.handleOk} onCancel={this.handleCancel}
+                    width={360}
+                    footer={[
+                        <Button key="submit" type="primary" size="large" loading={this.state.loading} onClick={this.handleOk}>确认</Button>,
+                        <Button key="back" type="ghost" size="large" onClick={this.handleCancel}>取消</Button>
+                    ]}
+                    >
+                    <p><span>新手机号码:</span><Input onChange={this.newMobileChange} /></p>
+                    <p><span>验证码:</span><Input className="mixwidth" onChange={this.mcodeChange} />
+                        <Button onClick={this.getMCode} disabled={this.state.getCodeButton}>获取验证码</Button></p>
+                </Modal>
+            </div>
+        );
+    },
+});
+
+export default ChangePw;

+ 40 - 0
js/component/account/set/changeModal.less

@@ -0,0 +1,40 @@
+.change-modal {
+    .ant-modal-close {
+        span {
+            color: #fff;
+        }
+    }
+    .ant-modal-header {
+        background: #000;
+        color: #fff;
+        font-size: 18px;
+    }
+    .ant-modal-body {
+        padding: 20px;
+        padding-bottom: 10px;
+        p { 
+            margin-bottom:10px; 
+            > span {
+                text-align: right;
+                padding-right: 6px;
+                display: inline-block;
+                width: 30%;
+            }
+            input {
+                width:70%;
+            }
+            .mixwidth {
+                width: 38%;
+                margin-right: 10px;
+            }
+        }
+        .modal-intro {
+            text-align: center;
+            i {
+                font-size: 15px;
+                color: #79b5ff;
+                margin-right: 6px;
+            }
+        }
+    }
+}

+ 79 - 0
js/component/account/set/changePassword.jsx

@@ -0,0 +1,79 @@
+import React from 'react';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
+import { Modal, Button, Icon, Input, message } from 'antd';
+import './changeModal.less';
+
+const ChangePw = React.createClass({
+    getInitialState() {
+        return { visible: false };
+    },
+    showModal() {
+        this.setState({
+            visible: true,
+        });
+    },
+    handleOk() {
+        if (this.state.newPw.length < 6 || this.state.newPw.length > 20) {
+            message.warning('请使用长度为6-20位的密码!');
+        } else if (this.state.confirmPw !== this.state.newPw) {
+            message.warning('两次密码输入不相同!');
+        } else if (this.state.confirmPw === this.state.newPw) {
+            $.ajax({
+                method: "POST",
+                dataType: "json",
+                crossDomain: false,
+                url: globalConfig.context + "/api/user/pwd",
+                data: {
+                    "password": this.state.oldPw,
+                    "newPassword": this.state.newPw
+                }
+            }).done(function (data) {
+                if (!data.error.length) {
+                    message.success('修改成功!');
+                    this.setState({
+                        visible: false,
+                    });
+                } else {
+                    message.warning(data.error[0].message);
+                }
+            }.bind(this));
+        };
+    },
+    handleCancel(e) {
+        this.setState({
+            visible: false,
+        });
+    },
+    oldPwChange(e) {
+        this.state.oldPw = e.target.value;
+    },
+    newPwChange(e) {
+        this.state.newPw = e.target.value;
+    },
+    confirmPwChange(e) {
+        this.state.confirmPw = e.target.value;
+    },
+    render() {
+        return (
+            <div style={{ 'float': 'left','marginTop':'0' }}>
+                <Button type="primary" onClick={this.showModal}>修改密码</Button>
+                <Modal className="change-modal" title="设置新密码" visible={this.state.visible}
+                    onOk={this.handleOk} onCancel={this.handleCancel}
+                    width={360}
+                    footer={[
+                        <Button key="submit" type="primary" size="large" loading={this.state.loading} onClick={this.handleOk}>确认</Button>,
+                        <Button key="back" type="ghost" size="large" onClick={this.handleCancel}>取消</Button>
+                    ]}
+                    >
+                    <p className="modal-intro"><Icon type="info-circle" />密码长度为6-20个字符,区分大小写</p>
+                    <p><span>原密码:</span><Input type="password" onChange={this.oldPwChange} /></p>
+                    <p><span>新密码:</span><Input type="password" onChange={this.newPwChange} /></p>
+                    <p><span>确认密码:</span><Input type="password" onChange={this.confirmPwChange} /></p>
+                </Modal>
+            </div>
+        );
+    },
+});
+
+export default ChangePw;

+ 243 - 57
js/component/account/set/company.jsx

@@ -1,15 +1,11 @@
 import React from 'react';
-import { Input, Button, Form, Select, Radio, Upload, Icon, Spin, message, InputNumber } from 'antd';
+import { Input, Button, Form, Select, Upload, Icon, Spin, message, InputNumber } from 'antd';
 import './person.less';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
 
 import { addressInit } from '../../tools.js';
 
-const FormItem = Form.Item;
-const Option = Select.Option;
-const RadioGroup = Radio.Group;
-
-const edulvlArr = ["企业", "院校", "研究机构", "政府部门", "非法人团体"];
-const zizhiArr = ["高新技术型企业", "创新型企业", "双软企业", "小心微利企业", "科技部认定示范企业","其他"];
 
 function getBase64(img, callback) {
     const reader = new FileReader();
@@ -66,30 +62,156 @@ class Avatar extends React.Component {
 };
 
 const PersonFrom = Form.create()(React.createClass({
+    getData() {
+        this.props.spinState(true);
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/member",
+            success: function (data) {
+                 
+                if (data.data) {
+                    addressInit('cmbProvince', 'cmbCity', 'cmbArea',
+                        data.data.residenceProvince, data.data.residenceCity, data.data.residenceArea);
+
+                    this.setState({
+                        nickname: data.data.nickname,
+                        cmbP: data.data.residenceProvince,
+                        cmbC: data.data.residenceCity,
+                        cmbA: data.data.residenceArea,
+                        intro: data.data.personalProfile,
+                        email: data.data.email,
+                        fixTelArea: data.data.fixedTelArea,
+                        fixTel: data.data.fixedTel,
+                        fixTelExtension: data.data.fixedTelExtension,
+                        qq: data.data.qq,
+                        address: data.data.postalAddress,
+                        postcode: data.data.postcode,
+                    });
+                }
+
+                //"personPortraitUrl": "/avadar/4303502988139.jpg",
+                //"lifePhotoUrl": "/avadar/4303502988131.jpg",
+            }.bind(this),
+        }).always(function () {
+            this.props.spinState(false);
+        }.bind(this));
+    },
     getInitialState() {
         return {
             loading: false,
+
+            idttType: '企业',
+
+            companyDis: 'block',
+            schoolDis: 'none',
+            resDis: 'none',
+
+            aca: 0,
+            PhDTutor: 0,
+            MSTutor: 0,
+            otherExperts: 0,
+            StateKeyLab: 0,
+            EduKeyLab: 0,
+            ComCenter: 0,
+            otherCenter: 0
         };
     },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFields((err, values) => {
+            //地址值
+            let cmbP = document.getElementById('cmbProvince').value;
+            let cmbC = document.getElementById('cmbCity').value;
+            let cmbA = document.getElementById('cmbArea').value;
             if (!err) {
-                console.log('Received values of form: ', values);
+                this.props.spinState(true);
+                 
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/user/userInfo",
+                    data: {
+                        "info.identityType": this.state.idttType,
+                        "info.companyName": values.unitName,
+                        "info.locationProvince": cmbP,
+                        "info.locationCity": cmbC,
+                        "info.locationArea": cmbA,
+                        "info.unitSize": values.unitNumber,
+                        "info.companyIntroduction": values.unitIntro,
+                        "info.homeUnit": values.unitFrom,
+                        //"info.logoUrl": "logo图",
+                        //"info.publicityPictureUrl": "宣传图片",
+                        "pro.qualification": values.qiyezizhi,
+                        "pro.turnover": values.turnover,
+                        "pro.collegeAttribute": values.schoolProp,
+                        "pro.collegeEstablishTime": values.schoolTime,
+                        "pro.academician": this.state.aca,
+                        "pro.doctoralTutor": this.state.PhDTutor,
+                        "pro.masterTutor": this.state.MSTutor,
+                        "pro.otherExpert": this.state.otherExperts,
+                        "pro.nationalLab": this.state.StateKeyLab,
+                        "pro.educationLab": this.state.EduKeyLab,
+                        "pro.enterpriseCenter": this.state.ComCenter,
+                        "pro.otherCenter": this.state.otherCenter,
+                        "pro.institutionEstablishTime": this.state.resTime
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                    } else {
+                        message.warning(data.error[0].message);
+                    }
+                }.bind(this)).always(function () {
+                    this.props.spinState(false);
+                }.bind(this));
             }
         });
     },
-
-    normFile(e) {
-        if (Array.isArray(e)) {
-            return e;
+    idttTypeChange(e) {
+        if (e === '企业') {
+            this.props.form.setFieldsValue({ 'indentityType': e });
+            this.setState({
+                companyDis: 'block',
+                schoolDis: 'none',
+                resDis: 'none'
+            });
+        } else if (e === '院校') {
+            this.props.form.setFieldsValue({ 'indentityType': e });
+            this.setState({
+                companyDis: 'none',
+                schoolDis: 'block',
+                resDis: 'none'
+            });
+        } else if (e === '研究机构') {
+            this.props.form.setFieldsValue({ 'indentityType': e });
+            this.setState({
+                companyDis: 'none',
+                schoolDis: 'none',
+                resDis: 'block'
+            });
+        } else {
+            this.props.form.setFieldsValue({ 'indentityType': e });
+            this.setState({
+                companyDis: 'none',
+                schoolDis: 'none',
+                resDis: 'none'
+            });
         }
-        return e && e.fileList;
     },
     componentDidMount() {
         addressInit('cmbProvince', 'cmbCity', 'cmbArea');
+        this.getData();
     },
     render() {
+        const FormItem = Form.Item;
+        const Option = Select.Option;
+
+        const edulvlArr = ["企业", "院校", "研究机构", "政府部门", "非法人团体"];
+        const zizhiArr = ["高新技术型企业", "创新型企业", "双软企业", "小心微利企业", "科技部认定示范企业", "其他"];
+        const schoolArr = ["普通本科院校", "高职专科院校", "独立学院", "中央部署院校", "地方所属院校", "211工程院校", "985工程院校"];
+
         const { getFieldDecorator } = this.props.form;
         const formItemLayout = {
             labelCol: { span: 3 },
@@ -103,29 +225,31 @@ const PersonFrom = Form.create()(React.createClass({
                     wrapperCol={{ span: 8 }}
                     label="身份类型"
                     >
-                    {getFieldDecorator('edulvl')(
-                        <Select className="acc-edu-lvl">
+                    {getFieldDecorator('indentityType', {
+                        initialValue: this.state.idttType
+                    })(
+                        <Select className="acc-edu-lvl" onChange={this.idttTypeChange}>
                             {
                                 edulvlArr.map(function (item, i) {
                                     return <Option key={i} value={item} >{item}</Option>
                                 })
                             }
                         </Select>
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="单位名称"
                     >
-                    {getFieldDecorator('nickname', {
-                        initialValue: this.props.companyname
+                    {getFieldDecorator('unitName', {
+                        initialValue: this.props.unitName
                     })(
                         <Input />
                         )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
-                    label="居住地"
+                    label="所在地"
                     >
                     {getFieldDecorator('province')(
                         <div>
@@ -140,11 +264,12 @@ const PersonFrom = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="单位规模"
                     >
-                    {getFieldDecorator('peoplenum')(
-                        <div className="numberinput">
-                            <InputNumber /><span>人</span>
-                        </div>
-                    )}
+                    {getFieldDecorator('unitNumber', {
+                        initialValue: this.props.unitNumber
+                    })(
+                        <InputNumber />
+                        )}
+                    <span>人</span>
                 </FormItem>
 
                 <FormItem
@@ -152,39 +277,42 @@ const PersonFrom = Form.create()(React.createClass({
                     wrapperCol={{ span: 20 }}
                     label="单位简介"
                     >
-                    {getFieldDecorator('intro')(
-                        <div>
-                            <Input type="textarea"
-                                placeholder="全面介绍自己,让商友更深入了解您,内容长度不超过1000个字。"
-                                rows={6} />
-                            <p>还可输入{
-                                (() => {
-                                    if (_me.props.form.getFieldValue('intro') && _me.props.form.getFieldValue('intro').length) {
-                                        return 1000 - _me.props.form.getFieldValue('intro').length;
-                                    } else {
-                                        return 1000;
-                                    }
-                                })()
-                            }字/1000</p>
-                        </div>
-                    )}
+                    {getFieldDecorator('unitIntro', {
+                        initialValue: this.props.unitIntro
+                    })(
+                        <Input type="textarea"
+                            placeholder="全面介绍自己,让商友更深入了解您,内容长度不超过1000个字。"
+                            rows={6} />
+                        )}
+                    <p>还可输入{
+                        (() => {
+                            if (_me.props.form.getFieldValue('intro') && _me.props.form.getFieldValue('intro').length) {
+                                return 1000 - _me.props.form.getFieldValue('intro').length;
+                            } else {
+                                return 1000;
+                            }
+                        })()
+                    }字/1000</p>
                 </FormItem>
 
                 <FormItem
                     {...formItemLayout}
                     label="归属单位"
                     >
-                    {getFieldDecorator('companyfrom')(
-                        <Input placeholder="非法人单位填写。"/>
-                    )}
+                    {getFieldDecorator('unitFrom', {
+                        initialValue: this.state.unitFrom
+                    })(
+                        <Input placeholder="非法人单位填写。" />
+                        )}
                 </FormItem>
-
-                <FormItem
+                <FormItem style={{ 'display': this.state.companyDis }}
                     labelCol={{ span: 3 }}
                     wrapperCol={{ span: 8 }}
                     label="企业资质"
                     >
-                    {getFieldDecorator('qiyezizhi')(
+                    {getFieldDecorator('qiyezizhi', {
+                        initialValue: this.state.qiyezizhi
+                    })(
                         <Select className="acc-edu-lvl">
                             {
                                 zizhiArr.map(function (item, i) {
@@ -192,22 +320,76 @@ const PersonFrom = Form.create()(React.createClass({
                                 })
                             }
                         </Select>
-                    )}
+                        )}
                 </FormItem>
-                <FormItem
+                <FormItem style={{ 'display': this.state.companyDis }}
                     labelCol={{ span: 3 }}
                     wrapperCol={{ span: 6 }}
                     label="年营业额"
                     >
-                    {getFieldDecorator('turnover')(
-                        <div>
-                            <InputNumber /><span>万元</span>
-                        </div>
-                    )}
+                    {getFieldDecorator('turnover', {
+                        initialValue: this.state.turnover
+                    })(
+                        <InputNumber />
+                        )}
+                    <span>万元</span>
+                </FormItem>
+                <FormItem style={{ 'display': this.state.schoolDis }}
+                    labelCol={{ span: 3 }}
+                    wrapperCol={{ span: 8 }}
+                    label="院校属性"
+                    >
+                    {getFieldDecorator('schoolProp', {
+                        initialValue: this.state.schoolProp
+                    })(
+                        <Select className="acc-edu-lvl">
+                            {
+                                schoolArr.map(function (item, i) {
+                                    return <Option key={i} value={item} >{item}</Option>
+                                })
+                            }
+                        </Select>
+                        )}
+                </FormItem>
+                <FormItem style={{ 'display': this.state.schoolDis }}
+                    {...formItemLayout}
+                    label="创办时间"
+                    >
+                    {getFieldDecorator('schoolTime', {
+                        initialValue: this.state.schoolTime
+                    })(
+                        <InputNumber />
+                        )}
+                </FormItem>
+                <FormItem style={{ 'display': this.state.schoolDis }}
+                    labelCol={{ span: 3 }}
+                    wrapperCol={{ span: 20 }}
+                    label=""
+                    >
+                    <div>
+                        <span>院士:<InputNumber value={this.state.aca} onChange={function (e) { this.setState({ aca: e }) }.bind(this)} />人</span>
+                        <span>博士生导师:<InputNumber value={this.state.PhDTutor} onChange={function (e) { this.setState({ PhDTutor: e }) }.bind(this)} />人</span>
+                        <span>硕士生导师:<InputNumber value={this.state.MSTutor} onChange={function (e) { this.setState({ MSTutor: e }) }.bind(this)} />人</span>
+                        <span>其他专家:<InputNumber value={this.state.otherExperts} onChange={function (e) { this.setState({ otherExperts: e }) }.bind(this)} />人</span>
+                        <span>国家级重点实验室:<InputNumber value={this.state.StateKeyLab} onChange={function (e) { this.setState({ StateKeyLab: e }) }.bind(this)} />所</span>
+                        <span>教育部重点实验室:<InputNumber value={this.state.EduKeyLab} onChange={function (e) { this.setState({ EduKeyLab: e }) }.bind(this)} />所</span>
+                        <span>企业共建研究中心:<InputNumber value={this.state.ComCenter} onChange={function (e) { this.setState({ ComCenter: e }) }.bind(this)} />所</span>
+                        <span>其他研究中心:<InputNumber value={this.state.otherCenter} onChange={function (e) { this.setState({ otherCenter: e }) }.bind(this)} />所</span>
+                    </div>
+                </FormItem>
+                <FormItem style={{ 'display': this.state.resDis }}
+                    {...formItemLayout}
+                    label="创办时间"
+                    >
+                    {getFieldDecorator('resTime', {
+                        initialValue: this.state.resTime
+                    })(
+                        <InputNumber />
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
-                    label="公司logo"
+                    label="LOGO"
                     labelCol={{ span: 3 }}
                     wrapperCol={{ span: 20 }}
                     hasFeedback
@@ -252,17 +434,21 @@ const PersonFrom = Form.create()(React.createClass({
 const Person = React.createClass({
     getInitialState() {
         return {
-            companyname: '湖南智明信息技术有限公司',
             loading: false
         };
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
             <Spin spinning={this.state.loading} className='spin-box'>
                 <div className="set-person">
                     <div className="acc-detail">
-                        <p className="acc-title">个人资料</p>
-                        <PersonFrom companyname={this.state.companyname} />
+                        <p className="acc-title">单位资料</p>
+                        <PersonFrom spinState={this.spinChange} />
                     </div>
                 </div>
             </Spin>

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

@@ -17,9 +17,10 @@ const Content = React.createClass({
         return {
             loading: false,
             leftKey: 'base',
-            userType: '1'
+            userType: '0'
         };
     },
+
     handlekey(key) {
         this.setState({
             leftKey: key,
@@ -29,7 +30,7 @@ const Content = React.createClass({
         return (
             <div className="acc-content">
                 {(() => {
-                    switch (this.state.userType) {
+                    switch (userData.type || this.state.userType) {
                         case '0':
                             return <LeftTab handlekey={this.handlekey} />;
                         case '1':

+ 113 - 31
js/component/account/set/edu.jsx

@@ -1,6 +1,8 @@
 import React from 'react';
 import { Input, Button, Form, Select, Upload, Icon, Spin, message } from 'antd';
 import './edu.less';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
 
 import EduPfsSelect from './eduPfsSelect.jsx';
 import YearSelect from '../../yearSelect.jsx';
@@ -8,7 +10,7 @@ import YearSelect from '../../yearSelect.jsx';
 const FormItem = Form.Item;
 const Option = Select.Option;
 
-const edulvlArr = ["高中", "大专", "本科", "硕士研究生", "博士研究生"];
+const edulvlArr = ["博士研究生", "硕士研究生", "本科", "大专及以下"];
 
 function getBase64(img, callback) {
     const reader = new FileReader();
@@ -40,9 +42,21 @@ class Avatar extends React.Component {
         if (info.file.status === 'done') {
             // Get this url from response in real world.
             getBase64(info.file.originFileObj, imageUrl => this.setState({ imageUrl }));
+            this.props.urlData(globalConfig.uploadPrivatePath + info.file.response.data);
         }
     }
-
+    theObj(e) {
+        let _me = this;
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/user/identity/upload",
+            data: {
+                'sign': _me.props.name
+            }
+        });
+    }
     render() {
         const imageUrl = this.state.imageUrl;
         return (
@@ -50,9 +64,10 @@ class Avatar extends React.Component {
                 className="avatar-uploader"
                 name={this.props.name}
                 showUploadList={false}
-                action="/upload.do"
+                action={globalConfig.context + "/api/user/identity/upload"}
+                data={this.theObj.bind(this)}
                 beforeUpload={beforeUpload}
-                onChange={this.handleChange}
+                onChange={this.handleChange.bind(this)}
                 >
                 {
                     imageUrl ?
@@ -65,33 +80,88 @@ class Avatar extends React.Component {
 };
 
 const EduFrom = Form.create()(React.createClass({
+    getData() {
+        this.props.spinState(true);
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/educate",
+            success: function (data) {
+                if (data.data) {
+                    this.setState({
+                        edulvl: data.data.education,
+                        eduPfs: [data.data.majorCategory, data.data.majorName],
+                        schoolname: data.data.graduateSchool,
+                        graduationTimeYear: data.data.graduationTimeYear,
+                        edunum: data.data.diplomaCode,
+                        degreenum: data.data.degreeCode
+                        //"diplomaUrl": "/indentity/4303502988132.jpg",
+                        //"degreeDiplomaUrl": "/indentity/4303502988133.jpg",
+                    });
+                };
+            }.bind(this),
+        }).always(function () {
+            this.props.spinState(false);
+        }.bind(this));
+    },
     getInitialState() {
         return {
             loading: false,
         };
     },
+    componentDidMount() {
+        this.getData();
+    },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFields((err, values) => {
             if (!err) {
-                console.log('Received values of form: ', values);
+                this.props.spinState(true);
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/user/userEdu",
+                    data: {
+                        "education": values.edulvl,
+                        "majorCategory": this.state.eduPfsA,
+                        "majorName": this.state.eduPfsB,
+                        "graduateSchool": values.schoolname,
+                        "graduationTimeYear": this.state.graduationTimeYear,
+                        //"diplomaUrl": "/indentity/4303502988132.jpg",
+                        "diplomaCode": values.edunum,
+                        //"degreeDiplomaUrl": "/indentity/4303502988133.jpg",
+                        "degreeCode": values.degreenum
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                    } else {
+                        message.warning(data.error[0].message);
+                    }
+                }.bind(this)).always(function () {
+                    this.props.spinState(false);
+                }.bind(this));
             }
         });
     },
-    handleyear(e){
-        console.log(e);
+    handleyear(e) {
+        this.state.graduationTimeYear = e;
     },
-    normFile(e) {
-        if (Array.isArray(e)) {
-            return e;
-        }
-        return e && e.fileList;
+    xueliPicUrl(e) {
+         
+        this.state.xueliPicUrl = e;
+    },
+    xueweiPicUrl(e) {
+         
+        this.state.xueweiPicUrl = e;
     },
     introChange(e) {
         console.log(e);
     },
-    professional(e1,e2){
-        console.log(e1,e2);
+    professional(e1, e2) {
+        this.state.eduPfsA = e1;
+        this.state.eduPfsB = e2;
     },
     render() {
         const { getFieldDecorator } = this.props.form;
@@ -107,7 +177,9 @@ const EduFrom = Form.create()(React.createClass({
                     wrapperCol={{ span: 6 }}
                     label="学历"
                     >
-                    {getFieldDecorator('edulvl')(
+                    {getFieldDecorator('edulvl', {
+                        initialValue: this.state.edulvl || null
+                    })(
                         <Select className="acc-edu-lvl">
                             {
                                 edulvlArr.map(function (item, i) {
@@ -122,16 +194,18 @@ const EduFrom = Form.create()(React.createClass({
                     label="专业"
                     >
                     {getFieldDecorator('edupfs')(
-                        <EduPfsSelect Professional={this.professional}/>
+                        <EduPfsSelect defValue={this.state.eduPfs} Professional={this.professional} />
                     )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="毕业学校"
                     >
-                    {getFieldDecorator('schoolname')(
+                    {getFieldDecorator('schoolname', {
+                        initialValue: this.state.schoolname || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
@@ -139,43 +213,46 @@ const EduFrom = Form.create()(React.createClass({
                     wrapperCol={{ span: 4 }}
                     label="毕业时间"
                     >
-                    {getFieldDecorator('schooltime')(
-                        <YearSelect handleyear={this.handleyear}/>
-                        )}
+                    {getFieldDecorator('graduationTimeYear')(
+                        <YearSelect defValue={this.state.graduationTimeYear || null} handleyear={this.handleyear} />
+                    )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="学历证书"
-                    hasFeedback
                     >
-                    {getFieldDecorator('eduimg')(
-                        <Avatar name="eduimg"/>
+                    {getFieldDecorator('xueliPic')(
+                        <Avatar name="xueliPic" urlData={this.xueiPicUrl} />
                     )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="学历证书编号"
                     >
-                    {getFieldDecorator('edunum')(
+                    {getFieldDecorator('edunum', {
+                        initialValue: this.state.edunum || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="学位证书"
                     hasFeedback
                     >
-                    {getFieldDecorator('degreeimg')(
-                        <Avatar name="degreeimg"/>
+                    {getFieldDecorator('xueweiPic')(
+                        <Avatar name="xueweiPic" urlData={this.xueweiPicUrl} />
                     )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="学历证书编号"
                     >
-                    {getFieldDecorator('degreenum')(
+                    {getFieldDecorator('degreenum', {
+                        initialValue: this.state.degreenum || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <div className="set-explain">
                     <p>要求2M 以下的jpg、jpeg格式的图片。该资料不会公开展示,仅作为审核材料使用。</p>
@@ -194,13 +271,18 @@ const Person = React.createClass({
             loading: false
         };
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
             <Spin spinning={this.state.loading} className='spin-box'>
                 <div className="set-edu">
                     <div className="acc-detail">
                         <p className="acc-title">最高学历</p>
-                        <EduFrom />
+                        <EduFrom spinState={this.spinChange} />
                     </div>
                 </div>
             </Spin>

+ 16 - 3
js/component/account/set/eduPfsSelect.jsx

@@ -378,12 +378,25 @@ var DataObject = [{
 }];
 
 const eduPfsSelect = React.createClass({
-    onChange(value,s) {
-        this.props.Professional(s[0].label,s[1].label);
+    getInitialState() {
+        return {
+            value: []
+        }
+    },
+    onChange(v, s) {
+        this.setState({
+            value: v
+        })
+        this.props.Professional(v[0], v[1]);
+    },
+    componentWillReceiveProps(nextProps) {
+        if (nextProps.defValue) {
+                this.state.value = nextProps.defValue;
+        };
     },
     render() {
         return (
-            <Cascader options={DataObject} onChange={this.onChange} />
+            <Cascader value={this.state.value} options={DataObject} onChange={this.onChange} />
         )
     }
 });

+ 92 - 30
js/component/account/set/group.jsx

@@ -1,11 +1,10 @@
 import React from 'react';
-import { Input, Button, Select, Form, Radio, Upload, Icon, DatePicker, Spin } from 'antd';
+import { Input, Button, Form, Icon, Spin } from 'antd';
 import './base.less';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
 
 const FormItem = Form.Item;
-const Option = Select.Option;
-const RadioGroup = Radio.Group;
-
 
 import weixin from '../../../../image/weixin-w.png';
 import qq from '../../../../image/qq-w.png';
@@ -15,22 +14,74 @@ import card2 from '../../../../image/idcard2.jpg';
 
 
 const BaseFrom = Form.create()(React.createClass({
+    getData() {
+        this.props.spinState(true);
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/base",
+            success: function (data) {
+                if (data.data) {
+                    this.setState({
+                        fixTel: data.data.fixedTel,
+                        contacts: data.data.contacts,
+                        qq: data.data.qq,
+                        address: data.data.postalAddress,
+                        postcode: data.data.postcode,
+                        legalPerson: data.data.legalPerson,
+                        email: data.data.email
+                    });
+                };
+            }.bind(this),
+        }).done(function (data) {
+            if (data.error.length) {
+                message.warning(data.error[0].message);
+            }
+        }.bind(this)).always(function () {
+            this.props.spinState(false);
+        }.bind(this));
+    },
+    getInitialState() {
+        return {
+            idcard1: '',
+            idcard2: ''
+        };
+    },
+    componentWillMount() {
+        this.getData();
+    },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFields((err, values) => {
             if (!err) {
-                console.log('Received values of form: ', values);
+
+                this.props.spinState(true);
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/user/orgIdentity",
+                    data: {
+                        "contacts": values.contact,
+                        "email": values.email,
+                        "fixedTel": values.telephone,
+                        "qq": values.qq,
+                        "postalAddress": values.address,
+                        "postcode": values.postcode,
+                        "moblie": values.moblie
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                    } else {
+                        message.warning(data.error[0].message);
+                    }
+                }.bind(this)).always(function () {
+                    this.props.spinState(false);
+                }.bind(this));
             }
         });
     },
-
-    normFile(e) {
-        if (Array.isArray(e)) {
-            return e;
-        }
-        return e && e.fileList;
-    },
-
     checkidNum(rule, value, callback) {
         const form = this.props.form;
         if (value && value !== form.getFieldValue('password')) {
@@ -72,17 +123,19 @@ const BaseFrom = Form.create()(React.createClass({
                     label='联系人'
                     hasFeedback
                     >
-                    {getFieldDecorator('contact')(
+                    {getFieldDecorator('contact', {
+                        initialValue: this.state.contacts,
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="手机号码"
                     hasFeedback
                     >
-                    {getFieldDecorator('phone', {
-                        initialValue: this.props.userphone,
+                    {getFieldDecorator('moblie', {
+                        initialValue: userData.mobile,
                         rules: [
                             {
                                 validator: this.checkPhone
@@ -97,6 +150,7 @@ const BaseFrom = Form.create()(React.createClass({
                     hasFeedback
                     >
                     {getFieldDecorator('email', {
+                        initialValue: this.state.email,
                         rules: [{
                             type: 'email', message: '请输入正确的邮箱地址!',
                         }],
@@ -108,25 +162,31 @@ const BaseFrom = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="固定电话"
                     >
-                    {getFieldDecorator('telephone')(
+                    {getFieldDecorator('telephone', {
+                        initialValue: this.state.fixedTel
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="QQ"
                     >
-                    {getFieldDecorator('qq')(
+                    {getFieldDecorator('qq', {
+                        initialValue: this.state.qq
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="通讯地址"
                     >
-                    {getFieldDecorator('address')(
+                    {getFieldDecorator('address', {
+                        initialValue: this.state.address
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem wrapperCol={{ span: 12, offset: 3 }}>
                     <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
@@ -140,24 +200,26 @@ const Base = React.createClass({
     getInitialState() {
         return {
             loading: false,
-            userid: '1234567',
-            userphone: '13512345678',
-            zoneState: '0'
         };
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
             <Spin spinning={this.state.loading} className='spin-box'>
                 <div className="set-base">
                     <div className="acc-detail">
                         <p className="acc-title">您登录的账号</p>
-                        <p>阿凡提号: <span>{this.state.userid}</span></p>
-                        <p>空间状态: <span>{this.state.zoneState == '0' ? <a href="">普通空间</a> : <a href="">认证空间</a>}</span>(通过<a href="">实名认证</a>,即可免费开通认证空间)  </p>
+                        <p>阿凡提号: <span>{userData.number}</span></p>
+                        <p>空间状态: <span>{userData.lv !== '1' ? <a href="">认证空间</a> : <a href="">普通空间</a>}</span>(通过<a href="">实名认证</a>,即可免费开通认证空间)  </p>
                         <div>
                             <Button type="primary">修改密码</Button>
                         </div>
                     </div>
-                    <div className="acc-bind">
+                    <div className="acc-bind" style={{ 'display': 'none' }}>
                         <p className="acc-title">绑定账号 <span>绑定后,可使用第三方账号直接登录阿凡提网</span></p>
                         <p>
                             <Button className="relateqq"><img src={qq} alt="" /> QQ账号登录</Button>
@@ -167,7 +229,7 @@ const Base = React.createClass({
                     </div>
                     <div className="acc-info">
                         <p className="acc-title">请确认您的联系信息</p>
-                        <BaseFrom userphone={this.state.userphone} />
+                        <BaseFrom spinState={this.spinChange} />
                     </div>
                 </div>
             </Spin>

+ 162 - 43
js/component/account/set/person.jsx

@@ -1,7 +1,9 @@
 import React from 'react';
 import { Input, Button, Form, Select, Radio, Upload, Icon, Spin, message } from 'antd';
 import './person.less';
-import {addressInit} from '../../tools.js';
+import { addressInit } from '../../tools.js';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
 
 const FormItem = Form.Item;
 const Option = Select.Option;
@@ -37,6 +39,7 @@ class Avatar extends React.Component {
         if (info.file.status === 'done') {
             // Get this url from response in real world.
             getBase64(info.file.originFileObj, imageUrl => this.setState({ imageUrl }));
+            this.props.urlData(globalConfig.uploadPath + info.file.response.data);
         }
     }
 
@@ -47,9 +50,9 @@ class Avatar extends React.Component {
                 className="avatar-uploader"
                 name="avatar"
                 showUploadList={false}
-                action="/upload.do"
+                action={globalConfig.context + "/api/user/avatar/upload"}
                 beforeUpload={beforeUpload}
-                onChange={this.handleChange}
+                onChange={this.handleChange.bind(this)}
                 >
                 {
                     imageUrl ?
@@ -62,28 +65,119 @@ class Avatar extends React.Component {
 };
 
 const PersonFrom = Form.create()(React.createClass({
+    getData() {
+        this.props.spinState(true);
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/member",
+            success: function (data) {
+                if (data.data) {
+                    addressInit('cmbProvince', 'cmbCity', 'cmbArea',
+                        data.data.residenceProvince, data.data.residenceCity, data.data.residenceArea);
+
+                    this.setState({
+                        nickname: data.data.nickname,
+                        cmbP: data.data.residenceProvince,
+                        cmbC: data.data.residenceCity,
+                        cmbA: data.data.residenceArea,
+                        intro: data.data.personalProfile,
+                        email: data.data.email,
+                        fixTelArea: data.data.fixedTelArea,
+                        fixTel: data.data.fixedTel,
+                        fixTelExtension: data.data.fixedTelExtension,
+                        qq: data.data.qq,
+                        address: data.data.postalAddress,
+                        postcode: data.data.postcode,
+                    });
+                }
+
+                //"personPortraitUrl": "/avadar/4303502988139.jpg",
+                //"lifePhotoUrl": "/avadar/4303502988131.jpg",
+            }.bind(this),
+        }).always(function () {
+            this.props.spinState(false);
+        }.bind(this));
+    },
     getInitialState() {
         return {
             loading: false,
+            livePicUrlArr: []
         };
     },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFields((err, values) => {
+            //地址值
+            let cmbP = document.getElementById('cmbProvince').value;
+            let cmbC = document.getElementById('cmbCity').value;
+            let cmbA = document.getElementById('cmbArea').value;
             if (!err) {
-                console.log('Received values of form: ', values);
+                this.props.spinState(true);
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/user/userInfo",
+                    data: {
+                        "nickname": values.nickname,
+                        "residenceProvince": cmbP,
+                        "residenceCity": cmbC,
+                        "residenceArea": cmbA,
+                        "personPortraitUrl": "/avadar/4303502988139.jpg",
+                        "lifePhotoUrl": "/avadar/4303502988131.jpg",
+                        "personalProfile": values.intro,
+                        "email": values.email,
+                        "fixedTelArea": this.state.fixTelArea,
+                        "fixedTel": this.state.fixTel,
+                        "fixedTelExtension": this.state.fixTelExtension,
+                        "qq": values.qq,
+                        "postalAddress": values.address,
+                        "postcode": values.postcode
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                    } else {
+                        message.warning(data.error[0].message);
+                    }
+                }.bind(this)).always(function () {
+                    this.props.spinState(false);
+                }.bind(this));
             }
         });
     },
-
-    normFile(e) {
-        if (Array.isArray(e)) {
-            return e;
+    avatarUrl(e) {
+        this.state.avatarUrl = e;
+    },
+    livePicUpload(info) {
+        if (info.file.status === 'done') {
+            // Get this url from response in real world.
+            getBase64(info.file.originFileObj, imageUrl => this.setState({ imageUrl }));
+            this.state.livePicUrlArr.push(globalConfig.uploadPath + info.file.response.data);
         }
-        return e && e.fileList;
     },
-    componentDidMount(){
+    livePicDel(info) {
+
+    },
+    componentDidMount() {
         addressInit('cmbProvince', 'cmbCity', 'cmbArea');
+        this.getData();
+    },
+    fixTelAreaChange(e) {
+        this.setState({
+            fixTelArea: e.target.value
+        });
+    },
+    fixTelChange(e) {
+        this.setState({
+            fixTel: e.target.value
+        });
+    },
+    fixTelExtensionChange(e) {
+        this.setState({
+            fixTelExtension: e.target.value
+        });
     },
     render() {
         const { getFieldDecorator } = this.props.form;
@@ -98,31 +192,34 @@ const PersonFrom = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="社区昵称"
                     >
-                    {getFieldDecorator('nickname')(
+                    {getFieldDecorator('nickname', {
+                        initialValue: this.state.nickname || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="居住地"
                     >
-                    {getFieldDecorator('province')(
+                    {getFieldDecorator('province', {
+                        initialValue: this.state.cmbA || null
+                    })(
                         <div>
                             <select id="cmbProvince" name="cmbProvince"></select>
                             <select id="cmbCity" name="cmbCity"></select>
                             <select id="cmbArea" name="cmbArea"></select>
                         </div>
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="个人头像"
                     labelCol={{ span: 3 }}
                     wrapperCol={{ span: 20 }}
-                    hasFeedback
                     >
                     {getFieldDecorator('avatar')(
-                        <Avatar />
+                        <Avatar urlData={this.avatarUrl} />
                     )}
                 </FormItem>
                 <div className="set-explain">
@@ -133,16 +230,16 @@ const PersonFrom = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="生活照"
                     >
-                    {getFieldDecorator('liveimg', {
+                    {getFieldDecorator('livePic', {
                         valuePropName: 'fileList',
-                        normalize: this.normFile,
                     })(
                         <Upload
-                            name="idcard"
-                            action="/upload.do"
+                            name="livePic"
+                            action={globalConfig.context + "/api/user/avatar/upload"}
                             listType="picture"
                             beforeUpload={beforeUpload}
-                            onChange={this.handleUpload}>
+                            onChange={this.livePicUpload}
+                            onRemove={this.livePicDel}>
                             <Button type="primary">
                                 <Icon type="upload" /> 点击选择文件
                             </Button>
@@ -156,22 +253,22 @@ const PersonFrom = Form.create()(React.createClass({
                     wrapperCol={{ span: 20 }}
                     label="个人简介"
                     >
-                    {getFieldDecorator('intro')(
-                        <div>
-                            <Input type="textarea"
-                                placeholder="全面介绍自己,让商友更深入了解您,内容长度不超过1000个字。"
-                                rows={6} />
-                            <p>还可输入{
-                                (() => {
-                                    if (_me.props.form.getFieldValue('intro') && _me.props.form.getFieldValue('intro').length) {
-                                        return 1000 - _me.props.form.getFieldValue('intro').length;
-                                    } else {
-                                        return 1000;
-                                    }
-                                })()
-                            }字/1000</p>
-                        </div>
-                    )}
+                    {getFieldDecorator('intro', {
+                        initialValue: this.state.intro || null
+                    })(
+                        <Input type="textarea"
+                            placeholder="全面介绍自己,让商友更深入了解您,内容长度不超过1000个字。"
+                            rows={6} />
+                        )}
+                    <p>还可输入{
+                        (() => {
+                            if (_me.props.form.getFieldValue('intro') && _me.props.form.getFieldValue('intro').length) {
+                                return 1000 - _me.props.form.getFieldValue('intro').length;
+                            } else {
+                                return 1000;
+                            }
+                        })()
+                    }字/1000</p>
                 </FormItem>
 
                 <FormItem
@@ -183,6 +280,7 @@ const PersonFrom = Form.create()(React.createClass({
                         rules: [{
                             type: 'email', message: '请输入正确的邮箱地址!',
                         }],
+                        initialValue: this.state.email || null
                     })(
                         <Input />
                         )}
@@ -192,24 +290,40 @@ const PersonFrom = Form.create()(React.createClass({
                     label="固定电话"
                     >
                     {getFieldDecorator('telephone')(
-                        <Input />
+                        <p>
+                            <Input value={this.state.fixTelArea} id="fixTelArea" onChange={this.fixTelAreaChange} /> - <Input value={this.state.fixTel} id="fixTel" onChange={this.fixTelChange} /> - <Input value={this.state.fixTelExtension} id="fixTelExtension" onChange={this.fixTelExtensionChange} />
+                        </p>
                     )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="QQ"
                     >
-                    {getFieldDecorator('qq')(
+                    {getFieldDecorator('qq', {
+                        initialValue: this.state.qq || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="通讯地址"
                     >
-                    {getFieldDecorator('address')(
+                    {getFieldDecorator('address', {
+                        initialValue: this.state.address || null
+                    })(
+                        <Input />
+                        )}
+                </FormItem>
+                <FormItem
+                    {...formItemLayout}
+                    label="邮编"
+                    >
+                    {getFieldDecorator('postcode', {
+                        initialValue: this.state.postcode || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem wrapperCol={{ span: 12, offset: 3 }}>
                     <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
@@ -225,13 +339,18 @@ const Person = React.createClass({
             loading: false
         };
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
             <Spin spinning={this.state.loading} className='spin-box'>
                 <div className="set-person">
                     <div className="acc-detail">
                         <p className="acc-title">个人资料</p>
-                        <PersonFrom />
+                        <PersonFrom spinState={this.spinChange} />
                     </div>
                 </div>
             </Spin>

+ 8 - 0
js/component/account/set/person.less

@@ -32,6 +32,14 @@
                 border: 1px solid #d9d9d9;
             }
         }
+        #telephone {
+            input {
+                width: 25%;
+            }
+            #fixedTel {
+                width: 42%;
+            }
+        }
     }
     .avatar-uploader,
     .avatar-uploader-trigger,

+ 130 - 36
js/component/account/set/pfs.jsx

@@ -1,6 +1,8 @@
 import React from 'react';
-import { Input, Button, Form, Select, Upload, Icon, Spin, message, Radio , InputNumber } from 'antd';
+import { Input, Button, Form, Select, Upload, Icon, Spin, message, Radio, InputNumber } from 'antd';
 import './pfs.less';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
 
 import YearSelect from '../../yearSelect.jsx';
 
@@ -43,8 +45,21 @@ class Avatar extends React.Component {
         if (info.file.status === 'done') {
             // Get this url from response in real world.
             getBase64(info.file.originFileObj, imageUrl => this.setState({ imageUrl }));
+            this.props.urlData(globalConfig.uploadPrivatePath + info.file.response.data);
         }
     }
+    theObj(e) {
+        let _me = this;
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/user/identity/upload",
+            data: {
+                'sign': _me.props.name
+            }
+        });
+    }
     render() {
         const imageUrl = this.state.imageUrl;
         return (
@@ -52,9 +67,10 @@ class Avatar extends React.Component {
                 className="avatar-uploader"
                 name={this.props.name}
                 showUploadList={false}
-                action="/upload.do"
+                action={globalConfig.context + "/api/user/identity/upload"}
+                data={this.theObj.bind(this)}
                 beforeUpload={beforeUpload}
-                onChange={this.handleChange}
+                onChange={this.handleChange.bind(this)}
                 >
                 {
                     imageUrl ?
@@ -67,29 +83,87 @@ class Avatar extends React.Component {
 };
 
 const PfsFrom = Form.create()(React.createClass({
+    getData() {
+        this.props.spinState(true);
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/job",
+            success: function (data) {
+                if (data.data) {
+                    this.setState({
+                        lingyu: data.data.engagedField,
+                        gongling: data.data.workingAge,
+                        zhichengname: data.data.professionalTitle,
+                        zhichengyear: data.data.professionalTitleGettime,
+                        zhichengPicUrl: data.data.professionalCertificateUrl,
+                        zigename: data.data.qualification,
+                        zigeyear: data.data.qualificationGettime,
+                        zigePicUrl: data.data.qualificationCertificateUrl,
+                        danwei: data.data.workUnit,
+                        touxian: data.data.position,
+                        jingli: data.data.experiences,
+                        chengjiu: data.data.achievement
+                    });
+                };
+            }.bind(this),
+        }).always(function () {
+            this.props.spinState(false);
+        }.bind(this));
+    },
     getInitialState() {
         return {
             loading: false,
         };
     },
+    componentWillMount() {
+        this.getData();
+    },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFields((err, values) => {
             if (!err) {
-                console.log('Received values of form: ', values);
+                this.props.spinState(true);
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/user/userCareer",
+                    data: {
+                        "engagedField": values.lingyu,
+                        "workingAge": values.gongling,
+                        "professionalTitle": values.zhichengname,
+                        "professionalTitleGettime": this.state.zhichengyear,
+                        "professionalCertificateUrl": this.state.zhichengPicUrl,
+                        "qualification": values.zigename,
+                        "qualificationGettime": this.state.zigeyear,
+                        "qualificationCertificateUrl": this.state.zigePicUrl,
+                        "workUnit": values.danwei,
+                        "position": values.touxia,
+                        "experiences": values.jingli,
+                        "achievement": values.chengjiu
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                    } else {
+                        message.warning(data.error[0].message);
+                    }
+                }.bind(this)).always(function () {
+                    this.props.spinState(false);
+                }.bind(this));
             }
         });
     },
-
-    normFile(e) {
-        if (Array.isArray(e)) {
-            return e;
-        }
-        return e && e.fileList;
+    zhichengPic(e) {
+        this.state.zhichengPicUrl = e;
     },
     zhichengyear(e) {
         this.state.zhichengyear = e;
     },
+    zigePic(e) {
+        this.state.zigePicUrl = e;
+    },
     zigeyear(e) {
         this.state.zigeyear = e;
     },
@@ -133,28 +207,33 @@ const PfsFrom = Form.create()(React.createClass({
                     label="从事领域"
                     help={'请输入所从事领域的名称,多个领域请以逗号隔开'}
                     >
-                    {getFieldDecorator('lingyu')(
+                    {getFieldDecorator('lingyu', {
+                        initialValue: this.state.lingyu || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     labelCol={{ span: 3 }}
                     wrapperCol={{ span: 4 }}
                     label="从业工龄"
                     >
-                    {getFieldDecorator('gongling')(
-                        <div>
-                            <InputNumber /><span>年</span>
-                        </div>
-                    )}
+                    {getFieldDecorator('gongling', {
+                        initialValue: this.state.gongling
+                    })(
+                        <InputNumber />
+                        )}
+                    <span>年</span>
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="职称名字"
                     >
-                    {getFieldDecorator('zhichengname')(
+                    {getFieldDecorator('zhichengname', {
+                        initialValue: this.state.zhichengname || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     labelCol={{ span: 3 }}
@@ -163,7 +242,7 @@ const PfsFrom = Form.create()(React.createClass({
                     hasFeedback
                     >
                     {getFieldDecorator('zhichengyear')(
-                        <YearSelect handleyear={this.zhichengyear} />
+                        <YearSelect defValue={this.state.zhichengyear} handleyear={this.zhichengyear} />
                     )}
                 </FormItem>
                 <FormItem
@@ -171,8 +250,8 @@ const PfsFrom = Form.create()(React.createClass({
                     label="职称证书"
                     hasFeedback
                     >
-                    {getFieldDecorator('zhichengimg')(
-                        <Avatar name="zhichengimg" />
+                    {getFieldDecorator('zhichengPic')(
+                        <Avatar name="zhichengPic" urlData={this.zhichengPic} />
                     )}
                 </FormItem>
                 <div className="set-explain">
@@ -182,9 +261,11 @@ const PfsFrom = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="执业资格"
                     >
-                    {getFieldDecorator('zige')(
+                    {getFieldDecorator('zigename', {
+                        initialValue: this.state.zigename
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     labelCol={{ span: 3 }}
@@ -193,7 +274,7 @@ const PfsFrom = Form.create()(React.createClass({
                     hasFeedback
                     >
                     {getFieldDecorator('zigeyear')(
-                        <YearSelect handleyear={this.zigeyear} />
+                        <YearSelect defValue={this.state.zigeyear} handleyear={this.zigeyear} />
                     )}
                 </FormItem>
                 <FormItem
@@ -201,8 +282,8 @@ const PfsFrom = Form.create()(React.createClass({
                     label="资格证明"
                     hasFeedback
                     >
-                    {getFieldDecorator('zigeimg')(
-                        <Avatar name="zigeimg" />
+                    {getFieldDecorator('zigePic')(
+                        <Avatar name="zigePic" urlData={this.zigePic} />
                     )}
                 </FormItem>
                 <div className="set-explain">
@@ -212,17 +293,21 @@ const PfsFrom = Form.create()(React.createClass({
                     {...formItemLayout}
                     label="工作单位"
                     >
-                    {getFieldDecorator('danwei')(
+                    {getFieldDecorator('danwei', {
+                        initialValue: this.state.danwei || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem
                     {...formItemLayout}
                     label="职位头衔"
                     >
-                    {getFieldDecorator('touxian')(
+                    {getFieldDecorator('touxian', {
+                        initialValue: this.state.touxian || null
+                    })(
                         <Input />
-                    )}
+                        )}
                 </FormItem>
                 <div className="textarea-title">
                     <span>从业经历</span>
@@ -254,10 +339,12 @@ const PfsFrom = Form.create()(React.createClass({
                     }
                     label=""
                     >
-                    {getFieldDecorator('jingli')(
+                    {getFieldDecorator('jingli', {
+                        initialValue: this.state.jingli || null
+                    })(
                         <Input type="textarea"
                             rows={6} />
-                    )}
+                        )}
                 </FormItem>
                 <div className="textarea-title">
                     <span>从业经历</span>
@@ -289,10 +376,12 @@ const PfsFrom = Form.create()(React.createClass({
                     }
                     label=""
                     >
-                    {getFieldDecorator('chengjiu')(
+                    {getFieldDecorator('chengjiu', {
+                        initialValue: this.state.chengjiu || null
+                    })(
                         <Input type="textarea"
                             rows={6} />
-                    )}
+                        )}
                 </FormItem>
                 <FormItem wrapperCol={{ span: 12, offset: 3 }}>
                     <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
@@ -308,13 +397,18 @@ const Pfs = React.createClass({
             loading: false
         };
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
             <Spin spinning={this.state.loading} className='spin-box'>
                 <div className="set-pfs">
                     <div className="acc-detail">
                         <p className="acc-title">职业信息</p>
-                        <PfsFrom />
+                        <PfsFrom spinState={this.spinChange} />
                     </div>
                 </div>
             </Spin>

+ 3 - 3
js/component/account/set/pfs.less

@@ -22,7 +22,7 @@
             margin-bottom: 20px;
             .ant-radio-button-wrapper-checked {
                 background: #58a3ff;
-                color:#fff;
+                color: #fff;
             }
         }
         .set-submit {
@@ -33,11 +33,11 @@
             text-align: left;
         }
         #gongling {
-            position: relative;
+            position: static;
             span {
                 position: absolute;
                 right: 4px;
-                top:0px;
+                top: 0px;
             }
         }
     }

+ 63 - 17
js/component/account/set/tech.jsx

@@ -1,14 +1,11 @@
 import React from 'react';
-import { Input, Button, Form, Select, Icon, Spin, InputNumber, Tag } 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';
 
 import TechSelect from './techSelect.jsx';
 
-const FormItem = Form.Item;
-const Option = Select.Option;
-
-const edulvlArr = ["高中", "大专", "本科", "硕士研究生", "博士研究生"];
-
 const TechFrom = Form.create()(React.createClass({
     getInitialState() {
         return {
@@ -19,11 +16,54 @@ const TechFrom = Form.create()(React.createClass({
             haveskill: []
         };
     },
+    getData() {
+        this.props.spinState(true);
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/user/job",
+            success: function (data) {
+                if (data.data.searchAreaCategory && data.data.specialty ) {
+                    this.setState({
+                        techpeople:data.data.technicalPeopleNum,
+                        techzoneArr : data.data.searchAreaCategory.split(","),
+                        haveskill : data.data.specialty.split(",")
+                    });
+                };
+            }.bind(this),
+        }).always(function () {
+            this.props.spinState(false);
+        }.bind(this));
+    },
+    componentDidMount() {
+        this.getData();
+    },
     handleSubmit(e) {
         e.preventDefault();
+        let searchArea = this.state.techzoneArr.join(",");
+        let specialty = this.state.haveskill.join(",");
         this.props.form.validateFields((err, values) => {
             if (!err) {
-                console.log('Received values of form: ', values);
+                this.props.spinState(true);
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/api/user/orgTech",
+                    data: {
+                        "technicalPeopleNum": values.techpeople,
+                        "searchAreaCategory": searchArea,
+                        "specialty": specialty
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        message.success('保存成功!');
+                    } else {
+                        message.warning(data.error[0].message);
+                    }
+                }.bind(this)).always(function () {
+                    this.props.spinState(false);
+                }.bind(this));
             }
         });
     },
@@ -61,7 +101,7 @@ const TechFrom = Form.create()(React.createClass({
             }
         });
         this.setState({
-            techzoneArr:newArr
+            techzoneArr: newArr
         })
     },
     addskill(e) {
@@ -85,7 +125,6 @@ const TechFrom = Form.create()(React.createClass({
                 haveskill: _me.state.skillArr
             });
         };
-        console.log(_me.state.skillArr);
     },
     deleteskill(e) {
         let _me = this.state;
@@ -94,9 +133,10 @@ const TechFrom = Form.create()(React.createClass({
                 _me.skillArr.splice(i, 1);
             }
         });
-        console.log(_me.skillArr);
     },
     render() {
+        const FormItem = Form.Item;
+        const Option = Select.Option;
         const { getFieldDecorator } = this.props.form;
         const formItemLayout = {
             labelCol: { span: 4 },
@@ -110,11 +150,12 @@ const TechFrom = Form.create()(React.createClass({
                     wrapperCol={{ span: 6 }}
                     label="技术人员数量"
                     >
-                    {getFieldDecorator('techpeople')(
-                        <div>
-                            <InputNumber /><span>人</span>
-                        </div>
-                    )}
+                    {getFieldDecorator('techpeople', {
+                        initialValue: this.state.techpeople
+                    })(
+                        <InputNumber />
+                        )}
+                    <span>人</span>
                 </FormItem>
                 <FormItem
                     labelCol={{ span: 4 }}
@@ -131,7 +172,7 @@ const TechFrom = Form.create()(React.createClass({
                 <div className="set-explain">
                     {
                         this.state.techzoneArr.map(function (item, i) {
-                            return <Tag key={i} closable afterClose={_me.deletetechzone.bind(this, item)}>{item}</Tag>
+                            return <Tag key={item} closable afterClose={_me.deletetechzone.bind(this, item)}>{item}</Tag>
                         }.bind(this))
                     }
                 </div>
@@ -168,6 +209,11 @@ const Person = React.createClass({
             loading: false
         };
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
             <Spin spinning={this.state.loading} className='spin-box'>
@@ -175,7 +221,7 @@ const Person = React.createClass({
                     <div className="acc-title">
                         <p><span>完善研究领域与擅长能力可加入平台专家,承接技术难题!</span></p>
                     </div>
-                    <TechFrom />
+                    <TechFrom spinState={this.spinChange} />
                 </div>
             </Spin>
         )

+ 22 - 10
js/component/account/topTab.jsx

@@ -1,6 +1,9 @@
 import React from 'react';
 import { Row, Col } from 'antd';
 import './topTab.less';
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
+
 
 import logo from '../../../image/acc-logo.png';
 
@@ -10,11 +13,20 @@ const TopTab = React.createClass({
             username: 'username',
         };
     },
+    logOut() {
+        $.ajax({
+            method: "POST",
+            dataType: "json",
+            url: globalConfig.context + "/login",
+        }).done(function (data) {
+                window.location.href = "../login.html"
+        });
+    },
     render() {
         return (
-            <div className="account-top">
+            <div className="account-top" >
                 <div className="acc-top-user">
-                    <span className="acc-top-user-name">欢迎您, {this.state.username} <a href="">[ 退出 ]</a></span>
+                    <span className="acc-top-user-name">欢迎您, { userData.nickname || userData.number || this.state.username} <a onClick={this.logOut}>[ 退出 ]</a></span>
                     <span className="acc-top-user-toindex"><a href="../index.html">返回首页</a></span>
                 </div>
                 <div className="acc-index">
@@ -25,16 +37,16 @@ const TopTab = React.createClass({
                 </div>
                 <div className="acc-top-tab">
                     <Row>
-                        <Col className={this.props.active === 'set' ? 'active' : '' } span={2}><a href="./set.html">账号设置</a></Col>
-                        <Col className={this.props.active === 'guanli' ? 'active' : '' } span={2}><a href="./set.html">供需管理</a></Col>
-                        <Col className={this.props.active === 'jiaoliu' ? 'active' : '' } span={2}><a href="./set.html">交流互动</a></Col>
-                        <Col className={this.props.active === 'huodong' ? 'active' : '' } span={2}><a href="./set.html">活动管理</a></Col>
-                        <Col className={this.props.active === 'jishu' ? 'active' : '' } span={2}><a href="./set.html">技术评估</a></Col>
-                        <Col className={this.props.active === 'pingshen' ? 'active' : '' } span={2}><a href="./set.html">评审管理</a></Col>
-                        <Col className={this.props.active === 'yanfa' ? 'active' : '' } span={2}><a href="./set.html">研发平台</a></Col>
+                        <Col className={this.props.active === 'set' ? 'active' : ''} span={2}><a href="./set.html">账号设置</a></Col>
+                        <Col className={this.props.active === 'guanli' ? 'active' : ''} span={2}><a href="./set.html">供需管理</a></Col>
+                        <Col className={this.props.active === 'jiaoliu' ? 'active' : ''} span={2}><a href="./set.html">交流互动</a></Col>
+                        <Col className={this.props.active === 'huodong' ? 'active' : ''} span={2}><a href="./set.html">活动管理</a></Col>
+                        <Col className={this.props.active === 'jishu' ? 'active' : ''} span={2}><a href="./set.html">技术评估</a></Col>
+                        <Col className={this.props.active === 'pingshen' ? 'active' : ''} span={2}><a href="./set.html">评审管理</a></Col>
+                        <Col className={this.props.active === 'yanfa' ? 'active' : ''} span={2}><a href="./set.html">研发平台</a></Col>
                     </Row>
                 </div>
-            </div>
+            </div >
         )
     }
 });

+ 7 - 0
js/component/login/login.less

@@ -73,6 +73,13 @@
             .login-form-forgot {
                 float: right;
             }
+            .antd-spin {
+                position: fixed;
+                left: 0;
+                top: 0;
+                height: 100%;
+                width: 100%;
+            }
         }
         .login-other {
             padding: 0 20px;

+ 33 - 25
js/component/login/loginContent.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import { Icon, Tabs } from 'antd';
+import { Icon, Tabs,Spin } from 'antd';
 import LoginForm from './loginForm.jsx';
 
 import loginqq from '../../../image/login_qq.png';
@@ -12,39 +12,47 @@ const TabPane = Tabs.TabPane;
 const LoginContent = React.createClass({
     getInitialState() {
         return {
-            theKey:"1"
+            theKey: "0",
+            loading:false
         };
     },
-    tabChange(key){
+    tabChange(key) {
         this.setState({
-            theKey:key
+            theKey: key
         })
     },
+    spinChange(e) {
+        this.setState({
+            loading: e
+        });
+    },
     render() {
         return (
-            <div className="content clearfix">
-                <div className="login-left">
-                    <img src="" alt="" />
-                </div>
-                <div className="login-right">
-                    <Tabs defaultActiveKey="1" onChange={this.tabChange}  className="login-from">
-                        <TabPane tab="个人登录" key="1">
-                            <LoginForm loginProp={this.state.theKey}/>
-                        </TabPane>
-                        <TabPane tab="公司登录" key="2" className="tabtwo">
-                            <LoginForm loginProp={this.state.theKey}/>
-                        </TabPane>
-                    </Tabs>
-                    <div className="login-other clearfix">
-                        <ul className="clearfix">
-                            <li><img src={loginqq} alt="" /><p>QQ</p></li>
-                            <li><img src={loginweixin} alt="" /><p>微信</p></li>
-                            <li><img src={loginweibo} alt="" /><p>微博</p></li>
-                            <li className="join"><img src={loginmore} alt="" /><p><a href="./signIn.html">立即注册</a></p></li>
-                        </ul>
+            <Spin spinning={this.state.loading} className='spin-box'>
+                <div className="content clearfix">
+                    <div className="login-left">
+                        <img src="" alt="" />
+                    </div>
+                    <div className="login-right">
+                        <Tabs defaultActiveKey="0" onChange={this.tabChange} className="login-from">
+                            <TabPane tab="个人登录" key="0">
+                                <LoginForm loginProp={this.state.theKey} spinState={this.spinChange}/>
+                            </TabPane>
+                            <TabPane tab="公司登录" key="1" className="tabtwo">
+                                <LoginForm loginProp={this.state.theKey} spinState={this.spinChange}/>
+                            </TabPane>
+                        </Tabs>
+                        <div className="login-other clearfix">
+                            <ul className="clearfix">
+                                <li style={{ 'display': 'none' }}><img src={loginqq} alt="" /><p>QQ</p></li>
+                                <li style={{ 'display': 'none' }}><img src={loginweixin} alt="" /><p>微信</p></li>
+                                <li style={{ 'display': 'none' }}><img src={loginweibo} alt="" /><p>微博</p></li>
+                                <li className="join"><img src={loginmore} alt="" /><p><a href="./signIn.html">立即注册</a></p></li>
+                            </ul>
+                        </div>
                     </div>
                 </div>
-            </div>
+            </Spin>
         )
     }
 });

+ 16 - 23
js/component/login/loginForm.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import { Form, Icon, Input, Button, Checkbox, Spin } from 'antd';
+import { Form, Icon, Input, Button, Checkbox, Spin,message } from 'antd';
 import './login.less';
 import ajax from 'jquery/src/ajax/xhr.js'
 import $ from 'jquery/src/ajax';
@@ -15,30 +15,25 @@ const LoginForm = Form.create()(React.createClass({
         e.preventDefault();
         this.props.form.validateFields((err, values) => {
             if (!err) {
-                this.setState({
-                    loading: true
-                });
+                this.props.spinState(true);
                 $.ajax({
                     method: "POST",
                     dataType: "json",
-                    crossDomain: false,
                     url: globalConfig.context + "/signin",
-                    data: { 
-                        user: values.userName, 
-                        pwd: values.password, 
-                        remember:values.remember,
-                        group: this.props.loginProp === "2" ? true : false
-                     }
+                    data: {
+                        "mobile": values.phone,
+                        "password": values.password,
+                        "type": this.props.loginProp,
+                        "remember": values.remember
+                    }
                 }).done(function (data) {
                     if (!data.error.length) {
-                        window.location.href = "warning.html"
+                        window.location.href = "account/index.html"
                     } else {
-                        this.tips(data.error[0].message);
+                        message.warning(data.error[0].message);
                     }
                 }.bind(this)).always(function () {
-                    this.setState({
-                        loading: false
-                    });
+                    this.props.spinState(false);
                 }.bind(this));
             }
         });
@@ -46,20 +41,19 @@ const LoginForm = Form.create()(React.createClass({
     render() {
         const { getFieldDecorator } = this.props.form;
         return (
-            <Spin spinning={this.state.loading}>
                 <Form onSubmit={this.handleSubmit} className="login-form">
                     <FormItem>
-                        {getFieldDecorator('userName', {
-                            rules: [{ required: true, message: 'Please input your username!' }],
+                        {getFieldDecorator('phone', {
+                            rules: [{ required: true, message: '请输入手机号!' }],
                         })(
-                            <Input addonBefore={<Icon type="user" />} placeholder="Username" />
+                            <Input addonBefore={<Icon type="user" />} placeholder="手机号" />
                             )}
                     </FormItem>
                     <FormItem>
                         {getFieldDecorator('password', {
-                            rules: [{ required: true, message: 'Please input your Password!' }],
+                            rules: [{ required: true, message: '请输入密码!' }],
                         })(
-                            <Input addonBefore={<Icon type="lock" />} type="password" placeholder="Password" />
+                            <Input addonBefore={<Icon type="lock" />} type="password" placeholder="密码" />
                             )}
                     </FormItem>
                     <FormItem>
@@ -75,7 +69,6 @@ const LoginForm = Form.create()(React.createClass({
                     </Button>
                     </FormItem>
                 </Form>
-            </Spin>
         );
     },
 }));

+ 61 - 10
js/component/sign/account.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import { Form, Input, Tooltip, Icon, Cascader, Select, Row, Col, Checkbox, Button, Spin } from 'antd';
+import { Form, Input, Tooltip, Icon, Cascader, Select, Row, Col, Checkbox, Button, Spin, message } from 'antd';
 import "./account.less";
 import ajax from 'jquery/src/ajax/xhr.js'
 import $ from 'jquery/src/ajax';
@@ -16,13 +16,13 @@ const LoginContent = Form.create()(React.createClass({
     getInitialState() {
         return {
             passwordDirty: false,
+            getCodeButton: true,
             loading: false
         };
     },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFieldsAndScroll((err, values) => {
-            debugger
             if (!err) {
                 this.setState({
                     loading: true
@@ -31,13 +31,20 @@ const LoginContent = Form.create()(React.createClass({
                     method: "POST",
                     dataType: "json",
                     crossDomain: false,
-                    url: globalConfig.context + "/signin",
-                    data: { email: this.state.user, pwd: this.state.password }
+                    url: globalConfig.context + "/register",
+                    data: {
+                        "mobile": values.phone,
+                        "password": values.password,
+                        "type": 0,
+                        "verificationCode": values.captcha,
+                        "mobileCode": values.phonecaptcha
+                    }
                 }).done(function (data) {
                     if (!data.error.length) {
-                        window.location.href = "warning.html"
+                        window.location.href = "/login.html"
                     } else {
-                        this.tips(data.error[0].message);
+                        message.warning(data.error[0].message);
+                        document.getElementById('VCode').src=globalConfig.context + '/open/getVCode?t=' + Math.random();
                     }
                 }.bind(this)).always(function () {
                     this.setState({
@@ -61,15 +68,54 @@ const LoginContent = Form.create()(React.createClass({
     },
     checkPhone(rule, value, callback) {
         const form = this.props.form;
+        const _me = this;
         if (!(/^1[34578]\d{9}$/.test(value))) {
             callback('请输入正确的手机号码!');
+            _me.setState({
+                getCodeButton: true
+            });
         } else {
             callback();
+            _me.setState({
+                getCodeButton: false
+            });
         }
     },
+    getMCode() {
+        const _me = this;
+        const form = this.props.form;
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/open/getMCode",
+            data: {
+                "mobile": form.getFieldValue('phone'),
+            },
+            success: function (data) {
+                if (data.error.length == 0) {
+                    message.success('验证码发送成功!');
+                    this.setState({
+                        getCodeButton: true
+                    });
+                    let interval = setInterval(function () {
+                        _me.setState({
+                            getCodeButton: false
+                        });
+                        clearInterval(interval);
+                    }, 60000);
+                } else {
+                    message.warning(data.error[0]);
+                }
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    },
     checkConfirm(rule, value, callback) {
         const form = this.props.form;
-        if (value.length < 6) {
+        if (value && value.length < 6) {
             callback('密码长度必须大于或者等于6位!');
         };
         if (value && this.state.passwordDirty) {
@@ -77,6 +123,9 @@ const LoginContent = Form.create()(React.createClass({
         }
         callback();
     },
+    reloadVCode(e) {
+        e.target.src = globalConfig.context + '/open/getVCode?t=' + Math.random();
+    },
     render() {
         const { getFieldDecorator } = this.props.form;
         const formItemLayout = {
@@ -154,7 +203,9 @@ const LoginContent = Form.create()(React.createClass({
                                         )}
                                 </Col>
                                 <Col span={8}>
-                                    <Button size="large">图片</Button>
+                                    <div className="acc-getVcode">
+                                        <img id="VCode" src={globalConfig.context + '/open/getVCode'} alt="" onClick={this.reloadVCode} />
+                                    </div>
                                 </Col>
                             </Row>
                         </FormItem>
@@ -172,7 +223,7 @@ const LoginContent = Form.create()(React.createClass({
                                         )}
                                 </Col>
                                 <Col span={8}>
-                                    <Button size="large">获取验证码</Button>
+                                    <Button size="large" onClick={this.getMCode} disabled={this.state.getCodeButton}>获取验证码</Button>
                                 </Col>
                             </Row>
                         </FormItem>
@@ -189,7 +240,7 @@ const LoginContent = Form.create()(React.createClass({
                     </Form>
                     <div className="account-right">
                         <p className="haveID title">已有账号 <Icon type="right" /> <a href="./login.html">直接登录</a></p>
-                        <div className="relateID">
+                        <div className="relateID" style={{'display':'none'}}>
                             <p className="title">关联账号</p>
                             <p><Button className="relateqq"><img src={qq} alt="" /> QQ账号登录</Button></p>
                             <p><Button className="relateweibo"><img src={weibo} alt="" />微博账号登录</Button></p>

+ 14 - 0
js/component/sign/account.less

@@ -4,6 +4,20 @@
     .account-left {
         width: 540px;
         float: left;
+        .acc-getVcode {
+             height: 32px;
+             width: 100%;
+             padding-top:32px;
+             position: relative;
+             overflow: hidden;
+             img {
+                 position: absolute;
+                 top: 0;
+                 left: 0;
+                 width: 100%;
+                 height: 32px;
+             }
+        }
         .ant-form-extra {
             color:#ccc;
             span {

+ 20 - 4
js/component/sign/group.less

@@ -1,18 +1,34 @@
 .group {
-    margin:50px 210px 0;
+    margin: 50px 210px 0;
     height: 680px;
     .account-left {
         width: 540px;
+        .acc-getVcode {
+            height: 32px;
+            width: 100%;
+            padding-top: 32px;
+            position: relative;
+            overflow: hidden;
+            img {
+                position: absolute;
+                top: 0;
+                left: 0;
+                width: 100%;
+                height: 32px;
+            }
+        }
         .ant-form-extra {
-            color:#ccc;
+            color: #ccc;
             span {
                 margin-left: 2px;
             }
         }
         .redFont {
-            color:#ea0862;
+            color: #ea0862;
+        }
+        button {
+            width: 100%;
         }
-        button {width: 100%;}
         .ant-checkbox-wrapper {
             span {
                 line-height: 32px;

+ 82 - 8
js/component/sign/groupAccount.jsx

@@ -1,6 +1,8 @@
 import React from 'react';
-import { Form, Input, Tooltip, Icon, Cascader, Select, Row, Col, Checkbox, Button } from 'antd';
+import { Form, Input, message, Icon, Cascader, Select, Row, Col, Checkbox, Button, Spin } from 'antd';
 import "./group.less";
+import ajax from 'jquery/src/ajax/xhr.js'
+import $ from 'jquery/src/ajax';
 
 
 const FormItem = Form.Item;
@@ -11,16 +13,79 @@ const Group = Form.create()(React.createClass({
     getInitialState() {
         return {
             passwordDirty: false,
+            getCodeButton: true,
+            loading: false
         };
     },
     handleSubmit(e) {
         e.preventDefault();
         this.props.form.validateFieldsAndScroll((err, values) => {
             if (!err) {
-                console.log('Received values of form: ', values);
+                this.setState({
+                    loading: true
+                });
+                $.ajax({
+                    method: "POST",
+                    dataType: "json",
+                    crossDomain: false,
+                    url: globalConfig.context + "/register",
+                    data: {
+                        "mobile": values.phone,
+                        "password": values.password,
+                        "type": 1,
+                        "companyName": values.company,
+                        "contacts": values.user,
+                        "verificationCode": values.captcha,
+                        "mobileCode": values.phonecaptcha
+                    }
+                }).done(function (data) {
+                    if (!data.error.length) {
+                        window.location.href = "/login.html"
+                    } else {
+                        message.warning(data.error[0].message);
+                        document.getElementById('VCode').src=globalConfig.context + '/open/getVCode?t=' + Math.random();
+                    }
+                }.bind(this)).always(function () {
+                    this.setState({
+                        loading: false
+                    });
+                }.bind(this));
             }
         });
     },
+    getMCode() {
+        const _me = this;
+        const form = this.props.form;
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/open/getMCode",
+            data: {
+                "mobile": form.getFieldValue('phone'),
+            },
+            success: function (data) {
+                if (data.error.length == 0) {
+                    message.success('验证码发送成功!');
+                    this.setState({
+                        getCodeButton: true
+                    });
+                    let interval = setInterval(function () {
+                        _me.setState({
+                            getCodeButton: false
+                        });
+                        clearInterval(interval);
+                    }, 60000);
+                } else {
+                    message.warning(data.error[0]);
+                }
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+
+    },
     handlePasswordBlur(e) {
         const value = e.target.value;
         this.setState({ passwordDirty: this.state.passwordDirty || !!value });
@@ -33,17 +98,24 @@ const Group = Form.create()(React.createClass({
             callback();
         }
     },
-    checkPhone(rule, value, callback){
+    checkPhone(rule, value, callback) {
         const form = this.props.form;
-        if ( !(/^1[34578]\d{9}$/.test(value))) {
+        const _me = this;
+        if (!(/^1[34578]\d{9}$/.test(value))) {
             callback('请输入正确的手机号码!');
+            _me.setState({
+                getCodeButton: true
+            });
         } else {
             callback();
+            _me.setState({
+                getCodeButton: false
+            });
         }
     },
     checkConfirm(rule, value, callback) {
         const form = this.props.form;
-        if ( value.length < 6) {
+        if (value && value.length < 6) {
             callback('密码长度必须大于或者等于6位!');
         };
         if (value && this.state.passwordDirty) {
@@ -105,7 +177,7 @@ const Group = Form.create()(React.createClass({
                         extra={<span><Icon type="exclamation-circle" /> 请输入正确的手机号码</span>}
                         >
                         {getFieldDecorator('phone', {
-                            rules: [{ required: true, message: '请输入手机号码!' },{
+                            rules: [{ required: true, message: '请输入手机号码!' }, {
                                 validator: this.checkPhone,
                             }],
                         })(
@@ -126,7 +198,9 @@ const Group = Form.create()(React.createClass({
                                     )}
                             </Col>
                             <Col span={8}>
-                                <Button size="large">图片</Button>
+                                <div className="acc-getVcode">
+                                    <img id="VCode" src={globalConfig.context + '/open/getVCode'} alt="" onClick={function (e) { e.target.src = globalConfig.context + '/open/getVcode' + Math.random(); } } />
+                                </div>
                             </Col>
                         </Row>
                     </FormItem>
@@ -144,7 +218,7 @@ const Group = Form.create()(React.createClass({
                                     )}
                             </Col>
                             <Col span={8}>
-                                <Button size="large">获取验证码</Button>
+                                <Button size="large" onClick={this.getMCode} disabled={this.state.getCodeButton}>获取验证码</Button>
                             </Col>
                         </Row>
                     </FormItem>

+ 25 - 13
js/component/yearSelect.jsx

@@ -1,24 +1,36 @@
 import React from 'react';
 import { Select } from 'antd';
 
-const Option = Select.Option;
-const d = new Date();
-const thisYear = d.getFullYear();
-
-const theOption = [];
-
-for (let i = thisYear; i >= 1950; i--) {
-    theOption.push(<Option key={i.toString()} value={i.toString()}>{i}</Option>)
-};
-
 const Yearselect = React.createClass({
-    onChange(e){
+    getInitialState: function () {
+        return { theOption: [] };
+    },
+    onChange(e) {
         this.props.handleyear(e);
+        this.setState({
+            Year:e
+        });
+    },
+    componentWillMount() {
+        const Option = Select.Option;
+        const d = new Date();
+        const thisYear = d.getFullYear();
+        this.state.thisYear = d.getFullYear();
+
+        for (let i = thisYear; i >= 1950; i--) {
+            this.state.theOption.push(<Option key={i.toString()}>{i}</Option>)
+        };
+        this.state.defYear = this.state.thisYear.toString();
+    },
+    componentWillUpdate(nextProps){
+        if ( nextProps.defValue ) {
+            this.state.Year = nextProps.defValue;
+        };
     },
     render() {
         return (
-            <Select className="year-select" onChange={this.onChange}>
-                {theOption}
+            <Select value={this.state.Year} className="year-select" onChange={this.onChange}>
+                {this.state.theOption}
             </Select>
         )
     }

+ 1 - 1
package.json

@@ -7,7 +7,7 @@
     "test": "echo \"Error: no test specified\" && exit 1",
     "build": "webpack --progress --colors",
     "pro": "webpack --config webpack.config.pro.js --progress --colors",
-    "dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build"
+    "dev": "webpack-dev-server --port 80 --devtool eval --progress --colors --hot --content-base build"
   },
   "repository": {
     "type": "git",

+ 1 - 1
template/template.html

@@ -5,7 +5,7 @@
     <title><%= htmlWebpackPlugin.options.title %></title>
     <script>
         window.globalConfig = {
-	  		context: " "
+	  		context: "//aft.hnzhiming.com:8080/aft"
 	  	}
     </script>
 </head>

+ 7 - 8
webpack.config.js

@@ -5,37 +5,36 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
 
 let theme = {
     '@primary-color': '#58a3ff',
-    '@link-color': '#58a3ff',
-    '@border-radius-base': '0px'
+    '@link-color': '#58a3ff'
 };
 
 module.exports = {
     entry: {
-        'user/index': ['webpack-dev-server/client?http://0.0.0.0:8080', // WebpackDevServer host and port
+        'user/index': ['webpack-dev-server/client?http://0.0.0.0:80', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './js/user/index.js'
         ],
-        'user/login': ['webpack-dev-server/client?http://0.0.0.0:8080', // WebpackDevServer host and port
+        'user/login': ['webpack-dev-server/client?http://0.0.0.0:80', // WebpackDevServer host and port
                 'webpack/hot/only-dev-server',
                 './js/user/login.js'
         ],
-        'user/signIn': ['webpack-dev-server/client?http://0.0.0.0:8080', // WebpackDevServer host and port
+        'user/signIn': ['webpack-dev-server/client?http://0.0.0.0:80', // WebpackDevServer host and port
                 'webpack/hot/only-dev-server',
                 './js/user/signIn.js'
         ],
         //user-account
-            'user/account/index': ['webpack-dev-server/client?http://0.0.0.0:8080', // WebpackDevServer host and port
+            'user/account/index': ['webpack-dev-server/client?http://0.0.0.0:80', // WebpackDevServer host and port
                     'webpack/hot/only-dev-server',
                     './js/user/account/index.js'
             ],
-            'user/account/set': ['webpack-dev-server/client?http://0.0.0.0:8080', // WebpackDevServer host and port
+            'user/account/set': ['webpack-dev-server/client?http://0.0.0.0:80', // WebpackDevServer host and port
                     'webpack/hot/only-dev-server',
                     './js/user/account/set.js'
             ],
 
 
         //admin
-        'admin/index': ['webpack-dev-server/client?http://0.0.0.0:8080', // WebpackDevServer host and port
+        'admin/index': ['webpack-dev-server/client?http://0.0.0.0:80', // WebpackDevServer host and port
                 'webpack/hot/only-dev-server',
                 './js/admin/index.js'
         ]

+ 1 - 2
webpack.config.pro.js

@@ -5,8 +5,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
 
 let theme = {
     '@primary-color': '#58a3ff',
-    '@link-color': '#58a3ff',
-    '@border-radius-base': '0px'
+    '@link-color': '#58a3ff'
 };
 
 module.exports = {