Subversion Repositories SmartDukaan

Rev

Rev 28610 | Rev 28700 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28610 Rev 28615
Line 39... Line 39...
39
                <th>2D with BOQ Actual(Sunil)</th>
39
                <th>2D with BOQ Actual(Sunil)</th>
40
                <th>2D with BOQ(Sunil)</th>
40
                <th>2D with BOQ(Sunil)</th>
41
                <th>3D with BOQ Planed (Sunil)</th>
41
                <th>3D with BOQ Planed (Sunil)</th>
42
                <th>3D with BOQ Actual (Sunil)</th>
42
                <th>3D with BOQ Actual (Sunil)</th>
43
                <th>3D with BOQ (Sunil)</th>
43
                <th>3D with BOQ (Sunil)</th>
44
                <th>PO Vendor Planed Date (Sunil)</th>
44
                <th>PO To Vendor Planed (Sunil)</th>
45
                <th>PO Vendor Date (Sunil)</th>
45
                <th>PO To Vendor Actual(Sunil)</th>
46
                <th>PO Vendor (Sunil)</th>
46
              
47
                <th>Briefing  Partner Planed Date (Sunil)</th>
47
                <th>Briefing  Partner Planed (Sunil)</th>
48
                <th>Briefing  Partner Actual Date (Sunil)</th>
48
                <th>Briefing  Partner Actual (Sunil)</th>
49
                <th>Deployment Planed Date (Sunil)</th>
49
                <th>Deployment Planed(Sunil)</th>
50
                <th>Deployment Actual Date (Sunil)</th>
50
                <th>Deployment Actual (Sunil)</th>
51
                <th>Final Pics OutLets Planed Date (Sunil)</th>
51
                <th>Final Pics Of OutLets Planed (Sunil)</th>
52
                <th>Final Pics OutLets Date (Sunil)</th>
52
                <th>Final Pics Of OutLets AcualSunil)</th>
53
                <th>Final Pics OutLets (Sunil)</th>
53
                <th>Final Pics Of OutLets (Sunil)</th>
54
                <th>NOC Date(Sunil)</th>
54
                <th>NOC Date(Sunil)</th>
55
                 <th>NOC (Sunil)</th>
55
                 <th>NOC (Sunil)</th>
56
         
56
         
57
              
57
              
58
            </tr>
58
            </tr>
Line 299... Line 299...
299
                    #else
299
                    #else
300
                        <td style="background:pink;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" >
300
                        <td style="background:pink;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" >
301
                        </td>
301
                        </td>
302
                    #end
302
                    #end
303
                    
303
                    
304
                     #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
-
 
305
                        <td class="poVendor docfile" style="background:lime;">
-
 
306
                            <input type="hidden" class="poVendorHidden" value="$pob.getPoVendor()">
-
 
307
                            <input type="file" class="poVendorDoc" placeholder="PO Vendor" disabled  value="$pob.getPoVendor()">
-
 
308
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPoVendor()" class="download">Download Doc</a>
-
 
309
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
-
 
310
                      #else
304
                     
311
                       <td class="poVendor docfile" style="background:pink;">
-
 
312
                         <input type="hidden">
-
 
313
                        <input type="file" placeholder="PO Vendor" disabled name="poVender1">
-
 
314
                        </td>
-
 
315
                      #end 
-
 
316
                      
305
                      
317
                      #if($pob.getBriefingPartner())
306
                      #if($pob.getBriefingPartner())
318
                        <td style="background:lime;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
307
                        <td style="background:lime;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
319
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
308
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
320
                        </td>
309
                        </td>