| Line 1... |
Line 1... |
| 1 |
<td>$customRetailer.getPartnerId()</td>
|
1 |
<td>$customRetailer.getPartnerId()</td>
|
| 2 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$customRetailer.getCode()</td>
|
2 |
<td> $customRetailer.getCode()</td>
|
| 3 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$customRetailer.getBusinessName()</td>
|
3 |
<td> $customRetailer.getBusinessName()</td>
|
| 4 |
#set ($sdCreditRequirement = $sdCreditRequirementMap.get($customRetailer.getPartnerId()))
|
4 |
#set ($sdCreditRequirement = $sdCreditRequirementMap.get($customRetailer.getPartnerId()))
|
| 5 |
#if($sdCreditRequirement.getSecurityCheck() && $sdCreditRequirement.getSecurityCheck() != 0)
|
5 |
#if($sdCreditRequirement.getSecurityCheck() && $sdCreditRequirement.getSecurityCheck() != 0)
|
| 6 |
<td class="securityCheque docfile">
|
6 |
<td class="securityCheque docfile">
|
| 7 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
7 |
|
| 8 |
<input type="hidden" class="checkhidden" value="$sdCreditRequirement.getSecurityCheck()">
|
8 |
<input type="hidden" class="checkhidden" value="$sdCreditRequirement.getSecurityCheck()">
|
| 9 |
<input type="file" class="securitycheck" placeholder="Security Check" disabled name="securitycheck"
|
9 |
<input type="file" class="securitycheck" placeholder="Security Check" disabled name="securitycheck"
|
| 10 |
value="$sdCreditRequirement.getSecurityCheck()">
|
10 |
value="$sdCreditRequirement.getSecurityCheck()">
|
| 11 |
<a href="${rc.contextPath}/download-attachment?documentId=$sdCreditRequirement.getSecurityCheck()" class="download">Download Doc</a>
|
11 |
<a href="${rc.contextPath}/download-attachment?documentId=$sdCreditRequirement.getSecurityCheck()" class="download">Download Doc</a>
|
| 12 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
12 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 13 |
|
13 |
|
| 14 |
</td>
|
14 |
</td>
|
| 15 |
#else
|
15 |
#else
|
| 16 |
<td class="securityCheque docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
16 |
<td class="securityCheque docfile">
|
| 17 |
<input type="hidden">
|
17 |
<input type="hidden">
|
| 18 |
<input type="file" class="securitycheck" id="securitycheck" placeholder="Security Check" disabled name="securitycheck">
|
18 |
<input type="file" class="securitycheck" id="securitycheck" placeholder="Security Check" disabled name="securitycheck">
|
| 19 |
</td>
|
19 |
</td>
|
| 20 |
#end
|
20 |
#end
|
| 21 |
|
21 |
|
| Line 23... |
Line 23... |
| 23 |
<td> $sdCreditRequirement.getSuggestedLimit().setScale(2,$ru)</td>
|
23 |
<td> $sdCreditRequirement.getSuggestedLimit().setScale(2,$ru)</td>
|
| 24 |
#else
|
24 |
#else
|
| 25 |
<td>-</td>
|
25 |
<td>-</td>
|
| 26 |
#end
|
26 |
#end
|
| 27 |
#if($sdCreditRequirement.getLimit() && $sdCreditRequirement.getLimit() != "")
|
27 |
#if($sdCreditRequirement.getLimit() && $sdCreditRequirement.getLimit() != "")
|
| 28 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Limit" value="$sdCreditRequirement.getLimit().setScale(2,$ru)" name="limit"
|
28 |
<td> <input type="text" placeholder="Limit" value="$sdCreditRequirement.getLimit().setScale(2,$ru)" name="limit"
|
| 29 |
disabled></td>
|
29 |
disabled></td>
|
| 30 |
#else
|
30 |
#else
|
| 31 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Limit" name="limit" disabled></td>
|
31 |
<td><input type="text" placeholder="Limit" name="limit" disabled></td>
|
| 32 |
#end
|
32 |
#end
|
| 33 |
|
33 |
|
| 34 |
|
34 |
|
| 35 |
#if($sdCreditRequirement.getUtilizedAmount() && $sdCreditRequirement.getUtilizedAmount() != "")
|
35 |
#if($sdCreditRequirement.getUtilizedAmount() && $sdCreditRequirement.getUtilizedAmount() != "")
|
| 36 |
<td> $sdCreditRequirement.getUtilizedAmount().setScale(2,$ru)</td>
|
36 |
<td> $sdCreditRequirement.getUtilizedAmount().setScale(2,$ru)</td>
|
| Line 45... |
Line 45... |
| 45 |
<td>-</td>
|
45 |
<td>-</td>
|
| 46 |
#end
|
46 |
#end
|
| 47 |
|
47 |
|
| 48 |
|
48 |
|
| 49 |
#if($sdCreditRequirement.getInterestRate() && $sdCreditRequirement.getInterestRate() != "")
|
49 |
#if($sdCreditRequirement.getInterestRate() && $sdCreditRequirement.getInterestRate() != "")
|
| 50 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Interest Rate" value="$sdCreditRequirement.getInterestRate().setScale(2,$ru)" name="interestRate"
|
50 |
<td> <input type="text" placeholder="Interest Rate" value="$sdCreditRequirement.getInterestRate().setScale(2,$ru)" name="interestRate"
|
| 51 |
disabled></td>
|
51 |
disabled></td>
|
| 52 |
#else
|
52 |
#else
|
| 53 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Interest Rate" name="interestRate" disabled></td>
|
53 |
<td><input type="text" placeholder="Interest Rate" name="interestRate" disabled></td>
|
| 54 |
#end
|
54 |
#end
|
| 55 |
|
55 |
|
| 56 |
|
56 |
|
| 57 |
#if($sdCreditRequirement.getFreeDays() && $sdCreditRequirement.getFreeDays() != "")
|
57 |
#if($sdCreditRequirement.getFreeDays() && $sdCreditRequirement.getFreeDays() != "")
|
| 58 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Free Days" value="$sdCreditRequirement.getFreeDays()" name="freeDays"
|
58 |
<td><input type="text" placeholder="Free Days" value="$sdCreditRequirement.getFreeDays()" name="freeDays"
|
| 59 |
disabled></td>
|
59 |
disabled></td>
|
| 60 |
#else
|
60 |
#else
|
| 61 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Free Days" name="freeDays" disabled></td>
|
61 |
<td><input type="text" placeholder="Free Days" name="freeDays" disabled></td>
|
| 62 |
#end
|
62 |
#end
|
| 63 |
|
63 |
|
| 64 |
|
64 |
|
| 65 |
#if($sdCreditRequirement.getCreditDays() && $sdCreditRequirement.getCreditDays() != "")
|
65 |
#if($sdCreditRequirement.getCreditDays() && $sdCreditRequirement.getCreditDays() != "")
|
| 66 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Credit Days" value="$sdCreditRequirement.getCreditDays()" name="creditDays"
|
66 |
<td> <input type="text" placeholder="Credit Days" value="$sdCreditRequirement.getCreditDays()" name="creditDays"
|
| 67 |
disabled></td>
|
67 |
disabled></td>
|
| 68 |
#else
|
68 |
#else
|
| 69 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Credit Days" name="creditDays" disabled></td>
|
69 |
<td><input type="text" placeholder="Credit Days" name="creditDays" disabled></td>
|
| 70 |
#end
|
70 |
#end
|
| 71 |
|
71 |
|
| 72 |
#if($sdCreditRequirement.getRisk() && $sdCreditRequirement.getRisk() != "")
|
72 |
#if($sdCreditRequirement.getRisk() && $sdCreditRequirement.getRisk() != "")
|
| 73 |
|
73 |
|
| 74 |
#if($sdCreditRequirement.getRisk() == "HIGH_RISK")
|
74 |
#if($sdCreditRequirement.getRisk() == "HIGH_RISK")
|
| 75 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:red"></i>$sdCreditRequirement.getRisk()</td>
|
75 |
<td style="background:red"> $sdCreditRequirement.getRisk()</td>
|
| 76 |
#elseif($sdCreditRequirement.getRisk() == "LOW_RISK")
|
76 |
#elseif($sdCreditRequirement.getRisk() == "LOW_RISK")
|
| 77 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:Yellow"></i>$sdCreditRequirement.getRisk()</td>
|
77 |
<td style="background:Yellow"> $sdCreditRequirement.getRisk()</td>
|
| 78 |
|
78 |
|
| 79 |
#else
|
79 |
#else
|
| 80 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$sdCreditRequirement.getRisk()</td>
|
80 |
<td style="background:green">$sdCreditRequirement.getRisk()</td>
|
| 81 |
|
81 |
|
| 82 |
#end
|
82 |
#end
|
| 83 |
#else
|
83 |
#else
|
| 84 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i></td>
|
84 |
<td></td>
|
| 85 |
#end
|
85 |
#end
|
| 86 |
|
86 |
|
| 87 |
<td>
|
87 |
<td>
|
| 88 |
<button type="button" data-id="$sdCreditRequirement.getId()"
|
88 |
<button type="button" data-id="$sdCreditRequirement.getId()"
|
| 89 |
class="btn btn-primary credit-requirement-send">
|
89 |
class="btn btn-primary credit-requirement-send">
|
| 90 |
Submit
|
90 |
Sanction
|
| 91 |
</button>
|
91 |
</button>
|
| 92 |
</td>
|
92 |
</td>
|
| 93 |
|
93 |
|