Selaa lähdekoodia

人事增加创建账号

HW 4 vuotta sitten
vanhempi
commit
140b3b8c97

+ 3 - 1
js/component/common/imgList/index.less

@@ -56,6 +56,8 @@
     justify-content:center;
     .progress{
       color: #FFF;
+      height: auto;
+      background: rgba(0,0,0,0);
     }
     .promptText{
       color: #FFF;
@@ -102,4 +104,4 @@
   .anticon-delete {
     display: none
   }
-}
+}

+ 0 - 13
js/component/manageCenter/operate/personnel/personnelAll.jsx

@@ -4,29 +4,16 @@ import "@/manageCenter/financialManage/distribute/public.less";
 import {
   Button,
   Form,
-  Input,
-  Select,
-  Spin,
   Table,
   message,
-  Modal,
   Tabs,
   Tag,
 } from "antd";
-import Assign from "@/manageCenter/publicComponent/assign";
-import ResolutionDetail from "@/resolutionDetail";
-import OrderRiZi from "@/orderRiZi.jsx";
 import {
-  getProcessStatus,
-  getLiquidationStatus,
-  getApprovedState,
   splitUrl,
   getProjectStatus,
-  getboutique,
   ShowModal,
 } from "@/tools";
-import ShowModalDiv from "@/showModal.jsx";
-// import ResolutionPro from "../task/resolutionPro";
 const FormItem = Form.Item;
 const { TabPane } = Tabs;
 const PersonnelAll = React.createClass({

+ 13 - 713
js/component/manageCenter/statistics/personnel/personnelAll.jsx

@@ -24,7 +24,7 @@ import {
   Upload,
   Tooltip,
 } from "antd";
-import { splitUrl } from "@/tools";
+import UserProfile from './userProfile';
 import { getProvinceList } from "@/addressList";
 import PicModal from "./picModal"
 import AddPicModal from "./addPicModal";
@@ -833,6 +833,7 @@ const PersonnelAll = React.createClass({
     this.setState({
       peoVisible: true,
       isAddPeo: true,
+      ModalData: '',
     });
   },
   addPeoCancel() {
@@ -857,7 +858,6 @@ const PersonnelAll = React.createClass({
       son: undefined,
       girl: undefined,
       birthdays: undefined,
-      marriage: undefined,
     });
   },
   verifyDoor() {
@@ -1022,38 +1022,9 @@ const PersonnelAll = React.createClass({
     );
   },
   editPeo() {
-    this.state.residence[0] = this.state.ModalData.residenceProvince;
-    this.state.residence[1] = this.state.ModalData.residenceCity;
-    this.state.residence[2] = this.state.ModalData.residenceArea;
-    this.state.nativePlace[0] = this.state.ModalData.nativePlaceProvince;
-    this.state.nativePlace[1] = this.state.ModalData.nativePlaceCity;
-    this.state.now[0] = this.state.ModalData.nowProvince;
-    this.state.now[1] = this.state.ModalData.nowCity;
-    this.state.now[2] = this.state.ModalData.nowArea;
     this.setState({
       peoVisible: true,
       isAddPeo: false,
-      id: this.state.ModalData.id,
-      doorId: this.state.ModalData.doorId,
-      name: this.state.ModalData.name,
-      birthdays: this.state.ModalData.birthdays,
-      sex: this.state.ModalData.sex,
-      nation: this.state.ModalData.nation,
-      residence: this.state.residence ? this.state.residence : [],
-      residenceAddress: this.state.ModalData.residenceAddress,
-      now: this.state.now ? this.state.now : [],
-      nowAddress: this.state.ModalData.nowAddress,
-      nativePlace: this.state.nativePlace ? this.state.nativePlace : [],
-      idCard: this.state.ModalData.idCard,
-      certificationAuthority: this.state.ModalData.certificationAuthority,
-      marriage: this.state.ModalData.marriage,
-      son: this.state.ModalData.son,
-      girl: this.state.ModalData.girl,
-      politicalOutlook: this.state.ModalData.politicalOutlook || this.state.ModalData.politicalOutlook == 0
-        ? this.state.ModalData.politicalOutlook
-        : undefined,
-      marriage: this.state.ModalData.marriage,
-      employeeId: this.state.ModalData.employeeId,
     });
   },
   stayModal(id) {
@@ -1302,6 +1273,7 @@ const PersonnelAll = React.createClass({
     this.setState({
       visible: true,
       id: record.id,
+      aid: record.aid,
     });
     this.setState({
       loading: true,
@@ -2336,6 +2308,9 @@ const PersonnelAll = React.createClass({
           footer={null}
           width={1000}
           onCancel={() => {
+            this.setState({
+              aid:''
+            });
             this.loadData();
             this.cancel();
           }}
@@ -3762,693 +3737,18 @@ const PersonnelAll = React.createClass({
               </Tabs>
             )}
           </Spin>
-          <Modal
-            maskClosable={false}
+        </Modal>
+        {this.state.peoVisible ? <UserProfile
+            id={this.state.id}
+            aid={this.state.aid}
             visible={this.state.peoVisible}
-            onOk={this.checkOk}
-            footer={null}
-            width={800}
-            style={{ position: "relative", zIndex: 9999 }}
+            ModalData={this.state.ModalData}
+            isAddPeo={this.state.isAddPeo}
             onCancel={() => {
               this.loadData();
               this.addPeoCancel();
             }}
-          >
-            <Spin spinning={this.state.loading}>
-              <h2
-                style={{
-                  textAlign: "center",
-                  paddingBottom: 10,
-                  marginBottom: 10,
-                }}
-              >
-                {this.state.isAddPeo ? "新增人事档案" : "修改人事档案"}
-              </h2>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="员工编号"
-                >
-                  <Input
-                    placeholder="请输入员工编号"
-                    style={{ width: 200 }}
-                    value={this.state.employeeId}
-                    onChange={(e) => {
-                      this.setState({
-                        employeeId: e.target.value,
-                      });
-                    }}
-                  />
-                  <Button
-                    disabled={
-                      this.state.employeeId || this.state.employeeId == 0
-                        ? false
-                        : true
-                    }
-                    style={{ position: "absolute" }}
-                    type={"primary"}
-                    onClick={this.verifyId}
-                  >
-                    验证重复
-                  </Button>
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="门禁编号"
-                >
-                  <Input
-                    style={{ width: 200 }}
-                    placeholder="请输入门禁编号"
-                    value={this.state.doorId}
-                    onChange={(e) => {
-                      this.setState({
-                        doorId: e.target.value,
-                      });
-                    }}
-                  />
-                  <Button
-                    disabled={
-                      this.state.doorId || this.state.doorId == 0 ? false : true
-                    }
-                    style={{ position: "absolute" }}
-                    type={"primary"}
-                    onClick={this.verifyDoor}
-                  >
-                    验证重复
-                  </Button>
-                </FormItem>
-              </div>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="姓名"
-                >
-                  <Input
-                    placeholder="请输入姓名"
-                    style={{ width: 200 }}
-                    value={this.state.name}
-                    onChange={(e) => {
-                      this.setState({
-                        name: e.target.value,
-                      });
-                    }}
-                  />
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="出生日期"
-                >
-                  <DatePicker
-                    value={
-                      this.state.birthdays ? moment(this.state.birthdays) : null
-                    }
-                    onChange={(e, t) => {
-                      this.setState({
-                        birthdays: t,
-                      });
-                    }}
-                  />
-                </FormItem>
-              </div>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="性别"
-                >
-                  <Radio.Group
-                    onChange={(e) => {
-                      this.setState({ sex: e.target.value });
-                    }}
-                    value={this.state.sex}
-                  >
-                    <Radio value={0}>男</Radio>
-                    <Radio value={1}>女</Radio>
-                  </Radio.Group>
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="民族"
-                >
-                  <Input
-                    placeholder="输入民族(例:汉族)"
-                    style={{ width: 200 }}
-                    value={this.state.nation}
-                    onChange={(e) => {
-                      this.setState({
-                        nation: e.target.value,
-                      });
-                    }}
-                  />
-                </FormItem>
-              </div>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="户籍地址"
-                >
-                  <Cascader
-                    options={this.state.Area}
-                    value={this.state.residence}
-                    placeholder="选择城市"
-                    style={{ width: "200px" }}
-                    onChange={(e, pre) => {
-                      this.setState({ residence: e });
-                    }}
-                  />
-                  {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="户籍街道地址"
-                >
-                  <Input
-                    placeholder="输入街道地址"
-                    style={{ width: 200 }}
-                    value={this.state.residenceAddress}
-                    onChange={(e) => {
-                      this.setState({
-                        residenceAddress: e.target.value,
-                      });
-                    }}
-                  />
-                </FormItem>
-              </div>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="现住地址"
-                >
-                  <Cascader
-                    options={this.state.Area}
-                    value={this.state.now}
-                    placeholder="选择城市"
-                    style={{ width: "200px" }}
-                    onChange={(e, pre) => {
-                      this.setState({ now: e });
-                    }}
-                  />
-                  {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="现住街道地址"
-                >
-                  <Input
-                    placeholder="输入街道地址"
-                    style={{ width: 200 }}
-                    value={this.state.nowAddress}
-                    onChange={(e) => {
-                      this.setState({
-                        nowAddress: e.target.value,
-                      });
-                    }}
-                  />
-                </FormItem>
-              </div>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="籍贯"
-                >
-                  <Cascader
-                    options={this.state.Birthplaces}
-                    value={this.state.nativePlace}
-                    placeholder="选择城市"
-                    style={{ width: "200px" }}
-                    onChange={(e, pre) => {
-                      this.setState({ nativePlace: e });
-                    }}
-                  />
-                  {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="身份证"
-                >
-                  <Input
-                    placeholder="输入身份证信息"
-                    style={{ width: 200 }}
-                    value={this.state.idCard}
-                    onChange={(e) => {
-                      // let reg = /^[1-9]\d{5}(18|19|20|(3\d))\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/;
-                      this.setState({
-                        idCard: e.target.value,
-                      });
-                    }}
-                  />
-                </FormItem>
-              </div>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="身份证领证机关"
-                >
-                  <Input
-                    placeholder="输入机关名称"
-                    style={{ width: 200 }}
-                    value={this.state.certificationAuthority}
-                    onChange={(e) => {
-                      // let reg = /^[1-9]\d{5}(18|19|20|(3\d))\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/;
-                      this.setState({
-                        certificationAuthority: e.target.value,
-                      });
-                    }}
-                  />
-                  {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="婚姻状态"
-                >
-                  <Radio.Group
-                    onChange={(e) => {
-                      this.setState({ marriage: e.target.value });
-                    }}
-                    value={this.state.marriage}
-                  >
-                    <Radio value={0}>未婚</Radio>
-                    <Radio value={1}>已婚</Radio>
-                    <Radio value={2}>离异</Radio>
-                  </Radio.Group>
-                </FormItem>
-              </div>
-              <div className="clearfix">
-                <FormItem
-                  className="half-item"
-                  labelCol={{ span: 6 }}
-                  wrapperCol={{ span: 30 }}
-                  label="子女数量"
-                >
-                  <span>儿子:</span>
-                  <Input
-                    placeholder="输入数量"
-                    style={{ width: 80 }}
-                    type={"number"}
-                    value={this.state.son}
-                    onChange={(e) => {
-                      this.setState({
-                        son: e.target.value,
-                      });
-                    }}
-                  />
-                  <span style={{ marginLeft: 10 }}>女儿:</span>
-                  <Input
-                    placeholder="输入数量"
-                    style={{ width: 80 }}
-                    type={"number"}
-                    value={this.state.girl}
-                    onChange={(e) => {
-                      this.setState({
-                        girl: e.target.value,
-                      });
-                    }}
-                  />
-                </FormItem>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label="政治面貌"
-                >
-                  <Select
-                    placeholder="请选择政治面貌"
-                    style={{ width: 200 }}
-                    onChange={(e) => {
-                      this.setState({ politicalOutlook: e });
-                    }}
-                    value={this.state.politicalOutlook}
-                  >
-                    <Option value={0}>群众</Option>
-                    <Option value={1}>中共预备党员</Option>
-                    <Option value={2}>中共党员</Option>
-                    <Option value={3}>致公党党员</Option>
-                  </Select>
-                </FormItem>
-              </div>
-              <Button
-                type="primary"
-                shape="round"
-                size="large"
-                style={{
-                  position: "relative",
-                  left: "50%",
-                  transform: "translateX(-50%)",
-                }}
-                onClick={this.state.isAddPeo ? this.addOk : this.editOk}
-              >
-                保存
-              </Button>
-            </Spin>
-          </Modal>
-        </Modal>
-        <Modal
-          maskClosable={false}
-          visible={this.state.peoVisible}
-          onOk={this.checkOk}
-          footer={null}
-          width={800}
-          style={{ position: "relative", zIndex: 9999 }}
-          onCancel={() => {
-            this.loadData();
-            this.addPeoCancel();
-          }}
-        >
-          <Spin spinning={this.state.loading}>
-            <h2
-              style={{
-                textAlign: "center",
-                paddingBottom: 10,
-                marginBottom: 10,
-              }}
-            >
-              {this.state.isAddPeo ? "新增人事档案" : "修改人事档案"}
-            </h2>
-            <div className="clearfix">
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="员工编号"
-              >
-                <Input
-                  placeholder="请输入员工编号"
-                  style={{ width: 200 }}
-                  value={this.state.employeeId}
-                  onChange={(e) => {
-                    this.setState({
-                      employeeId: e.target.value,
-                    });
-                  }}
-                />
-                <Button
-                  disabled={
-                    this.state.employeeId || this.state.employeeId == 0
-                      ? false
-                      : true
-                  }
-                  style={{ position: "absolute" }}
-                  type={"primary"}
-                  onClick={this.verifyId}
-                >
-                  验证重复
-                </Button>
-              </FormItem>
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="门禁编号"
-              >
-                <Input
-                  style={{ width: 200 }}
-                  placeholder="请输入门禁编号"
-                  value={this.state.doorId}
-                  onChange={(e) => {
-                    this.setState({
-                      doorId: e.target.value,
-                    });
-                  }}
-                />
-                <Button
-                  disabled={
-                    this.state.doorId || this.state.doorId == 0 ? false : true
-                  }
-                  style={{ position: "absolute" }}
-                  type={"primary"}
-                  onClick={this.verifyDoor}
-                >
-                  验证重复
-                </Button>
-              </FormItem>
-            </div>
-            <div className="clearfix">
-              <FormItem className="half-item" {...formItemLayout} label="姓名">
-                <Input
-                  placeholder="请输入姓名"
-                  style={{ width: 200 }}
-                  value={this.state.name}
-                  onChange={(e) => {
-                    this.setState({
-                      name: e.target.value,
-                    });
-                  }}
-                />
-              </FormItem>
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="出生日期"
-              >
-                <DatePicker
-                  value={
-                    this.state.birthdays ? moment(this.state.birthdays) : null
-                  }
-                  onChange={(e, t) => {
-                    this.setState({
-                      birthdays: t,
-                    });
-                  }}
-                />
-              </FormItem>
-            </div>
-            <div className="clearfix">
-              <FormItem className="half-item" {...formItemLayout} label="性别">
-                <Radio.Group
-                  onChange={(e) => {
-                    this.setState({ sex: e.target.value });
-                  }}
-                  value={this.state.sex}
-                >
-                  <Radio value={0}>男</Radio>
-                  <Radio value={1}>女</Radio>
-                </Radio.Group>
-              </FormItem>
-              <FormItem className="half-item" {...formItemLayout} label="民族">
-                <Input
-                  placeholder="输入民族(例:汉族)"
-                  style={{ width: 200 }}
-                  value={this.state.nation}
-                  onChange={(e) => {
-                    this.setState({
-                      nation: e.target.value,
-                    });
-                  }}
-                />
-              </FormItem>
-            </div>
-            <div className="clearfix">
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="户籍地址"
-              >
-                <Cascader
-                  options={this.state.Area}
-                  value={this.state.residence}
-                  placeholder="选择城市"
-                  style={{ width: "200px" }}
-                  onChange={(e, pre) => {
-                    this.setState({ residence: e });
-                  }}
-                />
-                {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-              </FormItem>
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="户籍街道地址"
-              >
-                <Input
-                  placeholder="输入街道地址"
-                  style={{ width: 200 }}
-                  value={this.state.residenceAddress}
-                  onChange={(e) => {
-                    this.setState({
-                      residenceAddress: e.target.value,
-                    });
-                  }}
-                />
-              </FormItem>
-            </div>
-            <div className="clearfix">
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="现住地址"
-              >
-                <Cascader
-                  options={this.state.Area}
-                  value={this.state.now}
-                  placeholder="选择城市"
-                  style={{ width: "200px" }}
-                  onChange={(e, pre) => {
-                    this.setState({ now: e });
-                  }}
-                />
-                {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-              </FormItem>
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="现住街道地址"
-              >
-                <Input
-                  placeholder="输入街道地址"
-                  style={{ width: 200 }}
-                  value={this.state.nowAddress}
-                  onChange={(e) => {
-                    this.setState({
-                      nowAddress: e.target.value,
-                    });
-                  }}
-                />
-              </FormItem>
-            </div>
-            <div className="clearfix">
-              <FormItem className="half-item" {...formItemLayout} label="籍贯">
-                <Cascader
-                  options={this.state.Birthplaces}
-                  value={this.state.nativePlace}
-                  placeholder="选择城市"
-                  style={{ width: "200px" }}
-                  onChange={(e, pre) => {
-                    this.setState({ nativePlace: e });
-                  }}
-                />
-                {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-              </FormItem>
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="身份证"
-              >
-                <Input
-                  placeholder="输入身份证信息"
-                  style={{ width: 200 }}
-                  value={this.state.idCard}
-                  onChange={(e) => {
-                    // let reg = /^[1-9]\d{5}(18|19|20|(3\d))\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/;
-                    this.setState({
-                      idCard: e.target.value,
-                    });
-                  }}
-                />
-              </FormItem>
-            </div>
-            <div className="clearfix">
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="身份证领证机关"
-              >
-                <Input
-                  placeholder="输入机关名称"
-                  style={{ width: 200 }}
-                  value={this.state.certificationAuthority}
-                  onChange={(e) => {
-                    // let reg = /^[1-9]\d{5}(18|19|20|(3\d))\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/;
-                    this.setState({
-                      certificationAuthority: e.target.value,
-                    });
-                  }}
-                />
-                {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
-              </FormItem>
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="婚姻状态"
-              >
-                <Radio.Group
-                  onChange={(e) => {
-                    this.setState({ marriage: e.target.value });
-                  }}
-                  value={this.state.marriage}
-                >
-                  <Radio value={0}>未婚</Radio>
-                  <Radio value={1}>已婚</Radio>
-                  <Radio value={2}>离异</Radio>
-                </Radio.Group>
-              </FormItem>
-            </div>
-            <div className="clearfix">
-              <FormItem
-                className="half-item"
-                labelCol={{ span: 6 }}
-                wrapperCol={{ span: 30 }}
-                label="子女数量"
-              >
-                <span>儿子:</span>
-                <Input
-                  placeholder="输入数量"
-                  style={{ width: 80 }}
-                  type={"number"}
-                  value={this.state.son}
-                  onChange={(e) => {
-                    this.setState({
-                      son: e.target.value,
-                    });
-                  }}
-                />
-                <span style={{ marginLeft: 10 }}>女儿:</span>
-                <Input
-                  placeholder="输入数量"
-                  style={{ width: 80 }}
-                  type={"number"}
-                  value={this.state.girl}
-                  onChange={(e) => {
-                    this.setState({
-                      girl: e.target.value,
-                    });
-                  }}
-                />
-              </FormItem>
-              <FormItem
-                className="half-item"
-                {...formItemLayout}
-                label="政治面貌"
-              >
-                <Select
-                  placeholder="请选择政治面貌"
-                  style={{ width: 200 }}
-                  onChange={(e) => {
-                    this.setState({ politicalOutlook: e });
-                  }}
-                  value={this.state.politicalOutlook}
-                >
-                  <Option value={0}>群众</Option>
-                  <Option value={1}>中共预备党员</Option>
-                  <Option value={2}>中共党员</Option>
-                  <Option value={3}>致公党党员</Option>
-                </Select>
-              </FormItem>
-            </div>
-            <Button
-              type="primary"
-              shape="round"
-              size="large"
-              style={{
-                position: "relative",
-                left: "50%",
-                transform: "translateX(-50%)",
-              }}
-              onClick={this.state.isAddPeo ? this.addOk : this.editOk}
-            >
-              保存
-            </Button>
-          </Spin>
-        </Modal>
+        /> : null}
         <Modal
           maskClosable={false}
           visible={this.state.stayVisible}

+ 679 - 0
js/component/manageCenter/statistics/personnel/userProcessing.jsx

@@ -0,0 +1,679 @@
+import React,{Component} from "react";
+import {AutoComplete, Button, Form, Icon, Input, message, Modal, Popconfirm, Select, Spin} from "antd";
+import {cityArr, post, station} from "../../../dataDic";
+import $ from "jquery/src/ajax";
+import {splitUrl} from "../../../tools";
+import moment from "moment";
+import ImgList from "../../../common/imgList";
+
+class PicturesWall extends Component{
+    constructor(props) {
+        super(props);
+        this.state={
+            previewVisible: false,
+            previewImage: '',
+            fileList: [],
+            role:[],
+            district:[],
+            cityOption:[],
+        }
+    }
+    handleCancel() {
+        this.setState({ previewVisible: false })
+    }
+    handlePreview(file) {
+        this.setState({
+            previewImage: file.url || file.thumbUrl,
+            previewVisible: true,
+        });
+    }
+    handleChange(info) {
+        let fileList = info.fileList;
+        this.setState({ fileList });
+        this.props.fileList(fileList);
+    }
+    componentWillReceiveProps(nextProps) {
+        this.state.fileList = nextProps.pictureUrl;
+    }
+    render() {
+        const { fileList } = this.state;
+        return (
+                <ImgList
+                    domId={this.props.domId}
+                    uploadConfig={{
+                        action:globalConfig.context + "/api/admin/superviser/uploadAdminImg",
+                        data:{ 'sign': this.props.pictureSign },
+                        multiple:true,
+                        listType:"picture-card",
+                    }}
+                    onChange={(infor)=>{
+                        this.handleChange(infor)
+                    }}
+                    fileList={fileList}
+                />
+        );
+    }
+}
+
+class UserProcessing extends Component{
+    constructor(props) {
+        super(props);
+        this.state={
+            orgCodeUrl:[],
+            loading: false,
+            loaduser: {},
+            visible:false,
+            datauser:[],
+            role:[],
+            roleArr:[],
+            departmentArr:[],
+            addId:'',
+            customerArr:[],
+        }
+        this.getOrgCodeUrl = this.getOrgCodeUrl.bind(this);
+        this.handleSubmit = this.handleSubmit.bind(this);
+        this.httpChange = this.httpChange.bind(this);
+        this.blurChange = this.blurChange.bind(this);
+        this.selectAuto = this.selectAuto.bind(this);
+        this.resetPwd = this.resetPwd.bind(this);
+    }
+    //新建获取id
+    addIdS() {
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + '/api/admin/superviser/newId',
+            data: {},
+            success: function(data) {
+                this.setState({
+                    id: data.data
+                });
+            }.bind(this),
+        }).always(function() {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    }
+
+    handleSubmit(e) {
+        e.preventDefault();
+        this.props.inspect(()=>{
+            if(!this.state.role || this.state.role.length === 0){
+                message.warning('请选择角色');
+                return false;
+            };
+            if(!this.state.status&&this.props.userDetaile){
+                message.warning('请选择角色状态');
+                return false;
+            };
+            if(window.adminData.isSuperAdmin){
+                if(!this.state.departmentId){
+                    message.warning('请选择组织部门');
+                    return false;
+                };
+            }
+            if(!this.state.theTypes&&!this.state.superiorId){
+                message.warning('请输入正确的上级主管');
+                return false;
+            };
+            if(this.state.contactMobile){
+                if(!(/^1[1-9][0-9]\d{4,8}$/.test(this.state.contactMobile))){
+                    message.warning("不是完整的11位手机号或者正确的手机号前七位");
+                    this.setState({
+                        loading: false
+                    });
+                    return false;
+                }
+            }
+            let theorgCodeUrl = [];
+            if (this.state.orgCodeUrl.length) {
+                let picArr = [];
+                this.state.orgCodeUrl.map(function (item) {
+                    if ( item.response && item.response.data && item.response.data.length ){
+                        picArr.push(item.response.data);
+                    }
+                });
+                theorgCodeUrl = picArr.join(",");
+            };
+            let api = this.props.userDetaile?"/api/admin/superviser/updateAdmin":'/api/admin/superviser/insertAdmin'
+            this.setState({
+                loading: true
+            });
+            $.ajax({
+                method: "POST",
+                dataType: "json",
+                crossDomain: false,
+                url: globalConfig.context + api,
+                data: {
+                    roles:this.state.role,
+                    data:JSON.stringify({
+                        id:this.state.id?this.state.id:this.props.aid,
+                        mobile:this.state.mobile,
+                        status:this.state.status,
+                        contactMobile:this.state.contactMobile,
+                        name:this.props.name,
+                        departmentId:window.adminData.isSuperAdmin?this.state.departmentId:window.adminData.departmentId,
+                        duty:this.state.duty,
+                        position:this.state.position,//岗位
+                        email:this.state.email,
+                        superiorId:this.state.theTypes?this.state.theTypes:this.state.superiorId,
+                        district:this.state.district,
+                        headPortraitUrl:theorgCodeUrl.length?theorgCodeUrl:'',
+                        entryTime:this.state.selTime
+                    })
+                }
+            }).done(function (data) {
+                this.setState({
+                    loading: false
+                });
+                if (!data.error.length) {
+                    if(this.props.userDetaile){
+                        this.props.onPreservation(this.props.aid);
+                    }else{
+                        this.props.onPreservation(data.data.id);
+                    }
+
+                } else {
+                    message.warning(data.error[0].message);
+                }
+            }.bind(this));
+        });
+    }
+
+    //主管初始加载(自动补全)
+    supervisor(e){
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/organization/selectName",
+            data:{
+                name:e
+            },
+            success: function (data) {
+                let thedata=data.data;
+                if (!thedata) {
+                    if (data.error && data.error.length) {
+                        message.warning(data.error[0].message);
+                    };
+                    thedata = {};
+                };
+                this.setState({
+                    customerArr:thedata,
+                });
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    }
+
+    //上级主管输入框失去焦点是判断客户是否存在
+    selectAuto(value,options){
+        this.setState({
+            superior:value
+        })
+    }
+
+    blurChange(e){
+        let theType='';
+        let contactLists=this.state.customerArr || [];
+        if (e) {
+            contactLists.map(function (item) {
+                if (item.name == e.toString()) {
+                    theType = item.id;
+                }
+            });
+        }
+        this.setState({
+            theName:e,
+            theTypes:theType
+        })
+    }
+
+    //值改变时请求客户名称
+    httpChange(e){
+        if(e.length>=1){
+            this.supervisor(e);
+        }
+        this.setState({
+            superior:e
+        })
+    }
+
+    rolesArrS() {
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/role",
+            data: {
+                uid: this.props.aid
+            },
+            success: function(data) {
+                let thedata = data.data;
+                if(data.error && data.error.length) {
+                    message.warning(data.error[0].message);
+                }else{
+                    this.setState({
+                        role:thedata,
+                    })
+                }
+            }.bind(this),
+        }).always(function() {
+        }.bind(this));
+    }
+
+    //查看基本详情基本信息
+    loaduser(aid){
+        if(aid){
+            $.ajax({
+                method: "post",
+                dataType: "json",
+                crossDomain: false,
+                url: globalConfig.context + '/api/admin/superviser/selectAllByid',
+                data: {
+                    id: aid
+                },
+                success: function (data) {
+                    let thisdata = data.data;
+                    if (!thisdata) {
+                        if (data.error && data.error.length) {
+                            message.warning(data.error[0].message);
+                        };
+                        thisdata = {};
+                    };
+                    this.setState({
+                        id: thisdata.id,
+                        mobile: thisdata.mobile,
+                        name: thisdata.name,
+                        email: thisdata.email,
+                        createTime: thisdata.createTime,
+                        district:thisdata.district!=' '?JSON.parse(thisdata.district):undefined,
+                        position: thisdata.position?thisdata.position:undefined,
+                        superior:thisdata.superior,
+                        superiorId: thisdata.superiorId,//上级Id
+                        duty:thisdata.duty?thisdata.duty:undefined,//职务
+                        status:thisdata.status?thisdata.status:undefined,
+                        contactMobile:thisdata.contactMobile?thisdata.contactMobile:undefined,//手机号
+                        departmentId:thisdata.departmentId?thisdata.departmentId:undefined,//部门id
+                        userNo:thisdata.userNo,
+                        orgCodeUrl: thisdata.headPortraitUrl? splitUrl(thisdata.headPortraitUrl, ',', globalConfig.avatarHost + '/upload') : [],
+                        theTypes:'',
+                        entryTime:thisdata.entryTime?moment(thisdata.entryTime,'YYYY-MM-DD'):undefined,
+                        selTime:thisdata.entryTime
+                    });
+                }.bind(this),
+            }).always(function () {
+                this.setState({
+                    loading: false
+                });
+            }.bind(this));
+        }
+    }
+
+    //重置密码
+    resetPwd() {
+        this.setState({
+            loading: true
+        })
+        $.ajax({
+            type: 'post',
+            url: globalConfig.context + "/api/admin/superviser/resetPwd",
+            dataType: "json",
+            data: {
+                id: this.props.aid
+            },
+        }).done((res) => {
+            if (res.error && res.error.length) {
+                message.error(res.error[0].message);
+            } else {
+                message.success("密码重置成功");
+            }
+        }).always(() => {
+            this.setState({
+                loading: false
+            })
+        });
+    }
+
+    //入职时间选择
+    selTime(e,index){
+        this.setState({
+            entryTime:e,
+            selTime:index
+        })
+    }
+
+    getOrgCodeUrl(e) {
+        this.setState({ orgCodeUrl: e });
+    }
+
+    componentDidMount() {
+        if(!this.props.userDetaile){
+            this.addIdS();
+        };
+        this.rolesList();
+        this.departmentList();
+
+        if(this.props.userDetaile && this.props.aid){
+            this.loaduser(this.props.aid);
+            this.rolesArrS();
+        }else{
+            this.state.name='';
+            this.state.mobile='',
+            this.state.role=[];
+            this.state.departmentId=undefined;
+            this.state.mobile='';
+            this.state.duty=undefined;
+            this.state.position=undefined;
+            this.state.station=undefined;
+            this.state.contactMobile='';
+            this.state.email='';
+            this.state.superiorId='';
+            this.state.superior='';
+            this.state.district=[];
+            this.state.orgCodeUrl=[];
+            this.state.id='';
+            this.state.entryTime=undefined;
+        }
+    }
+
+    componentWillMount(e){
+        const cityArrs=[];
+        cityArr.map(function (item) {
+            cityArrs.push(
+                <Select.Option key={item.value}>{item.key}</Select.Option>
+            )
+        });
+        this.state.cityOption=cityArrs;
+    }
+
+    rolesList() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/roles",
+            data: {},
+            success: function (data) {
+                let thedata = data.data;
+                let theArr = [];
+                if (!thedata) {
+                    if (data.error && data.error.length) {
+                        message.warning(data.error[0].message);
+                    }
+                    ;
+                    thedata = {};
+                } else {
+                    thedata.map(function (item, index) {
+                        theArr.push({
+                            key: index,
+                            roleName: item.roleName,
+                            id: item.id,
+                        })
+                    })
+                }
+                this.setState({
+                    roleArr: theArr,
+                })
+            }.bind(this),
+        }).always(function () {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    }
+    //部门
+    departmentList() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/organization/selectSuperId",
+            data: {
+
+            },
+            success: function(data) {
+                let thedata = data.data;
+                let theArr = [];
+                if(!thedata) {
+                    if(data.error && data.error.length) {
+                        message.warning(data.error[0].message);
+                    };
+                } else {
+                    thedata.map(function(item, index) {
+                        theArr.push({
+                            key: index,
+                            name: item.name,
+                            id: item.id,
+                            depNo: item.depNo
+                        })
+                    })
+                }
+                this.setState({
+                    departmentArr: theArr,
+                })
+            }.bind(this),
+        }).always(function() {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    }
+
+    render() {
+        const FormItem = Form.Item
+        const formItemLayout = {
+            labelCol: { span: 8 },
+            wrapperCol: { span: 14 },
+        };
+        const dataSources=this.state.customerArr || [];
+        const options = dataSources.map((group,index) =>
+            <Select.Option key={index} value={group.name}>{group.name}</Select.Option>
+        )
+        return (
+            <div>
+                    <h2
+                        style={{
+                            textAlign: "center",
+                            paddingBottom: 10,
+                            marginBottom: 10,
+                        }}
+                    >
+                        {this.props.userDetaile?'修改系统账户':'同步系统账户'}
+                    </h2>
+                    <Form layout="horizontal" onSubmit={this.handleSubmit} id="demand-form">
+                        <Spin spinning={this.state.loading}>
+                            <div className="clearfix">
+                                <FormItem
+                                    labelCol={{ span: 4 }}
+                                    wrapperCo={{ span: 14 }}
+                                    label="用户角色"
+                                >
+                                    <Select
+                                        mode="tags"
+                                        tokenSeparators={[',']}
+                                        placeholder="选择用户角色"
+                                        value={this.state.role}
+                                        style={{width:'200px'}}
+                                        onChange={(e)=>{
+                                            this.setState({
+                                                role:e
+                                            })
+                                        }} >
+                                        {
+                                            this.state.roleArr.map(function (item) {
+                                                return <Select.Option key={item.id} >{item.roleName}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                    <span className="mandatory">*</span>
+                                    <span style={{color:'red',padding:'0 15px'}}>存在多个角色</span>
+                                    {this.props.userDetaile?
+                                        <Popconfirm
+                                            title={"用户 [ " + this.props.name + " ] 的密码将会重置为123456,确认操作?"}
+                                            onConfirm={this.resetPwd}
+                                            okText="确认"
+                                            cancelText="取消"
+                                            placement="topLeft">
+                                            <Button>重置密码</Button>
+                                        </Popconfirm>:''}
+                                </FormItem>
+                                {this.props.userDetaile?<FormItem className="half-item"
+                                                                  {...formItemLayout}
+                                                                  label="用户状态" >
+                                    <Select placeholder="用户状态" value={this.state.status} style={{width:'200px'}}
+                                            onChange={(e)=>{this.setState({status:e})}} >
+                                        <Select.Option value="正常" >正常</Select.Option>
+                                        <Select.Option value="注销" >注销</Select.Option>
+                                        <Select.Option value="锁定" >锁定</Select.Option>
+                                    </Select>
+                                    <span className="mandatory">*</span>
+                                </FormItem>:''}
+                                <FormItem className="half-item"
+                                          {...formItemLayout}
+                                          label="用户名" >
+                                    <Input placeholder="请输入用户名" style={{width:'200px'}} value={this.state.mobile}
+                                           onChange={(e)=>{this.setState({mobile:e.target.value})}} required="required"/>
+                                    <span className="mandatory">*</span>
+                                </FormItem>
+                                <FormItem className="half-item"
+                                          {...formItemLayout}
+                                          label="联系方式" >
+                                    <Input placeholder="请输入手机号" style={{width:'200px'}} value={this.state.contactMobile}
+                                           onChange={(e)=>{this.setState({contactMobile:e.target.value})}} />
+                                </FormItem>
+                                {window.adminData.isSuperAdmin?<FormItem className="half-item"
+                                                                         {...formItemLayout}
+                                                                         label="组织部门" >
+                                    <Select placeholder="选择组织部门"
+                                            style={{ width: 200 }}
+                                            value={this.state.departmentId}
+                                            onChange={(e) => { this.setState({ departmentId: e }) }}>
+                                        {
+                                            this.state.departmentArr.map(function (item) {
+                                                return <Select.Option key={item.id} >{item.name}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                    <span className="mandatory">*</span>
+                                </FormItem>:''}
+                                <FormItem className="half-item"
+                                          {...formItemLayout}
+                                          label="职务"
+                                >
+                                    <Select placeholder="选择职务" style={{width:'200px'}} value={this.state.duty} onChange={(e)=>{this.setState({duty:e})}}>
+                                        {
+                                            post.map(function (item) {
+                                                return <Select.Option key={item.value} >{item.key}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                </FormItem>
+                                <FormItem className="half-item"
+                                          {...formItemLayout}
+                                          label="岗位"
+                                >
+                                    <Select placeholder="选择岗位" style={{width:'200px'}} value={this.state.position} onChange={(e)=>{this.setState({position:e})}}>
+                                        {
+                                            station.map(function (item) {
+                                                return <Select.Option key={item.value} >{item.key}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                </FormItem>
+                                <FormItem className="half-item"
+                                          {...formItemLayout}
+                                          label="电子邮箱" >
+                                    <Input placeholder="请输入邮箱" style={{width:'200px'}} value={this.state.email}
+                                           onChange={(e)=>{this.setState({email:e.target.value})}} />
+                                </FormItem>
+                                <FormItem className="half-item"
+                                          {...formItemLayout}
+                                          label="上级主管"
+                                >
+                                    <AutoComplete
+                                        className="certain-category-search"
+                                        dropdownClassName="certain-category-search-dropdown"
+                                        dropdownMatchSelectWidth={false}
+                                        dropdownStyle={{ width: 200 }}
+                                        size="large"
+                                        style={{ width: '200px' }}
+                                        dataSource={options}
+                                        placeholder="输入名称"
+                                        value={this.state.superior}
+                                        onChange={this.httpChange}
+                                        filterOption={true}
+                                        onBlur={this.blurChange}
+                                        onSelect={this.selectAuto}
+                                    >
+                                        <Input/>
+                                    </AutoComplete>
+                                    <span className="mandatory">*</span>
+                                </FormItem>
+                                {this.props.userDetaile?
+                                    <FormItem className="half-item"
+                                              {...formItemLayout}
+                                              label="用户编号" >
+                                        <span>{this.state.userNo}</span>
+                                    </FormItem>
+                                    :''}
+                                <div className='clearfix'>
+                                    <FormItem className="half-item"
+                                              {...formItemLayout}
+                                              label="地区" >
+                                        <Select
+                                            multiple
+                                            style={{width:'500px'}}
+                                            placeholder="选择地区"
+                                            filterOption={(input, option) => { return option.props.children.indexOf(input) >= 0 }}
+                                            value={this.state.district}
+                                            onChange={(pids) => {
+                                                this.state.district = pids;
+                                                this.setState({
+                                                    district: this.state.district
+                                                })
+                                            }}
+                                        >
+                                            {this.state.cityOption}
+                                        </Select>
+                                    </FormItem>
+                                </div>
+                                <div className="clearfix pictures">
+                                    <FormItem
+                                        labelCol={{ span: 4 }}
+                                        wrapperCol={{ span: 18 }}
+                                        label="用户头像" >
+                                        <PicturesWall
+                                            domId={'newUser1'}
+                                            pictureSign="customer_sys_file"
+                                            fileList={this.getOrgCodeUrl}
+                                            pictureUrl={this.state.orgCodeUrl} />
+                                        <p>图片建议:要清晰。</p>
+                                    </FormItem>
+                                </div>
+                            </div>
+                            <FormItem wrapperCol={{ span: 12, offset: 4 }} style={{
+                                paddingTop: '16px',
+                                paddingLeft: '140px',
+                            }}>
+                                <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
+                            </FormItem>
+                        </Spin>
+                    </Form>
+            </div>
+        );
+    }
+}
+
+export default UserProcessing;

+ 637 - 0
js/component/manageCenter/statistics/personnel/userProfile.jsx

@@ -0,0 +1,637 @@
+import React,{Component} from "react";
+import {Button, Cascader, DatePicker, Form, Input, message, Modal, Radio, Select, Spin, Checkbox} from "antd";
+import { areaSelect, Birthplace } from "@/areaList";
+import { getProvinceList } from "@/addressList";
+import moment from "moment";
+import $ from "jquery/src/ajax";
+import UserProcessing from './userProcessing';
+
+const FormItem = Form.Item;
+
+const formItemLayout = {
+    labelCol: { span: 6 },
+    wrapperCol: { span: 16 },
+};
+
+class UserProfile extends Component{
+    constructor(props) {
+        super(props);
+        this.state={
+            loading: false,
+            doorId:'',
+            employeeId:'',
+            name:'',
+            establish: props.aid ? true : false,
+        }
+        this.verifyDoor = this.verifyDoor.bind(this);
+        this.verifyId = this.verifyId.bind(this);
+        this.addOk = this.addOk.bind(this);
+        this.editOk = this.editOk.bind(this);
+        this.editPeo = this.editPeo.bind(this);
+    }
+
+    componentDidMount() {
+        let areaArr = getProvinceList();
+        let Area = areaSelect(areaArr);
+        let Birthplaces = Birthplace(areaArr);
+        this.setState({
+            Area,
+            Birthplaces: Birthplaces,
+        });
+        if(this.props.ModalData && !this.state.isAddPeo){
+            this.editPeo();
+        }
+    }
+
+    verifyDoor() {
+        this.setState({
+            loading: true,
+        });
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/personnel/checkDoorId",
+            data: {
+                doorId: this.state.doorId,
+                id: this.props.id,
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+                    message.warning(data.error[0].message);
+                } else {
+                    message.success("此编号未被占用");
+                }
+            }.bind(this),
+        }).always(
+            function () {
+                this.setState({
+                    loading: false,
+                });
+            }.bind(this)
+        );
+    }
+
+    verifyId() {
+        this.setState({
+            loading: true,
+        });
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/personnel/checkEmployeeId",
+            data: {
+                employeeId: this.state.employeeId,
+                id: this.props.id
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+                    message.warning(data.error[0].message);
+                } else {
+                    message.success("此编号未被占用");
+                }
+            }.bind(this),
+        }).always(
+            function () {
+                this.setState({
+                    loading: false,
+                });
+            }.bind(this)
+        );
+    }
+
+    inspect(fn) {
+        if(!this.state.name){
+            message.warning('请输入姓名');
+            return;
+        }
+        if(!this.state.employeeId){
+            message.warning('请输入员工编号');
+            return;
+        }
+        if(!this.state.doorId){
+            message.warning('请输入门禁编号');
+            return;
+        }
+        if(isNaN(parseInt(this.state.sex))){
+            message.warning('请选择性别');
+            return;
+        }
+        if(!this.state.nation){
+            message.warning('请输入民族');
+            return;
+        }
+        if(!(this.state.residence) || this.state.residence.length === 0){
+            message.warning('请选择户籍地址');
+            return;
+        }
+        if((!this.state.nativePlace) || this.state.nativePlace.length === 0){
+            message.warning('请选择籍贯');
+            return;
+        }
+        if((!this.state.now) || this.state.now.length === 0){
+            message.warning('请选择现住地址');
+            return;
+        }
+        fn();
+    }
+
+    addOk(aid) {
+        this.setState({
+            loading: true,
+        });
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/personnel/add",
+            data: {
+                name: this.state.name,
+                doorId: this.state.doorId,
+                aid,
+                sex: this.state.sex,
+                nation: this.state.nation,
+                residenceProvince: this.state.residence[0],
+                residenceCity: this.state.residence[1],
+                residenceArea: this.state.residence[2],
+                residenceAddress: this.state.residenceAddress,
+                nativePlaceProvince: this.state.nativePlace[0],
+                nativePlaceCity: this.state.nativePlace[1],
+                nowProvince: this.state.now[0],
+                nowCity: this.state.now[1],
+                nowArea: this.state.now[2],
+                nowAddress: this.state.nowAddress,
+                idCard: this.state.idCard,
+                certificationAuthority: this.state.certificationAuthority,
+                marriage: this.state.marriage,
+                politicalOutlook: this.state.politicalOutlook,
+                son: this.state.son,
+                girl: this.state.girl,
+                birthdays: this.state.birthdays,
+                employeeId: this.state.employeeId,
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+                    message.warning(data.error[0].message);
+                } else {
+                    message.success("添加成功!");
+                    this.props.onCancel();
+                }
+            }.bind(this),
+        }).always(
+            function () {
+                this.setState({
+                    loading: false,
+                });
+            }.bind(this)
+        );
+    }
+
+    editOk(aid) {
+        this.setState({
+            loading: true,
+        });
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/personnel/update",
+            data: {
+                aid,
+                id: this.props.id,
+                name: this.state.name,
+                doorId: this.state.doorId,
+                sex: this.state.sex,
+                nation: this.state.nation,
+                residenceProvince: this.state.residence[0],
+                residenceCity: this.state.residence[1],
+                residenceArea: this.state.residence[2],
+                residenceAddress: this.state.residenceAddress,
+                nativePlaceProvince: this.state.nativePlace[0],
+                nativePlaceCity: this.state.nativePlace[1],
+                nowProvince: this.state.now[0],
+                nowCity: this.state.now[1],
+                nowArea: this.state.now[2],
+                nowAddress: this.state.nowAddress,
+                idCard: this.state.idCard,
+                certificationAuthority: this.state.certificationAuthority,
+                marriage: this.state.marriage,
+                politicalOutlook: this.state.politicalOutlook,
+                son: this.state.son,
+                girl: this.state.girl,
+                birthdays: this.state.birthdays,
+                employeeId: this.state.employeeId,
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+                    message.warning(data.error[0].message);
+                } else {
+                    message.success("修改成功!");
+                    this.props.onCancel();
+                }
+            }.bind(this),
+        }).always(
+            function () {
+                this.setState({
+                    loading: false,
+                });
+            }.bind(this)
+        );
+    }
+
+    editPeo() {
+        let residence = [];
+        residence[0] = this.props.ModalData.residenceProvince;
+        residence[1] = this.props.ModalData.residenceCity;
+        residence[2] = this.props.ModalData.residenceArea;
+        let nativePlace = [];
+        nativePlace[0] = this.props.ModalData.nativePlaceProvince;
+        nativePlace[1] = this.props.ModalData.nativePlaceCity;
+        let now = [];
+        now[0] = this.props.ModalData.nowProvince;
+        now[1] = this.props.ModalData.nowCity;
+        now[2] = this.props.ModalData.nowArea;
+        this.setState({
+            id: this.props.ModalData.id,
+            doorId: this.props.ModalData.doorId,
+            name: this.props.ModalData.name,
+            birthdays: this.props.ModalData.birthdays,
+            sex: this.props.ModalData.sex,
+            nation: this.props.ModalData.nation,
+            residence: residence ? residence : [],
+            residenceAddress: this.props.ModalData.residenceAddress,
+            now: now ? now : [],
+            nowAddress: this.props.ModalData.nowAddress,
+            nativePlace: nativePlace ? nativePlace : [],
+            idCard: this.props.ModalData.idCard,
+            certificationAuthority: this.props.ModalData.certificationAuthority,
+            marriage: this.props.ModalData.marriage,
+            son: this.props.ModalData.son,
+            girl: this.props.ModalData.girl,
+            politicalOutlook: this.props.ModalData.politicalOutlook || this.props.ModalData.politicalOutlook == 0
+                ? this.props.ModalData.politicalOutlook
+                : undefined,
+            employeeId: this.props.ModalData.employeeId,
+        });
+    }
+
+    render() {
+        return (
+            <Modal
+                maskClosable={false}
+                visible={this.props.visible}
+                footer={null}
+                width={800}
+                style={{ position: "relative", zIndex: 9999 }}
+                onCancel={this.props.onCancel}
+            >
+                <Spin spinning={this.state.loading}>
+                    <h2
+                        style={{
+                            textAlign: "center",
+                            paddingBottom: 10,
+                            marginBottom: 10,
+                        }}
+                    >
+                        {this.props.isAddPeo ? "新增人事档案" : "修改人事档案"}
+                    </h2>
+                    <div className="clearfix">
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="员工编号"
+                        >
+                            <Input
+                                placeholder="请输入员工编号"
+                                style={{ width: 200 }}
+                                value={this.state.employeeId}
+                                onChange={(e) => {
+                                    this.setState({
+                                        employeeId: e.target.value,
+                                    });
+                                }}
+                            />
+                            <Button
+                                disabled={!(this.state.employeeId || this.state.employeeId == 0)}
+                                style={{ position: "absolute" }}
+                                type={"primary"}
+                                onClick={this.verifyId}
+                            >
+                                验证重复
+                            </Button>
+                        </FormItem>
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="门禁编号"
+                        >
+                            <Input
+                                style={{ width: 200 }}
+                                placeholder="请输入门禁编号"
+                                value={this.state.doorId}
+                                onChange={(e) => {
+                                    this.setState({
+                                        doorId: e.target.value,
+                                    });
+                                }}
+                            />
+                            <Button
+                                disabled={!(this.state.doorId || this.state.doorId == 0)}
+                                style={{ position: "absolute" }}
+                                type={"primary"}
+                                onClick={this.verifyDoor}
+                            >
+                                验证重复
+                            </Button>
+                        </FormItem>
+                    </div>
+                    <div className="clearfix">
+                        <FormItem className="half-item" {...formItemLayout} label="姓名">
+                            <Input
+                                placeholder="请输入姓名"
+                                style={{ width: 200 }}
+                                value={this.state.name}
+                                onChange={(e) => {
+                                    this.setState({
+                                        name: e.target.value,
+                                    });
+                                }}
+                            />
+                        </FormItem>
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="出生日期"
+                        >
+                            <DatePicker
+                                value={
+                                    this.state.birthdays ? moment(this.state.birthdays) : null
+                                }
+                                onChange={(e, t) => {
+                                    this.setState({
+                                        birthdays: t,
+                                    });
+                                }}
+                            />
+                        </FormItem>
+                    </div>
+                    <div className="clearfix">
+                        <FormItem className="half-item" {...formItemLayout} label="性别">
+                            <Radio.Group
+                                onChange={(e) => {
+                                    this.setState({ sex: e.target.value });
+                                }}
+                                value={this.state.sex}
+                            >
+                                <Radio value={0}>男</Radio>
+                                <Radio value={1}>女</Radio>
+                            </Radio.Group>
+                        </FormItem>
+                        <FormItem className="half-item" {...formItemLayout} label="民族">
+                            <Input
+                                placeholder="输入民族(例:汉族)"
+                                style={{ width: 200 }}
+                                value={this.state.nation}
+                                onChange={(e) => {
+                                    this.setState({
+                                        nation: e.target.value,
+                                    });
+                                }}
+                            />
+                        </FormItem>
+                    </div>
+                    <div className="clearfix">
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="户籍地址"
+                        >
+                            <Cascader
+                                options={this.state.Area}
+                                value={this.state.residence}
+                                placeholder="选择城市"
+                                style={{ width: "200px" }}
+                                onChange={(e, pre) => {
+                                    this.setState({ residence: e });
+                                }}
+                            />
+                        </FormItem>
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="户籍街道地址"
+                        >
+                            <Input
+                                placeholder="输入街道地址"
+                                style={{ width: 200 }}
+                                value={this.state.residenceAddress}
+                                onChange={(e) => {
+                                    this.setState({
+                                        residenceAddress: e.target.value,
+                                    });
+                                }}
+                            />
+                        </FormItem>
+                    </div>
+                    <div className="clearfix">
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="现住地址"
+                        >
+                            <Cascader
+                                options={this.state.Area}
+                                value={this.state.now}
+                                placeholder="选择城市"
+                                style={{ width: "200px" }}
+                                onChange={(e, pre) => {
+                                    this.setState({ now: e });
+                                }}
+                            />
+                        </FormItem>
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="现住街道地址"
+                        >
+                            <Input
+                                placeholder="输入街道地址"
+                                style={{ width: 200 }}
+                                value={this.state.nowAddress}
+                                onChange={(e) => {
+                                    this.setState({
+                                        nowAddress: e.target.value,
+                                    });
+                                }}
+                            />
+                        </FormItem>
+                    </div>
+                    <div className="clearfix">
+                        <FormItem className="half-item" {...formItemLayout} label="籍贯">
+                            <Cascader
+                                options={this.state.Birthplaces}
+                                value={this.state.nativePlace}
+                                placeholder="选择籍贯"
+                                style={{ width: "200px" }}
+                                onChange={(e, pre) => {
+                                    this.setState({ nativePlace: e });
+                                }}
+                            />
+                        </FormItem>
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="身份证"
+                        >
+                            <Input
+                                placeholder="输入身份证信息"
+                                style={{ width: 200 }}
+                                value={this.state.idCard}
+                                onChange={(e) => {
+                                    this.setState({
+                                        idCard: e.target.value,
+                                    });
+                                }}
+                            />
+                        </FormItem>
+                    </div>
+                    <div className="clearfix">
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="身份证领证机关"
+                        >
+                            <Input
+                                placeholder="输入机关名称"
+                                style={{ width: 200 }}
+                                value={this.state.certificationAuthority}
+                                onChange={(e) => {
+                                    // let reg = /^[1-9]\d{5}(18|19|20|(3\d))\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/;
+                                    this.setState({
+                                        certificationAuthority: e.target.value,
+                                    });
+                                }}
+                            />
+                            {/* <span style={{ color: "red", marginLeft: "15px" }}>*</span> */}
+                        </FormItem>
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="婚姻状态"
+                        >
+                            <Radio.Group
+                                onChange={(e) => {
+                                    this.setState({ marriage: e.target.value });
+                                }}
+                                value={this.state.marriage}
+                            >
+                                <Radio value={0}>未婚</Radio>
+                                <Radio value={1}>已婚</Radio>
+                                <Radio value={2}>离异</Radio>
+                            </Radio.Group>
+                        </FormItem>
+                    </div>
+                    <div className="clearfix">
+                        <FormItem
+                            className="half-item"
+                            labelCol={{ span: 6 }}
+                            wrapperCol={{ span: 30 }}
+                            label="子女数量"
+                        >
+                            <span>儿子:</span>
+                            <Input
+                                placeholder="输入数量"
+                                style={{ width: 80 }}
+                                type={"number"}
+                                value={this.state.son}
+                                onChange={(e) => {
+                                    this.setState({
+                                        son: e.target.value,
+                                    });
+                                }}
+                            />
+                            <span style={{ marginLeft: 10 }}>女儿:</span>
+                            <Input
+                                placeholder="输入数量"
+                                style={{ width: 80 }}
+                                type={"number"}
+                                value={this.state.girl}
+                                onChange={(e) => {
+                                    this.setState({
+                                        girl: e.target.value,
+                                    });
+                                }}
+                            />
+                        </FormItem>
+                        <FormItem
+                            className="half-item"
+                            {...formItemLayout}
+                            label="政治面貌"
+                        >
+                            <Select
+                                placeholder="请选择政治面貌"
+                                style={{ width: 200 }}
+                                onChange={(e) => {
+                                    this.setState({ politicalOutlook: e });
+                                }}
+                                value={this.state.politicalOutlook}
+                            >
+                                <Select.Option value={0}>群众</Select.Option>
+                                <Select.Option value={1}>中共预备党员</Select.Option>
+                                <Select.Option value={2}>中共党员</Select.Option>
+                                <Select.Option value={3}>致公党党员</Select.Option>
+                            </Select>
+                        </FormItem>
+                    </div>
+                    <Checkbox
+                        style={{
+                            paddingLeft: '34px',
+                            paddingTop: '10px',
+                        }}
+                        checked={this.state.establish}
+                        onChange={
+                            (e) => {
+                              this.setState({
+                                  establish: e.target.checked
+                            });
+                        }}>
+                        是否同步创建系统账户
+                    </Checkbox>
+                    {!this.state.establish  ? <Button
+                        type="primary"
+                        shape="round"
+                        size="large"
+                        style={{
+                            position: "relative",
+                            left: "24%",
+                            top: '10px',
+                            transform: "translateX(-50%)",
+                        }}
+                        onClick={this.props.isAddPeo ? ()=>{this.inspect(this.addOk)} : ()=>{this.inspect(this.editOk)}}
+                    >
+                        保存
+                    </Button> : null}
+                    {this.state.establish ? <div>
+                        <div>----------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
+                        <UserProcessing
+                            userDetaile={this.props.aid}
+                            name={this.state.name}
+                            aid={this.props.aid}
+                            inspect={(v)=>{this.inspect(v)}}
+                            onPreservation={(aid)=>{
+                                if(this.props.isAddPeo){
+                                    this.addOk(aid);
+                                }else{
+                                    this.editOk(aid);
+                                }
+                            }}
+                        />
+                    </div> : null}
+                </Spin>
+            </Modal>
+        )
+    }
+}
+
+export default UserProfile;