Subversion Repositories SmartDukaan

Rev

Rev 29300 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29300 Rev 35971
Line 57... Line 57...
57
                    #end
57
                    #end
58
                    #if($pob.getBDM() && $pob.getBDM() != 0)
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>
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>
60
                    #else
60
                    #else
61
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
61
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
62
                    #end   
62
                    #end
63
               
63
 
-
 
64
 
64
                   
65
                    ## Agreed Brand Fees
65
                    #if($pob.getAgreedBrandFees() != 0)
66
                    #if($pob.getAgreedBrandFees() != 0)
66
                    
-
 
67
                     #if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
67
                     #if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
68
                    
-
 
69
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
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"
70
                                   value="$pob.getAgreedBrandFees()" ></td>
69
                                   value="$pob.getAgreedBrandFees()" ></td>
71
                       #else            
70
                     #else
72
                             <td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
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"
73
                                   value="$pob.getAgreedBrandFees()" ></td>    
72
                                                                                                           value="$pob.getAgreedBrandFees()">
-
 
73
                             </td>
74
                      #end  
74
                     #end
75
                    #else
75
                    #else
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>
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>
77
                    #end
77
                    #end
78
                    
78
                    
79
                    
79
                    
Line 131... Line 131...
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()"
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()"
132
                                   ></td>
132
                                   ></td>
133
                    #else
133
                    #else
134
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
134
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
135
                    #end
135
                    #end
-
 
136
 
136
                    
137
                    ## Hidden: Recee Planed
137
                    #if($pob.getReceeActual())
138
                    #if($pob.getReceeActual())
-
 
139
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
138
                        <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"
140
                            type="date" id="rplaned" placeholder="Recee Planed" disabled name="rplaned1"
139
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
141
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
140
                        </td>
142
                        </td>
141
                    #else
143
                    #else
-
 
144
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
142
                        <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)">
145
                            type="date" id="rplaned" placeholder="Recee Planed" disabled name="rplaned1"
-
 
146
                            value="$pob.getReceePlaned().format($datehiphenFormatter)">
143
                        </td>
147
                        </td>
144
                    #end
148
                    #end
145
                   #if($pob.getReceeActual())
149
                   #if($pob.getReceeActual())
146
                        <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"
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"
147
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
151
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
148
                        </td>
152
                        </td>
149
                    #else
153
                    #else
150
                        <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">
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">
151
                        </td>
155
                        </td>
152
                    #end
156
                    #end
-
 
157
 
153
                    
158
                    ## Hidden: Stock Payment
154
                     #if($pob.getStockPayment()!= 0)
159
                     #if($pob.getStockPayment()!= 0)
155
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Stock payment(kamini)" disabled 
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
156
                                   value="$pob.getStockPayment()" name="stockPaymentDesign"></td>
162
                                   value="$pob.getStockPayment()" name="stockPaymentDesign"></td>
157
                    #else
163
                    #else
-
 
164
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input
158
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="stockPaymentDesign"></td>
165
                            type="text" placeholder="Stock payment" disabled name="stockPaymentDesign"></td>
159
                    #end
166
                    #end
160
                    
-
 
-
 
167
 
-
 
168
 
-
 
169
 
161
                    
170
                    ## Hidden: 2D BOQ Planned
162
                    
-
 
163
                    #if($pob.getTwoDBoqdate() &&  $pob.getTwodBOQ() != 0)
171
                    #if($pob.getTwoDBoqdate() &&  $pob.getTwodBOQ() != 0)
-
 
172
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
164
                        <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"
173
                            type="date" id="TwoDBoqdate" placeholder="2D BOQ Planed" disabled name="twoDBoq1"
165
                                   value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
174
                                   value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
166
                        </td>
175
                        </td>
167
                    #else
176
                    #else
-
 
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"
168
                        <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)">
179
                            value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
169
                        </td>
180
                        </td>
170
                    #end
181
                    #end
171
                    
182
                    
172
                     #if($pob.getTwoDBoqdate())
183
                     #if($pob.getTwoDBoqdate())
173
                        <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"
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"
Line 190... Line 201...
190
                       <td class="twoDBoq docfile">
201
                       <td class="twoDBoq docfile">
191
                       <i class="far fa-arrow-alt-circle-up" style="background:pink"></i>
