Subversion Repositories SmartDukaan

Rev

Rev 28700 | Rev 32457 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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