Subversion Repositories SmartDukaan

Rev

Rev 29300 | Details | Compare with Previous | Last modification | View Log | RSS feed

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