| Line 82... |
Line 82... |
| 82 |
#if ($action.isDocumentVerified())
|
82 |
#if ($action.isDocumentVerified())
|
| 83 |
<span style="margin-right:10px;">Retailer verified!</span>
|
83 |
<span style="margin-right:10px;">Retailer verified!</span>
|
| 84 |
<span style="margin-right:10px;">GST No - $action.getGstin()</span>
|
84 |
<span style="margin-right:10px;">GST No - $action.getGstin()</span>
|
| 85 |
#else
|
85 |
#else
|
| 86 |
<span style="margin-right:10px;">GST No - </span>
|
86 |
<span style="margin-right:10px;">GST No - </span>
|
| 87 |
<span><input type="text name="gstin" id="gstin"></span>
|
87 |
<span><input type="text name="gstin" id="gstin" value="$gstin" onClick=""></span>
|
| 88 |
<br>
|
88 |
<br>
|
| 89 |
<span style="margin-right: 10px;font-weight:bold;color:green;">Address Details</span>
|
- |
|
| 90 |
<br><br>
|
- |
|
| 91 |
<input type="button" id="verifyDoc" value="Verify Retailer" onclick="verifyDoc($action.getUserId())"/>
|
89 |
<input type="button" id="verifyDoc" value="Verify Retailer" onclick="verifyDoc($action.getUserId())"/>
|
| 92 |
<br><br>
|
- |
|
| 93 |
<span style="margin-right:10px;">Line 1</span>
|
- |
|
| 94 |
<span><input type="text name="line1" value="$primaryAddress.getLine1()" id="line1"></span>
|
- |
|
| 95 |
<br>
|
- |
|
| 96 |
<span style="margin-right:10px;">Line 2</span>
|
- |
|
| 97 |
<span><input type="text name="line2" value="$primaryAddress.getLine2()" id="line2"></span>
|
- |
|
| 98 |
<br>
|
- |
|
| 99 |
<span style="margin-right:10px;">City</span>
|
- |
|
| 100 |
<span><input type="text name="city" value="$primaryAddress.getCity()" id="city"></span>
|
- |
|
| 101 |
<br>
|
- |
|
| 102 |
<span style="margin-right:10px;">Pin Code</span>
|
- |
|
| 103 |
<span><input type="text name="pinCode" value="$primaryAddress.getPin()" id="pinCode"></span>
|
- |
|
| 104 |
<br>
|
- |
|
| 105 |
<span style="margin-right:10px;">State</span>
|
- |
|
| 106 |
<span><input type="text name="state" value="$action.getPrimaryAddress().getState()" id="state"></span>
|
- |
|
| 107 |
<br><br>
|
- |
|
| 108 |
<input type="button" class="update-address" id="updateAddress" value="Update Address" onclick="updateAddress($action.getUserId())"/>
|
- |
|
| 109 |
#end
|
90 |
#end
|
| - |
|
91 |
<br><br>
|
| - |
|
92 |
<span style="margin-right: 10px;font-weight:bold;color:green;">Address Details</span>
|
| - |
|
93 |
<br><br>
|
| - |
|
94 |
<span style="margin-right:10px;">Line 1</span>
|
| - |
|
95 |
<span><input type="text name="line1" value="$primaryAddress.getLine1()" id="line1"></span>
|
| - |
|
96 |
<br>
|
| - |
|
97 |
<span style="margin-right:10px;">Line 2</span>
|
| - |
|
98 |
<span><input type="text name="line2" value="$primaryAddress.getLine2()" id="line2"></span>
|
| - |
|
99 |
<br>
|
| - |
|
100 |
<span style="margin-right:10px;">City</span>
|
| - |
|
101 |
<span><input type="text name="city" value="$primaryAddress.getCity()" id="city"></span>
|
| - |
|
102 |
<br>
|
| - |
|
103 |
<span style="margin-right:10px;">Pin Code</span>
|
| - |
|
104 |
<span><input type="text name="pinCode" value="$primaryAddress.getPin()" id="pinCode"></span>
|
| - |
|
105 |
<br>
|
| - |
|
106 |
<span style="margin-right:10px;">State</span>
|
| - |
|
107 |
<span><input type="text name="state" value="$action.getPrimaryAddress().getState()" id="state"></span>
|
| - |
|
108 |
<br><br>
|
| - |
|
109 |
<input type="button" class="update-address" id="updateAddress" value="Update Address" onclick="updateAddress($action.getUserId())"/>
|
| 110 |
#else
|
110 |
#else
|
| 111 |
<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
|
111 |
<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
|
| 112 |
<br><br>
|
112 |
<br><br>
|
| 113 |
<span style="margin-right: 10px;">Activate User : </span>
|
113 |
<span style="margin-right: 10px;">Activate User : </span>
|
| 114 |
<input type="button" class="change-private-deal-user-status" userId="$customerId" active="true" value="Update">
|
114 |
<input type="button" class="change-private-deal-user-status" userId="$customerId" active="true" value="Update">
|