202
                       <i class="far fa-arrow-alt-circle-up" style="background:pink"></i>
192
                         <input type="hidden">
203
                         <input type="hidden">
193
                        <input type="file" placeholder="2D with BOQ" disabled name="3d1">
204
                        <input type="file" placeholder="2D with BOQ" disabled name="3d1">
194
                        </td>
205
                        </td>
195
                      #end 
206
                      #end
-
 
207
                    ## Hidden: 3D BOQ Planned
196
                        #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
208
                        #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
-
 
209
                        <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
197
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"
210
                                type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"
198
                                   value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
211
                                   value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
199
                        </td>
212
                        </td>
200
                    #else
213
                    #else
-
 
214
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input
201
                        <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)">
215
                            type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"
-
 
216
                            value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
202
                        </td>
217
                        </td>
203
                    #end
218
                    #end
-
 
219
 
204
                    
220
                    ## Hidden: 3D BOQ Actual
205
                    #if($pob.getThreeDBoqdate() )
221
                    #if($pob.getThreeDBoqdate() )
-
 
222
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
206
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
223
                            type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
207
                                   value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
224
                                   value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
208
                        </td>
225
                        </td>
209
                    #else
226
                    #else
-
 
227
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input
210
                        <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">
228
                            type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1">
211
                        </td>
229
                        </td>
212
                    #end
230
                    #end
-
 
231
 
213
                    
232
                    ## Hidden: 3D BOQ Document
214
                     #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
233
                     #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
215
                        <td class="threeDBoq docfile">
234
                     <td class="threeDBoq docfile hidden-col">
216
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
235
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
217
                            <input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
236
                            <input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
218
                            <input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled  value="$pob.getThreeDBoq()">
237
                            <input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled  value="$pob.getThreeDBoq()">
219
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
238
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
220
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
239
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
221
                      #else
240
                      #else
222
                       <td class="threeDBoq docfile">
241
                      <td class="threeDBoq docfile hidden-col">
223
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
242
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
224
                         <input type="hidden">
243
                         <input type="hidden">
225
                        <input type="file" placeholder="3D with BOQ" disabled name="3d1">
244
                        <input type="file" placeholder="3D with BOQ" disabled name="3d1">
226
                        </td>
245
                        </td>
227
                      #end 
246
                      #end
228
                      
-
 
229
                      
-
 
-
 
247
 
-
 
248
 
-
 
249
 
230
                      
250
                    ## Hidden: PO Vendor Planned
231
                      #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
251
                      #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
-
 
252
                      <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
232
                        <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"
253
                              type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
233
                                   value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
254
                                   value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
234
                        </td>
255
                        </td>
235
                    #else
256
                    #else
-
 
257
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input
236
                        <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)">
258
                            type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1"
-
 
259
                            value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
237
                        </td>
260
                        </td>
238
                    #end
261
                    #end
-
 
262
 
239
                    
263
                    ## Hidden: PO Vendor Actual
240
                     #if($pob.getPoVenderDate())
264
                     #if($pob.getPoVenderDate())
-
 
265
                     <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
241
                        <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"
266
                             type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate2"
242
                                   value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
267
                                   value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
243
                        </td>
268
                        </td>
244
                    #else
269
                    #else
-
 
270
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input
245
                        <td><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate2" >
271
                            type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate2">
246
                        </td>
272
                        </td>
247
                    #end
273
                    #end
248
                    
-
 
249
                     
-
 
-
 
274
 
-
 
275
 
-
 
276
 
250
                      
277
                    ## Hidden: Briefing Partner Planned
251
                      #if($pob.getBriefingPartner())
278
                      #if($pob.getBriefingPartner())
-
 
279
                      <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
252
                        <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"
280
                              type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled
-
 
281
                              name="briefingPartnerPlanedDate1"
253
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
282
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
254
                        </td>
283
                        </td>
255
                    #else
284
                    #else
-
 
285
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
256
                        <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)">
286
                            type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled
-
 
287
                            name="briefingPartnerPlanedDate1"
-
 
288
                            value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
257
                        </td>
289
                        </td>
258
                    #end
290
                    #end
-
 
291
 
259
                                    
292
                    ## Hidden: Briefing Partner Actual
260
                    #if($pob.getBriefingPartner())
293
                    #if($pob.getBriefingPartner())
-
 
