| 28599 |
amit.gupta |
1 |
<link href="https://cdn.datatables.net/fixedcolumns/3.3.0/css/fixedColumns.bootstrap.css" rel="stylesheet"/>
|
|
|
2 |
|
|
|
3 |
<section class="wrapper">
|
|
|
4 |
<div class="row">
|
|
|
5 |
<div class="col-lg-12">
|
|
|
6 |
<h3 class="page-header"><i class="icon_document_alt"></i>DESIGN TAT COMPLETED</h3>
|
|
|
7 |
<ol class="breadcrumb">
|
|
|
8 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
9 |
<li><i class="icon_document_alt"></i>Design TAT Completed</li>
|
|
|
10 |
</ol>
|
|
|
11 |
</div>
|
|
|
12 |
</div>
|
|
|
13 |
<div class="col-lg-12">
|
|
|
14 |
<table class="table table-border table-condensed table-bordered" id="OnboardingDesignCompleted" style="width:100%">
|
|
|
15 |
|
|
|
16 |
<thead class="row htable" style="background:#F5F5F5;">
|
|
|
17 |
|
|
|
18 |
<tr style="color:black;">
|
|
|
19 |
<th>Id</th>
|
|
|
20 |
<th>Outlet Name(SM)</th>
|
|
|
21 |
<th>Created On</th>
|
|
|
22 |
<th>Acquired Date()</th>
|
|
|
23 |
<th>Outlet Name(SM)</th>
|
|
|
24 |
<th>Phone Number(SM)</th>
|
|
|
25 |
<th>Address(SM)</th>
|
|
|
26 |
<th>City (SM)</th>
|
|
|
27 |
<th>State Head(SM)</th>
|
|
|
28 |
<th>BDM (SM)</th>
|
|
|
29 |
<th>Agreed Brand fees(SM)</th>
|
|
|
30 |
<th>Received Brand fees(SM)</th>
|
|
|
31 |
<th>Final Brand fees(SM)</th>
|
|
|
32 |
<th>Inauguration Date(SM)</th>
|
|
|
33 |
<th>LOI(legal)</th>
|
|
|
34 |
<th>Code(legal)</th>
|
|
|
35 |
<th>Recee Planed(Sunil)</th>
|
|
|
36 |
<th>Recee Actual(Sunil)</th>
|
|
|
37 |
<th>2D with BOQ Planed(Sunil)</th>
|
|
|
38 |
<th>2D with BOQ Actual(Sunil)</th>
|
|
|
39 |
<th>2D with BOQ(Sunil)</th>
|
|
|
40 |
<th>3D with BOQ Planed (Sunil)</th>
|
|
|
41 |
<th>3D with BOQ Actual (Sunil)</th>
|
|
|
42 |
<th>3D with BOQ (Sunil)</th>
|
|
|
43 |
<th>PO Vendor Planed Date (Sunil)</th>
|
|
|
44 |
<th>PO Vendor Date (Sunil)</th>
|
|
|
45 |
<th>PO Vendor (Sunil)</th>
|
|
|
46 |
<th>Briefing Partner Planed Date (Sunil)</th>
|
|
|
47 |
<th>Briefing Partner Actual Date (Sunil)</th>
|
|
|
48 |
<th>Deployment Planed Date (Sunil)</th>
|
|
|
49 |
<th>Deployment Actual Date (Sunil)</th>
|
|
|
50 |
<th>Final Pics OutLets Planed Date (Sunil)</th>
|
|
|
51 |
<th>Final Pics OutLets Date (Sunil)</th>
|
|
|
52 |
<th>Final Pics OutLets (Sunil)</th>
|
|
|
53 |
<th>NOC Date(Sunil)</th>
|
|
|
54 |
<th>NOC (Sunil)</th>
|
|
|
55 |
<th>Submit</th>
|
|
|
56 |
|
|
|
57 |
</tr>
|
|
|
58 |
</thead>
|
|
|
59 |
<tbody>
|
|
|
60 |
#foreach($pob in $user )
|
|
|
61 |
<tr>
|
|
|
62 |
|
|
|
63 |
#if($pob.getId())
|
|
|
64 |
<td style="background:#87cefa;">$pob.getId()</td>
|
|
|
65 |
#else
|
|
|
66 |
<td>$pob.getId()</td>
|
|
|
67 |
#end
|
|
|
68 |
|
|
|
69 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
|
|
70 |
<td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
|
|
71 |
disabled></td>
|
|
|
72 |
#else
|
|
|
73 |
<td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
|
|
74 |
#end
|
|
|
75 |
|
|
|
76 |
#if($pob.getCreatedTimestamp())
|
|
|
77 |
<td style="background:lime;">$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
|
|
|
78 |
#else
|
|
|
79 |
<td style="background:pink;">
|
|
|
80 |
</td>
|
|
|
81 |
#end
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
#if($pob.getAcquiredDate())
|
|
|
85 |
<td style="background:lime;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
|
|
86 |
name="acquireddate"
|
|
|
87 |
value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
|
|
|
88 |
#else
|
|
|
89 |
<td style="background:pink;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
|
|
90 |
name="acquireddate">
|
|
|
91 |
</td>
|
|
|
92 |
#end
|
|
|
93 |
|
|
|
94 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
|
|
95 |
<td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
|
|
96 |
disabled></td>
|
|
|
97 |
#else
|
|
|
98 |
<td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
|
|
99 |
#end
|
|
|
100 |
|
|
|
101 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
|
|
102 |
<td style="background:lime;">
|
|
|
103 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
|
|
104 |
name="phonenumber1"
|
|
|
105 |
disabled ></td>
|
|
|
106 |
#else
|
|
|
107 |
<td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
|
|
108 |
#end
|
|
|
109 |
|
|
|
110 |
#if($pob.getAddress()&& $pob.getAddress()!="" )
|
|
|
111 |
<td style="background:lime;">
|
|
|
112 |
<input type="text" placeholder="Address" value="$pob.getAddress()"
|
|
|
113 |
name="addess1"
|
|
|
114 |
disabled ></td>
|
|
|
115 |
#else
|
|
|
116 |
<td style="background:pink;"><input type="text" placeholder="Address" name="address1" disabled></td>
|
|
|
117 |
#end
|
|
|
118 |
|
|
|
119 |
#if($pob.getCity() && $pob.getCity() != "")
|
|
|
120 |
<td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
|
|
|
121 |
#else
|
|
|
122 |
<td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
|
|
|
123 |
#end
|
|
|
124 |
#if($pob.getStateHead() && $pob.getStateHead() != "")
|
|
|
125 |
<td style="background:lime;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"
|
|
|
126 |
value="$pob.getStateHead()"></td>
|
|
|
127 |
#else
|
|
|
128 |
<td style="background:pink;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
|
|
|
129 |
#end
|
|
|
130 |
#if($pob.getBDM() && $pob.getBDM() != "")
|
|
|
131 |
<td style="background:lime;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
|
|
|
132 |
#else
|
|
|
133 |
<td style="background:pink;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
|
|
|
134 |
#end
|
|
|
135 |
|
|
|
136 |
#if($pob.getAgreedBrandFees() != 0)
|
|
|
137 |
<td style="background:lime;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
|
|
138 |
value="$pob.getAgreedBrandFees()" ></td>
|
|
|
139 |
#else
|
|
|
140 |
<td style="background:pink;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
|
|
|
141 |
#end
|
|
|
142 |
|
|
|
143 |
#if($pob.getReceivedBrandFees()!= 0)
|
|
|
144 |
|
|
|
145 |
<td #if($pob.getReceivedBrandFees()< $pob.getAgreedBrandFees())style="background:red;" #else style="background:lime;" #end><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
|
|
146 |
value="$pob.getReceivedBrandFees()"></td>
|
|
|
147 |
#else
|
|
|
148 |
<td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
|
|
|
149 |
#end
|
|
|
150 |
|
|
|
151 |
#if($pob.getFinalBrandFeesDate())
|
|
|
152 |
|
|
|
153 |
<td style="background:lime;"><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
|
|
|
154 |
value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
|
|
|
155 |
></td>
|
|
|
156 |
#else
|
|
|
157 |
<td style="background:pink;"><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
|
|
|
158 |
#end
|
|
|
159 |
|
|
|
160 |
|
|
|
161 |
|
|
|
162 |
#if($pob.getInvestmentDate())
|
|
|
163 |
|
|
|
164 |
<td style="background:lime;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
|
|
|
165 |
value="$pob.getInvestmentDate().format($datehiphenFormatter)"
|
|
|
166 |
></td>
|
|
|
167 |
#else
|
|
|
168 |
<td style="background:pink;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
|
|
|
169 |
#end
|
|
|
170 |
|
|
|
171 |
|
|
|
172 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
|
|
173 |
<td class="loiDesign docfile" style="background:lime;">
|
|
|
174 |
<input type="hidden" class="loiHidden" value="$pob.getLOI()">
|
|
|
175 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
|
|
176 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
|
|
177 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
178 |
|
|
|
179 |
</td>
|
|
|
180 |
#else
|
|
|
181 |
|
|
|
182 |
<td class="loiDesign docfile" style="background:pink;">
|
|
|
183 |
<input type="hidden" class="loiHidden">
|
|
|
184 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
185 |
</td>
|
|
|
186 |
#end
|
|
|
187 |
|
|
|
188 |
|
|
|
189 |
|
|
|
190 |
#if($pob.getCode() && $pob.getCode() != "")
|
|
|
191 |
<td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
|
|
|
192 |
></td>
|
|
|
193 |
#else
|
|
|
194 |
<td style="background:pink;"><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
|
|
195 |
#end
|
|
|
196 |
|
|
|
197 |
#if($pob.getReceeActual())
|
|
|
198 |
<td style="background:lime;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
|
|
|
199 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
|
|
200 |
</td>
|
|
|
201 |
#else
|
|
|
202 |
<td style="background:red;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1" value="$pob.getReceePlaned().format($datehiphenFormatter)">
|
|
|
203 |
</td>
|
|
|
204 |
#end
|
|
|
205 |
#if($pob.getReceeActual())
|
|
|
206 |
<td style="background:lime;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
|
|
|
207 |
value="$pob.getReceeActual().format($datehiphenFormatter)" >
|
|
|
208 |
</td>
|
|
|
209 |
#else
|
|
|
210 |
<td style="background:pink;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
|
|
|
211 |
</td>
|
|
|
212 |
#end
|
|
|
213 |
#if($pob.getTwoDBoqdate() && $pob.getTwodBOQ() != 0)
|
|
|
214 |
<td style="background:lime;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
|
|
|
215 |
value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
|
|
|
216 |
</td>
|
|
|
217 |
#else
|
|
|
218 |
<td style="background:red;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1" value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
|
|
|
219 |
</td>
|
|
|
220 |
#end
|
|
|
221 |
|
|
|
222 |
#if($pob.getTwoDBoqdate())
|
|
|
223 |
<td style="background:lime;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
|
|
|
224 |
value="$pob.getTwoDBoqdate().format($datehiphenFormatter)" >
|
|
|
225 |
</td>
|
|
|
226 |
#else
|
|
|
227 |
<td style="background:pink;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1">
|
|
|
228 |
</td>
|
|
|
229 |
#end
|
|
|
230 |
|
|
|
231 |
|
|
|
232 |
#if($pob.getTwodBOQ() && $pob.getTwodBOQ() != 0)
|
|
|
233 |
<td class="twoDBoq docfile" style="background:lime;">
|
|
|
234 |
<input type="hidden" class="twoDBoqHidden" value="$pob.getTwodBOQ()">
|
|
|
235 |
<input type="file" class="twoDBoqDoc" placeholder="2D with BOQ" disabled value="$pob.getTwodBOQ()">
|
|
|
236 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getTwodBOQ()" class="download">Download Doc</a>
|
|
|
237 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
238 |
#else
|
|
|
239 |
<td class="twoDBoq docfile" style="background:pink;">
|
|
|
240 |
<input type="hidden">
|
|
|
241 |
<input type="file" placeholder="2D with BOQ" disabled name="3d1">
|
|
|
242 |
</td>
|
|
|
243 |
#end
|
|
|
244 |
#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
|
|
|
245 |
<td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
|
|
|
246 |
value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
|
|
|
247 |
</td>
|
|
|
248 |
#else
|
|
|
249 |
<td style="background:red;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1" value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
|
|
|
250 |
</td>
|
|
|
251 |
#end
|
|
|
252 |
|
|
|
253 |
#if($pob.getThreeDBoqdate() )
|
|
|
254 |
<td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
|
|
|
255 |
value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
|
|
|
256 |
</td>
|
|
|
257 |
#else
|
|
|
258 |
<td style="background:pink;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1">
|
|
|
259 |
</td>
|
|
|
260 |
#end
|
|
|
261 |
|
|
|
262 |
#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
|
|
|
263 |
<td class="threeDBoq docfile" style="background:lime;">
|
|
|
264 |
<input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
|
|
|
265 |
<input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled value="$pob.getThreeDBoq()">
|
|
|
266 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
|
|
|
267 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
268 |
#else
|
|
|
269 |
<td class="threeDBoq docfile" style="background:pink;">
|
|
|
270 |
<input type="hidden">
|
|
|
271 |
<input type="file" placeholder="3D with BOQ" disabled name="3d1">
|
|
|
272 |
</td>
|
|
|
273 |
#end
|
|
|
274 |
|
|
|
275 |
|
|
|
276 |
|
|
|
277 |
#if($pob.getPoVendor() && $pob.getPoVendor() !=0)
|
|
|
278 |
<td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
|
|
|
279 |
value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
|
|
|
280 |
</td>
|
|
|
281 |
#else
|
|
|
282 |
<td style="background:red;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
|
|
|
283 |
</td>
|
|
|
284 |
#end
|
|
|
285 |
|
|
|
286 |
#if($pob.getPoVenderDate())
|
|
|
287 |
<td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
|
|
|
288 |
value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
|
|
|
289 |
</td>
|
|
|
290 |
#else
|
|
|
291 |
<td style="background:pink;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" >
|
|
|
292 |
</td>
|
|
|
293 |
#end
|
|
|
294 |
|
|
|
295 |
#if($pob.getPoVendor() && $pob.getPoVendor() !=0)
|
|
|
296 |
<td class="poVendor docfile" style="background:lime;">
|
|
|
297 |
<input type="hidden" class="poVendorHidden" value="$pob.getPoVendor()">
|
|
|
298 |
<input type="file" class="poVendorDoc" placeholder="PO Vendor" disabled value="$pob.getPoVendor()">
|
|
|
299 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPoVendor()" class="download">Download Doc</a>
|
|
|
300 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
301 |
#else
|
|
|
302 |
<td class="poVendor docfile" style="background:pink;">
|
|
|
303 |
<input type="hidden">
|
|
|
304 |
<input type="file" placeholder="PO Vendor" disabled name="poVender1">
|
|
|
305 |
</td>
|
|
|
306 |
#end
|
|
|
307 |
|
|
|
308 |
#if($pob.getBriefingPartner())
|
|
|
309 |
<td style="background:lime;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
|
|
|
310 |
value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
|
|
|
311 |
</td>
|
|
|
312 |
#else
|
|
|
313 |
<td style="background:red;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1" value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
|
|
|
314 |
</td>
|
|
|
315 |
#end
|
|
|
316 |
|
|
|
317 |
#if($pob.getBriefingPartner())
|
|
|
318 |
<td style="background:lime;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
|
|
|
319 |
value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
|
|
|
320 |
</td>
|
|
|
321 |
#else
|
|
|
322 |
<td style="background:pink;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
|
|
|
323 |
</td>
|
|
|
324 |
#end
|
|
|
325 |
|
|
|
326 |
#if($pob.getDeploymentDate())
|
|
|
327 |
<td style="background:lime;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
|
|
|
328 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
|
|
|
329 |
</td>
|
|
|
330 |
#else
|
|
|
331 |
<td style="background:red;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
|
|
|
332 |
</td>
|
|
|
333 |
#end
|
|
|
334 |
|
|
|
335 |
|
|
|
336 |
#if($pob.getDeploymentDate())
|
|
|
337 |
<td style="background:lime;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1"
|
|
|
338 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
|
|
|
339 |
</td>
|
|
|
340 |
#else
|
|
|
341 |
<td style="background:pink;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1">
|
|
|
342 |
</td>
|
|
|
343 |
#end
|
|
|
344 |
|
|
|
345 |
|
|
|
346 |
#if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
|
|
|
347 |
<td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
|
|
|
348 |
value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
|
|
|
349 |
</td>
|
|
|
350 |
#else
|
|
|
351 |
<td style="background:red;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
|
|
|
352 |
</td>
|
|
|
353 |
#end
|
|
|
354 |
|
|
|
355 |
#if($pob.getFinalPicsOutletDate())
|
|
|
356 |
<td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
|
|
|
357 |
value="$pob.getFinalPicsOutletDate().format($datehiphenFormatter)" >
|
|
|
358 |
</td>
|
|
|
359 |
#else
|
|
|
360 |
<td style="background:pink;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" >
|
|
|
361 |
</td>
|
|
|
362 |
#end
|
|
|
363 |
|
|
|
364 |
#if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
|
|
|
365 |
<td class="finalPics docfile" style="background:lime;">
|
|
|
366 |
<input type="hidden" class="finalPicsHidden" value="$pob.getFinalPicsOutlet()">
|
|
|
367 |
<input type="file" class="finalPicsDoc" placeholder="Final Pics" disabled value="$pob.getFinalPicsOutlet()">
|
|
|
368 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getFinalPicsOutlet()" class="download">Download Doc</a>
|
|
|
369 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
370 |
#else
|
|
|
371 |
<td class="finalPics docfile" style="background:pink;">
|
|
|
372 |
<input type="hidden">
|
|
|
373 |
<input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
|
|
|
374 |
</td>
|
|
|
375 |
#end
|
|
|
376 |
|
|
|
377 |
#if($pob.getNocDate())
|
|
|
378 |
<td style="background:lime;"><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
|
|
|
379 |
value="$pob.getNocDate().format($datehiphenFormatter)" >
|
|
|
380 |
</td>
|
|
|
381 |
#else
|
|
|
382 |
<td style="background:pink;"><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
|
|
|
383 |
</td>
|
|
|
384 |
#end
|
|
|
385 |
|
|
|
386 |
#if($pob.getNoc() && $pob.getNoc() != 0)
|
|
|
387 |
<td class="noc docfile" style="background:lime;">
|
|
|
388 |
<input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
|
|
|
389 |
<input type="file" class="nocDoc" placeholder="NOC Docs" disabled value="$pob.getNoc()">
|
|
|
390 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
|
|
|
391 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
392 |
#else
|
|
|
393 |
<td class="noc docfile" style="background:pink;">
|
|
|
394 |
<input type="hidden">
|
|
|
395 |
<input type="file" placeholder="Noc File" disabled name="noc1">
|
|
|
396 |
</td>
|
|
|
397 |
#end
|
|
|
398 |
|
|
|
399 |
<td>
|
|
|
400 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;"
|
|
|
401 |
class="submit-design">
|
|
|
402 |
Submit
|
|
|
403 |
</button>
|
|
|
404 |
</td>
|
|
|
405 |
|
|
|
406 |
|
|
|
407 |
|
|
|
408 |
</tr>
|
|
|
409 |
#end
|
|
|
410 |
|
|
|
411 |
</tbody>
|
|
|
412 |
|
|
|
413 |
</table>
|
|
|
414 |
</div>
|
|
|
415 |
</section>
|
|
|
416 |
|
|
|
417 |
<script>
|
|
|
418 |
|
|
|
419 |
var dtable = $('#OnboardingDesignCompleted').DataTable(
|
|
|
420 |
{
|
|
|
421 |
|
|
|
422 |
"bPaginate": true,
|
|
|
423 |
"bLengthChange": true,
|
|
|
424 |
"bFilter": true,
|
|
|
425 |
"bInfo": false,
|
|
|
426 |
"bAutoWidth": false,
|
|
|
427 |
"scrollX": true,
|
|
|
428 |
|
|
|
429 |
fixedColumns: {
|
|
|
430 |
leftColumns: 2
|
|
|
431 |
},
|
|
|
432 |
});
|
|
|
433 |
|
|
|
434 |
|
|
|
435 |
|
|
|
436 |
</script>
|