editinfo.wxml 12.6 KB
<!--pages/main//editinfo/editinfo.wxml-->
<view class='page'>
  <form bindsubmit='formBindSubmit'>

   <!-- 成员关系 -->
    <view class='head_wrap'>
      <text class='head_text_wrap1'>成员关系</text>
      <image class='head_image_wrap' src='/images/arrow_down.png' bindtap=''></image>
    </view>
<view class='data_list'>
      <view class='data_item'>
      <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>姓名</text>
          <input class='input_wrap float_right' placeholder='请填写姓名'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>关系</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'>请选择关系</text>
        </view>
        <view class="divide_line"></view>
       </view> </view>

    <!-- 基本信息 -->
    <view class='head_wrap'>
      <text class='head_text_wrap1'>基本信息</text>
      <text class='head_text_wrap2'>(点击收起非必填选项)</text>
      <image class='head_image_wrap' src='/images/arrow_down.png' bindtap=''></image>
    </view>

    <view class='data_list'>
      <view class='data_item'>
        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>姓名</text>
          <input class='input_wrap float_right' placeholder='请填写姓名'></input>
        </view>
        <view class="divide_line"></view>

        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>国籍(地区)</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>

        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>纳税人状态</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'>在职</text>
        </view>
        <view class="divide_line"></view>

        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>证照类型</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'>居民身份证</text>
        </view>
        <view class="divide_line"></view>

        <view class='item_body' bindtap='getIdInfo'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>证照号码</text>
          <image class='image_camera float_right' src='/images/camera.png'></image>
          <text class='text_333_28 float_right'>74385949574684868496</text>
        </view>
        <view class="divide_line"></view>

        <view class='item_body'>
          <text class='head_red_star float_left'>*</text>
          <text class='text_black_28 float_left'>是否境外人员</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'>否</text>
        </view>
        <view class="divide_line"></view>
        <!-- 非必填部分 -->
        <view hidden='{{false}}'>
          <view class='item_body'>
            <text class='text_666_28 float_left'>性别</text>
            <image class='arrow_wrap' src='/images/arrow_right.png'></image>
            <text class='text_333_28 float_right'>男</text>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>出生年月</text>
            <image class='arrow_wrap' src='/images/arrow_right.png'></image>
            <text class='text_333_28 float_right'></text>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>职业</text>
            <image class='arrow_wrap' src='/images/arrow_right.png'></image>
            <text class='text_333_28 float_right'>经理</text>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>学历</text>
            <image class='arrow_wrap' src='/images/arrow_right.png'></image>
            <text class='text_333_28 float_right'></text>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>纳税人识别号</text>
            <input class='input_wrap float_right'></input>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>是否残疾</text>
            <image class='arrow_wrap' src='/images/arrow_right.png'></image>
            <text class='text_333_28 float_right'></text>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>残疾证号</text>
            <input class='input_wrap float_right'></input>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>是否烈属</text>
            <image class='arrow_wrap' src='/images/arrow_right.png'></image>
            <text class='text_333_28 float_right'></text>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>烈属证号</text>
            <input class='input_wrap float_right'></input>
          </view>
          <view class="divide_line"></view>
          <view class='item_body'>
            <text class='text_666_28 float_left'>是否孤老</text>
            <image class='arrow_wrap' src='/images/arrow_right.png'></image>
            <text class='text_333_28 float_right'></text>
          </view>
        </view>
      </view>
    </view>

    <!-- 联系方式 -->
    <view class='head_wrap' style='margin-top:20rpx'>
      <text class='head_text_wrap1'>联系方式</text>
      <text class='head_text_wrap2'>(点击收起非必填选项)</text>
      <image class='head_image_wrap' src='/images/arrow_down.png' bindtap=''></image>
    </view>

    <view class='data_list'>
      <view class='data_item'>
        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>联系电话</text>
          <input class='input_wrap float_right' placeholder='请填写电话'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>联系地址</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>详细地址</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>开户银行</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>银行账号</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>电子邮箱</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>居住地</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>详细地址</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>户籍所在地</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>详细地址</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>
      </view>
    </view>

    <!-- 任职雇佣信息 -->
    <view class='head_wrap' style='margin-top:20rpx'>
      <text class='head_text_wrap1'>任职雇佣信息</text>
      <text class='head_text_wrap2'>(点击收起非必填选项)</text>
      <image class='head_image_wrap' src='/images/arrow_down.png' bindtap=''></image>
    </view>

    <view class='data_list'>
      <view class='data_item'>
        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>是否股东、投资者</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'>是</text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
          <text class='text_black_28 float_left'>是否特定行业</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>是否雇员</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>公司股本总额</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>在职受雇日期</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>离职日期</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>工号</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>是否天使投资个人</text>
          <image class='arrow_wrap' src='/images/arrow_right.png'></image>
          <text class='text_333_28 float_right'></text>
        </view>
        <view class="divide_line"></view>
        <view class='item_body'>
          <text class='text_666_28 float_left'>个人投资总额</text>
          <input class='input_wrap float_right'></input>
        </view>
        <view class="divide_line"></view>

        <view style='width:100%'>
          <text class='text_666_28 float_left'>备注</text>
          <input class='extra_input' value='利用人力资源管理信息化平台,节省人员管理成本,降低用工管控风险'></input>
        </view>
      </view>

    </view>

    <view style='background:#e8e8e8;height:150rpx'></view>

    <button class="btn_bottom" formType="submit"> 保存</button>
  </form>
</view>