|
@@ -107,7 +107,7 @@
|
|
<i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回姓名'{$info.rs.I010902.data.list.0.NAME}'"></i>
|
|
<i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回姓名'{$info.rs.I010902.data.list.0.NAME}'"></i>
|
|
{/eq}
|
|
{/eq}
|
|
{/case}
|
|
{/case}
|
|
- {default /}<i class="fa fa-exclamation" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: yellow" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
{/switch}
|
|
{/switch}
|
|
</label>
|
|
</label>
|
|
<input type="text" class="form-control" id="name" value="{$info.name}"/>
|
|
<input type="text" class="form-control" id="name" value="{$info.name}"/>
|
|
@@ -126,6 +126,7 @@
|
|
<i class="fa fa-times" style="color: red" data-msg="数据初步判断不一不致,接口返回民族'{$info.rs.I010902.data.list.0.NATION}'"></i>
|
|
<i class="fa fa-times" style="color: red" data-msg="数据初步判断不一不致,接口返回民族'{$info.rs.I010902.data.list.0.NATION}'"></i>
|
|
{/if}
|
|
{/if}
|
|
{/case}
|
|
{/case}
|
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: yellow" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
{/switch}
|
|
{/switch}
|
|
</label>
|
|
</label>
|
|
<input class="form-control" value="{$info.nationName}" id="nation"/>
|
|
<input class="form-control" value="{$info.nationName}" id="nation"/>
|
|
@@ -172,7 +173,7 @@
|
|
<i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回性别'{$info.rs.I010902.data.list.0.GENDER_CN}'"></i>
|
|
<i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回性别'{$info.rs.I010902.data.list.0.GENDER_CN}'"></i>
|
|
{/if}
|
|
{/if}
|
|
{/case}
|
|
{/case}
|
|
- {default /}<i class="fa fa-exclamation" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: yellow" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
{/switch}
|
|
{/switch}
|
|
</label>
|
|
</label>
|
|
<input type="text" class="form-control" value="{eq name='info.sex' value='1'}男{else/}女{/eq}" readonly disabled id="sex"/>
|
|
<input type="text" class="form-control" value="{eq name='info.sex' value='1'}男{else/}女{/eq}" readonly disabled id="sex"/>
|
|
@@ -191,7 +192,7 @@
|
|
<i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回出生日期'{$info.rs.I010902.data.list.0.DOB}'"></i>
|
|
<i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回出生日期'{$info.rs.I010902.data.list.0.DOB}'"></i>
|
|
{/eq}
|
|
{/eq}
|
|
{/case}
|
|
{/case}
|
|
- {default /}<i class="fa fa-exclamation" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: yellow" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
{/switch}
|
|
{/switch}
|
|
</label>
|
|
</label>
|
|
<input type="text" class="form-control" value="{$info.birthday}" readonly disabled id="birthday"/>
|
|
<input type="text" class="form-control" value="{$info.birthday}" readonly disabled id="birthday"/>
|
|
@@ -215,7 +216,10 @@
|
|
<tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
<div class="rowGroup">
|
|
<div class="rowGroup">
|
|
- <label class=" control-label spacing"><span style="color: red">*</span>籍贯</label>
|
|
|
|
|
|
+ <label class=" control-label spacing"><span style="color: red">*</span>
|
|
|
|
+ 籍贯
|
|
|
|
+
|
|
|
|
+ </label>
|
|
<input class="form-control" value="{$info.provinceName}{$info.cityName}{$info.countyName}" id="province"/>
|
|
<input class="form-control" value="{$info.provinceName}{$info.cityName}{$info.countyName}" id="province"/>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|