Browse Source

#unhide document section

Ime-london-webcore
Leeza Baidar 10 months ago
parent
commit
96de1b68d3
  1. 10
      Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx

10
Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx

@ -61,6 +61,11 @@
$("#txtMembershipId").focus();
$("#divreg_front_id").show();
$("#divreg_back_id").show();
$("#divAdditional_id").show();
$("#divAdditional_id2").show();
$("#uploadFrontIdDiv").hide();
$("#uploadBackIdDiv").hide();
$("#uploadAdditionalIdDiv").hide();
@ -314,6 +319,7 @@
}
function LoadcustomerData() {
debugger
var eid = $('#<%=hdnCustomerId.ClientID%>').val();
dataToSend = { MethodName: 'GetCustomerDetails', Id: eid };
$.post('', dataToSend, function (response) {
@ -329,7 +335,7 @@
}
function PopulateImage(undoId, isCropped) {
// debugger;
debugger;
var dataToSend = {
MethodName: "GetImageUrl",
customerId: $('#<%=hdnCustomerId.ClientID%>').val(),
@ -1490,7 +1496,7 @@
<div class="panel panel-default clearfix m-b-20">
<div class="panel-heading">Document Information</div>
<div class="panel-body">
<div class="col-md-6">
<div class="col-md-6" id="divreg_front_id" >
<div class="form-group">
<label id="lblreg_front_id">
<asp:Localize runat="server" meta:resourcekey="Register_040" Text="ID Front"></asp:Localize></label>

Loading…
Cancel
Save