294
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
261
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
295
                            type="date" id="briefingPartner" placeholder="Briefing Partner" disabled
-
 
296
                            name="briefPartner1"
262
                                   value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
297
                                   value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
263
                        </td>
298
                        </td>
264
                    #else
299
                    #else
-
 
300
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input
265
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
301
                            type="date" id="briefingPartner" placeholder="Briefing Partner" disabled
-
 
302
                            name="briefPartner1">
266
                        </td>
303
                        </td>
267
                    #end
304
                    #end
-
 
305
 
268
                      
306
                    ## Hidden: Deployment Planned
269
                      #if($pob.getDeploymentDate())
307
                      #if($pob.getDeploymentDate())
-
 
308
                      <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
270
                        <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"
309
                              type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled
-
 
310
                              name="deploymentPlanedDate"
271
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
311
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
272
                        </td>
312
                        </td>
273
                    #else
313
                    #else
-
 
314
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
274
                        <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)">
315
                            type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled
-
 
316
                            name="deploymentPlanedDate"
-
 
317
                            value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
275
                        </td>
318
                        </td>
276
                    #end
319
                    #end
277
                      
-
 
-
 
320
 
278
                      
321
                    ## Deployment Actual — triggers BRANDING timeline
279
                    #if($pob.getDeploymentDate())
322
                    #if($pob.getDeploymentDate())
280
                        <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"
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"
281
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
324
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
282
                        </td>
325
                        </td>
283
                    #else
326
                    #else
284
                        <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">
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">
285
                        </td>
332
                        </td>
286
                    #end 
333
                    #end
287
                    
-
 
-
 
334
 
-
 
335
 
288
                    
336
                    ## Hidden: Final Pics Planned
289
                     #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
337
                     #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
-
 
338
                     <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
290
                        <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"
339
                             type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled
-
 
340
                             name="FinalPicsOutLets"
291
                                   value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
341
                                   value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
292
                        </td>
342
                        </td>
293
                    #else
343
                    #else
-
 
344
                    <td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input
294
                        <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)">
345
                            type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled
-
 
346
                            name="FinalPicsOutLets"
-
 
347
                            value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
295
                        </td>
348
                        </td>
296
                    #end
349
                    #end
297
                    
350
                    
298
                    #if($pob.getFinalPicsOutletDate())
351
                    #if($pob.getFinalPicsOutletDate())
299
                        <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"
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"
Line 315... Line 368...
315
                       <td class="finalPics docfile">
368
                       <td class="finalPics docfile">
316
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
369
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
317
                         <input type="hidden">
370
                         <input type="hidden">
318
                        <input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
371
                        <input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
319
                        </td>
372
                        </td>
320
                      #end  
373
                      #end
-
 
374
 
321
                    
375
                    ## Hidden: NOC Actual
322
                     #if($pob.getNocDate())
376
                     #if($pob.getNocDate())
-
 
377
                     <td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input
323
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
378
                             type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
324
                                   value="$pob.getNocDate().format($datehiphenFormatter)" >
379
                                   value="$pob.getNocDate().format($datehiphenFormatter)" >
325
                        </td>
380
                        </td>
326
                    #else
381
                    #else
327
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
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">
328
                        </td>
384
                        </td>
329
                    #end
385
                    #end
-
 
386
 
330
                    
387
                    ## Hidden: NOC Document
331
                     #if($pob.getNoc() && $pob.getNoc() != 0)
388
                     #if($pob.getNoc() && $pob.getNoc() != 0)
332
                        <td class="noc docfile">
389
                     <td class="noc docfile hidden-col">
333
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
390
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
334
                            <input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
391
                            <input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
335
                            <input type="file" class="nocDoc" placeholder="NOC Docs" disabled  value="$pob.getNoc()">
392
                            <input type="file" class="nocDoc" placeholder="NOC Docs" disabled  value="$pob.getNoc()">
336
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
393
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
337
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
394
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
338
                      #else
395
                      #else
339
                       <td class="noc docfile">
396
                      <td class="noc docfile hidden-col">
340
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
397
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
341
                         <input type="hidden">
398
                         <input type="hidden">
342
                        <input type="file" placeholder="Noc File" disabled name="noc1">
399
                        <input type="file" placeholder="Noc File" disabled name="noc1">
343
                        </td>
400
                        </td>
344
                      #end
401
                      #end