| xqd
@@ -1,145 +1,57 @@
|
|
|
-<ion-view view-title="申请资料">
|
|
|
+<ion-view view-title="身份信息">
|
|
|
<ion-content>
|
|
|
<div class="list">
|
|
|
<div class="item item-divider">
|
|
|
- 个人信息
|
|
|
+ 请如实填写
|
|
|
</div>
|
|
|
<a class="item">
|
|
|
<em class="fl">手机号</em>
|
|
|
- <span style="float:right">15928676789</span>
|
|
|
+ <span style="float:right">{{user.mobile}}</span>
|
|
|
</a>
|
|
|
<label class="item item-input ">
|
|
|
- <span class="input-label">姓名</span>
|
|
|
- <input style="text-align:right" ng-model="data.Name" type="text" placeholder="真实姓名">
|
|
|
+ <span class="input-label">姓名<span class="mustfill">*</span></span>
|
|
|
+ <input style="text-align:right" ng-model="vm.Name" type="text" placeholder="真实姓名">
|
|
|
</label>
|
|
|
<label class="item item-input">
|
|
|
- <span class="input-label">身份证号</span>
|
|
|
- <input style="text-align:right" ng-model="data.IDCard" type="text" placeholder="身份证号">
|
|
|
+ <span class="input-label">身份证号<span class="mustfill">*</span></span>
|
|
|
+ <input style="text-align:right" ng-model="vm.IDCard" type="text" placeholder="身份证号">
|
|
|
</label>
|
|
|
- <a class="item item-avatar-right item-arrow-no" ng-click="setAvator()">
|
|
|
- <img />
|
|
|
- <h2>上传证件照</h2>
|
|
|
- <p>证件号:{{data.IDCard}}</p>
|
|
|
+ <a class="item item-avatar-right item-arrow-no" ng-click="setAvator(1)">
|
|
|
+ <img ng-src="vm.CardImgFront"/>
|
|
|
+ <h2>上传照片<span class="mustfill">*</span></h2>
|
|
|
+ <p>证件照正面</p>
|
|
|
+ </a>
|
|
|
+ <a class="item item-avatar-right item-arrow-no" ng-click="setAvator(2)">
|
|
|
+ <img ng-src="vm.CardImgBack" />
|
|
|
+ <h2>上传照片<span class="mustfill">*</span></h2>
|
|
|
+ <p>证件照反面</p>
|
|
|
+ </a>
|
|
|
+ <a class="item item-avatar-right item-arrow-no" ng-click="setAvator(3)">
|
|
|
+ <img ng-src="vm.CardImgSelf" />
|
|
|
+ <h2>上传照片<span class="mustfill">*</span></h2>
|
|
|
+ <p>自拍照</p>
|
|
|
</a>
|
|
|
<label class="item item-input item-select item-select-width">
|
|
|
<span class="input-label">
|
|
|
性别
|
|
|
</span>
|
|
|
- <select ng-model="data.Gender" ng-options="x.value as x.name for x in genderOpt"></select>
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">现居城市</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="现居城市">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">详细地址</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="详细地址">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">居住时长</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="居住时长">
|
|
|
- </label>
|
|
|
- <div class="item item-divider">
|
|
|
- 工作情况
|
|
|
- </div>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">从事行业</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="从事行业">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">工作岗位</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="工作岗位">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">单位名称</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="单位名称">
|
|
|
+ <select ng-model="vm.Sex" ng-options="x.value as x.name for x in genderOpt"></select>
|
|
|
</label>
|
|
|
<label class="item item-input ">
|
|
|
- <span class="input-label">单位所在地</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="单位所在地">
|
|
|
+ <span class="input-label">现居城市<span class="mustfill">*</span></span>
|
|
|
+ <input style="text-align:right" ng-model="vm.City" type="text" placeholder="现居城市">
|
|
|
</label>
|
|
|
<label class="item item-input ">
|
|
|
- <span class="input-label">详细地址</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="详细地址">
|
|
|
+ <span class="input-label">详细地址<span class="mustfill">*</span></span>
|
|
|
+ <input style="text-align:right" type="text" ng-model="vm.HomeAddress" placeholder="详细地址">
|
|
|
</label>
|
|
|
<label class="item item-input ">
|
|
|
- <span class="input-label">单位电话</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="单位电话">
|
|
|
- </label>
|
|
|
- <div class="item item-divider">
|
|
|
- 紧急联系人
|
|
|
- </div>
|
|
|
- <label class="item item-input item-select item-select-width">
|
|
|
- <span class="input-label">
|
|
|
- 关系
|
|
|
- </span>
|
|
|
- <select ng-model="data.Gender" ng-options="x.value as x.name for x in relationshipOpt"></select>
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">姓名</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="姓名">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">电话</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="电话">
|
|
|
- </label>
|
|
|
- <div class="item item-divider">
|
|
|
- 绑定银行卡<span style="font-size:14px">(填写您本人名下的银行借记卡)</span>
|
|
|
- </div>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">银行卡号</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="银行卡号">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">所属银行</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="所属银行">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">开户行所在地</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="开户行所在地">
|
|
|
- </label>
|
|
|
- <label class="item item-input ">
|
|
|
- <span class="input-label">预留手机</span>
|
|
|
- <input style="text-align:right" type="text" placeholder="开户行所在地">
|
|
|
+ <span class="input-label">居住时长</span>
|
|
|
+ <input style="text-align:right" type="text" placeholder="居住时长">
|
|
|
</label>
|
|
|
<div class="padding">
|
|
|
- <button type="button" ng-click="save()" class="button button-full button-positive">提交申请</button>
|
|
|
+ <button type="button" ng-click="save()" class="button button-full button-positive">提交</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</ion-content>
|
|
|
- <script id="chooseLivingConditions.html" type="text/ng-template">
|
|
|
- <ion-modal-view>
|
|
|
- <ion-header-bar>
|
|
|
- <h1 class="title">居住情况</h1>
|
|
|
- <div class="buttons">
|
|
|
- <button class="button" ng-click="closeLivingConditions()">确认</button>
|
|
|
- </div>
|
|
|
- </ion-header-bar>
|
|
|
- <ion-content>
|
|
|
- <div class="list">
|
|
|
- <ion-checkbox ng-repeat="condition in LivingConditions"
|
|
|
- ng-model="condition.check">{{ condition.Text }}</ion-checkbox>
|
|
|
-
|
|
|
- </div>
|
|
|
- </ion-content>
|
|
|
- </ion-modal-view>
|
|
|
- </script>
|
|
|
-
|
|
|
- <script id="chooseMedicalInsurance.html" type="text/ng-template">
|
|
|
- <ion-modal-view>
|
|
|
- <ion-header-bar>
|
|
|
- <h1 class="title">医保类型</h1>
|
|
|
- <div class="buttons">
|
|
|
- <button class="button" ng-click="closeMedicalInsurance()">确认</button>
|
|
|
- </div>
|
|
|
- </ion-header-bar>
|
|
|
- <ion-content>
|
|
|
- <div class="list">
|
|
|
- <ion-checkbox ng-repeat="condition in MedicalInsurance"
|
|
|
- ng-model="condition.check">{{ condition.Text }}</ion-checkbox>
|
|
|
-
|
|
|
- </div>
|
|
|
- </ion-content>
|
|
|
- </ion-modal-view>
|
|
|
- </script>
|
|
|
</ion-view>
|