|
@@ -495,6 +495,7 @@ function queryUserInfoByCardNo() {
|
|
|
$('#nationality').selectpicker('refresh');
|
|
|
$('#nation').selectpicker('val', resAp.data.nationCode);
|
|
|
$('#nation').selectpicker('refresh');
|
|
|
+ $("#nationToUpload").val($('#nation option:selected').text());
|
|
|
$("#idCard").val(resAp.data.socialNo);
|
|
|
$("#idCard").attr("title", resAp.data.socialNo);
|
|
|
$("#idCard").blur();
|
|
@@ -835,6 +836,7 @@ function initNationSelect() {
|
|
|
$('#nation').selectpicker('destroy').selectpicker('refresh');
|
|
|
$('#nation').selectpicker('val', 'HA');
|
|
|
$('#nation').selectpicker('refresh');
|
|
|
+ $("#nationToUpload").val($('#nation option:selected').text());
|
|
|
}
|
|
|
});
|
|
|
}
|