From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523

---
 force-app/main/default/pages/CampaignBTPDF.page |  480 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 240 insertions(+), 240 deletions(-)

diff --git a/force-app/main/default/pages/CampaignBTPDF.page b/force-app/main/default/pages/CampaignBTPDF.page
index b6d4c45..e1320b0 100644
--- a/force-app/main/default/pages/CampaignBTPDF.page
+++ b/force-app/main/default/pages/CampaignBTPDF.page
@@ -1,7 +1,7 @@
-<apex:page controller="CampaignBTPDFController" showHeader="false" renderAs="pdf"  sidebar="false"  action="{!init}"   applyHtmlTag="false">
+<apex:page controller="CampaignBTPDFController" showHeader="false" renderAs="pdf"  sidebar="false"  action="{!init}"   applyHtmlTag="false" lightningStylesheets="true">
 <html>
-	<head>
-	<style>
+    <head>
+    <style>
         @page {
             size: A4 portrait;
             margin: 5mm 12mm 5mm 12mm;
@@ -19,250 +19,250 @@
         .label {padding-right: 10px; border-color: black; text-align: right;}
         /*SWAG-BHW3Y9 update by vivek 20200108 end*/
     </style>
-	</head>
-	<body style="font-family: Arial Unicode MS;" >
-	<apex:outputPanel id="message">
+    </head>
+    <body style="font-family: Arial Unicode MS;" >
+    <apex:outputPanel id="message">
         <apex:pageMessages />
      </apex:outputPanel>
-		<table width="650" align="center" cellspacing="0">
-			<tr>
-				<td>
-					<table width="650" border="0">
-			            <tr>
-			                <td colspan="4" style="text-align: center; font-size: 16pt; font-weight: bold;">浼氳鎶ュ憡</td>
-			            </tr>
-			            <tr><td colspan="4" height="40px"></td></tr>
-			            <tr>
-			                <td class="label">缂栧埗鏃ユ湡:</td>
-			                <td class="middle"><apex:outputText value="{0, date, yyyy骞碝M鏈坉d鏃">
-			                        <apex:param value="{!campaignRecords.cn.createddate}" />
-			                    </apex:outputText></td>
-			                <td class="label">鎶ュ憡涔︾姸鎬�:</td>
-			                <td class="middle">{!campaignRecords.cn.report_Status__c}</td>
-			            </tr>
-			            <tr>
-			                <td class="label">鎶ュ憡閮ㄩ棬:</td>
-			                <td class="middle">{!campaignRecords.cn.Owner.Category5__c}&nbsp;&nbsp;{!campaignRecords.cn.Owner.Category6__c}</td>
-			                <td class="label">鎶ュ憡鑰�:</td>
-			                <td class="middle">{!campaignRecords.cn.OwnerName__c}</td>
-			            </tr>
-			            <tr><td colspan="4" height="20px"></td></tr>
-			        </table>
-				</td>
-			</tr>
-			<tr>
-				<td>
-					<table width="650" border="1"  cellspacing="0" style="table-layout: fixed;">
-						<tr>
-							<td class="label" width= "100">娲诲姩鍚嶇О:</td>
-			                <td class="middle" width= "550">
-			                	<c:PDFWbr targetStr="{!campaignRecords.cn.Name2__c}"/>
-			                </td>
-						</tr>
-						<tr>
-							<td class="label">鍙紑鏃堕棿:</td>
-			                <td class="middle">
-			                	<apex:outputText value="{0, date, yyyy骞碝M鏈坉d鏃">
-			                        <apex:param value="{!campaignRecords.cn.StartDate}" />
-			                    </apex:outputText> 鑷�
-			                    <apex:outputText value="{0, date, yyyy骞碝M鏈坉d鏃">
-			                        <apex:param value="{!campaignRecords.cn.EndDate}" />
-			                    </apex:outputText>
-			                </td>
-						</tr>
-						<tr>
-							<td class="label">浼氳鍦扮偣:</td>
-			                <td class="middle">
-			                	<apex:outputField value="{!campaignRecords.cn.State_Master__r.Name}"/>
-			                	<apex:outputField value="{!campaignRecords.cn.City_Master__r.Name}"/>
-			                	<apex:outputField value="{!campaignRecords.cn.Town__c}"/>
-			                	<apex:outputField value="{!campaignRecords.cn.WorkshopPlace__c}"/>
-			                </td>
-						</tr>
-						<tr>
-							<td class="label">浼氳绫诲瀷:</td>
-			                <td class="middle">
-								<apex:outputField value="{!campaignRecords.cn.Meeting_Type__c}"/>
-			                </td>
-						</tr>
-						<tr>
-							<td class="label">鍙傚姞浜烘暟:</td>
-							<!-- SWAG-BF39A8 鍘� value 涓� total_participants__c start-->
-			                <td class="middle"><apex:outputField value="{!campaignRecords.cn.Convening_Participants_Num__c}"/></td>
-			                <!-- SWAG-BF39A8 end  -->
-						</tr>
-						<tr>
-							<td class="label">娲诲姩鐩殑:</td>
-			                <td class="middle" style="word-wrap: break-word;word-break: break-all;min-height: 100px;">
-							<div style="text-align: left;word-break: break-all;" id="Purpose_div" >
-								<!-- <apex:outputText value="{!campaignRecords.businessPurpose}" escape="false" /> -->
-								<!-- <apex:column breakBefore="true" colspan="2" headerValue="Hint" style="border-size:0px;border-color:#fff;" >
-								    <div id="{!campaignRecords.cn.BusinessPurpose__c}" class="hider" style="border-size:0px;border-color:#fff;">
-								       <apex:outputText value="{!campaignRecords.cn.BusinessPurpose__c}" escape="false" />
-								    </div>
-								</apex:column> -->
+        <table width="650" align="center" cellspacing="0">
+            <tr>
+                <td>
+                    <table width="650" border="0">
+                        <tr>
+                            <td colspan="4" style="text-align: center; font-size: 16pt; font-weight: bold;">浼氳鎶ュ憡</td>
+                        </tr>
+                        <tr><td colspan="4" height="40px"></td></tr>
+                        <tr>
+                            <td class="label">缂栧埗鏃ユ湡:</td>
+                            <td class="middle"><apex:outputText value="{0, date, yyyy骞碝M鏈坉d鏃">
+                                    <apex:param value="{!campaignRecords.cn.createddate}" />
+                                </apex:outputText></td>
+                            <td class="label">鎶ュ憡涔︾姸鎬�:</td>
+                            <td class="middle">{!campaignRecords.cn.report_Status__c}</td>
+                        </tr>
+                        <tr>
+                            <td class="label">鎶ュ憡閮ㄩ棬:</td>
+                            <td class="middle">{!campaignRecords.cn.Owner.Category5__c}&nbsp;&nbsp;{!campaignRecords.cn.Owner.Category6__c}</td>
+                            <td class="label">鎶ュ憡鑰�:</td>
+                            <td class="middle">{!campaignRecords.cn.OwnerName__c}</td>
+                        </tr>
+                        <tr><td colspan="4" height="20px"></td></tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td>
+                    <table width="650" border="1"  cellspacing="0" style="table-layout: fixed;">
+                        <tr>
+                            <td class="label" width= "100">娲诲姩鍚嶇О:</td>
+                            <td class="middle" width= "550">
+                                <c:PDFWbr targetStr="{!campaignRecords.cn.Name2__c}"/>
+                            </td>
+                        </tr>
+                        <tr>
+                            <td class="label">鍙紑鏃堕棿:</td>
+                            <td class="middle">
+                                <apex:outputText value="{0, date, yyyy骞碝M鏈坉d鏃">
+                                    <apex:param value="{!campaignRecords.cn.StartDate}" />
+                                </apex:outputText> 鑷�
+                                <apex:outputText value="{0, date, yyyy骞碝M鏈坉d鏃">
+                                    <apex:param value="{!campaignRecords.cn.EndDate}" />
+                                </apex:outputText>
+                            </td>
+                        </tr>
+                        <tr>
+                            <td class="label">浼氳鍦扮偣:</td>
+                            <td class="middle">
+                                <apex:outputField value="{!campaignRecords.cn.State_Master__r.Name}"/>
+                                <apex:outputField value="{!campaignRecords.cn.City_Master__r.Name}"/>
+                                <apex:outputField value="{!campaignRecords.cn.Town__c}"/>
+                                <apex:outputField value="{!campaignRecords.cn.WorkshopPlace__c}"/>
+                            </td>
+                        </tr>
+                        <tr>
+                            <td class="label">浼氳绫诲瀷:</td>
+                            <td class="middle">
+                                <apex:outputField value="{!campaignRecords.cn.Meeting_Type__c}"/>
+                            </td>
+                        </tr>
+                        <tr>
+                            <td class="label">鍙傚姞浜烘暟:</td>
+                            <!-- SWAG-BF39A8 鍘� value 涓� total_participants__c start-->
+                            <td class="middle"><apex:outputField value="{!campaignRecords.cn.Convening_Participants_Num__c}"/></td>
+                            <!-- SWAG-BF39A8 end  -->
+                        </tr>
+                        <tr>
+                            <td class="label">娲诲姩鐩殑:</td>
+                            <td class="middle" style="word-wrap: break-word;word-break: break-all;min-height: 100px;">
+                            <div style="text-align: left;word-break: break-all;" id="Purpose_div" >
+                                <!-- <apex:outputText value="{!campaignRecords.businessPurpose}" escape="false" /> -->
+                                <!-- <apex:column breakBefore="true" colspan="2" headerValue="Hint" style="border-size:0px;border-color:#fff;" >
+                                    <div id="{!campaignRecords.cn.BusinessPurpose__c}" class="hider" style="border-size:0px;border-color:#fff;">
+                                       <apex:outputText value="{!campaignRecords.cn.BusinessPurpose__c}" escape="false" />
+                                    </div>
+                                </apex:column> -->
 
-							<c:PDFWbr targetStr="{!campaignRecords.businessPurpose}"/>
-							</div>
-			                </td>
-						</tr>
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-						<!-- <div style="display:{!IF(businessPurposeTwoList!=null,'block','none')};"> -->
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-						<tr>
-							<!-- <apex:outputLabel rendered="{!(c.size==1)}" > -->
-							<td class="label"><c:PDFWbr targetStr="{!$ObjectType.campaign.fields.BusinessPurpose_det__c.label}"/>:</td>
-			                <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-			                <!-- <td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
-			                <apex:outputField value="{!campaignRecords.cn.BusinessPurpose_det__c}" />
-			                </td> -->
+                            <c:PDFWbr targetStr="{!campaignRecords.businessPurpose}"/>
+                            </div>
+                            </td>
+                        </tr>
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                        <!-- <div style="display:{!IF(businessPurposeTwoList!=null,'block','none')};"> -->
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                        <tr>
+                            <!-- <apex:outputLabel rendered="{!(c.size==1)}" > -->
+                            <td class="label"><c:PDFWbr targetStr="{!$ObjectType.campaign.fields.BusinessPurpose_det__c.label}"/>:</td>
+                            <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                            <!-- <td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
+                            <apex:outputField value="{!campaignRecords.cn.BusinessPurpose_det__c}" />
+                            </td> -->
 
-			                <td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
-			                	
-	                			<table class="htmlDetailElementTable" width="550" border="0" cellpadding="0" cellspacing="0">
-	                				<tbody>
-	                					<apex:variable value="{!0}" var="cnt" />
-			                            <apex:repeat value="{!businessPurposeTwoList}" var="bpt">
-			                            <tr>
-			                                <td class="middle" >
-			                                	<apex:outputPanel rendered="{!(bpt.busImgStyleL !='')}">
-			                                    <img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrcL}" style="{!bpt.busImgStyleL}" ></img>
-			                                	</apex:outputPanel>
-			                                <!-- </td>
+                            <td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
+                                
+                                <table class="htmlDetailElementTable" width="550" border="0" cellpadding="0" cellspacing="0">
+                                    <tbody>
+                                        <apex:variable value="{!0}" var="cnt" />
+                                        <apex:repeat value="{!businessPurposeTwoList}" var="bpt">
+                                        <tr>
+                                            <td class="middle" >
+                                                <apex:outputPanel rendered="{!(bpt.busImgStyleL !='')}">
+                                                <img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrcL}" style="{!bpt.busImgStyleL}" ></img>
+                                                </apex:outputPanel>
+                                            <!-- </td>
 
-			                                <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;"> -->
-				                                <apex:outputPanel rendered="{!(bpt.busImgStyleL =='')}">
-				                                <apex:outputField value="{!bpt.cn.BusinessPurpose_det__c}"/>
-			                                	
-			                                	</apex:outputPanel>
-		                                	</td>
-			                                <!-- <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;">
-			                                	<apex:outputPanel rendered="{!(bpt.busImgSrc !='')}">
-			                                	<img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrc}" style="{!bpt.busImgStyle}" ></img>
-			                                	</apex:outputPanel>
-			                                </td> -->
-			                            </tr>
-			                                <apex:variable value="{!cnt + 1}" var="cnt" />
-			                            </apex:repeat>
-	                					
-	                				</tbody>
-	                			</table>
-	                			
-			                </td>
-			                <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-						</tr>
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-						<!-- </div> -->
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-						<tr>
-							<td class="label">浼氳鏃ョ▼姒傝:</td>
-			                <td class="middle" style="word-wrap: break-word;word-break: break-all;min-height: 100px;">
-			                <div style="text-align: left;" id="Society_div">
-			                <!-- <apex:outputText value="{!campaignRecords.Society_Hold_Place}" escape="false" /> -->
-			                <c:PDFWbr targetStr="{!campaignRecords.Society_Hold_Place}"/>
-			                </div>
-			               </td>
-						</tr>
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-						<!-- <div style="display:{!IF(businessHoldTwoList!=null,'block','none')};"> -->
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-						<tr>
-							<td class="label"><c:PDFWbr targetStr="{!$ObjectType.campaign.fields.Society_Hold_Place_det__c.label}"/>:</td>
-							<td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
-								<!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-			                <!-- <apex:outputField value="{!campaignRecords.cn.Society_Hold_Place_det__c}"/> -->
+                                            <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;"> -->
+                                                <apex:outputPanel rendered="{!(bpt.busImgStyleL =='')}">
+                                                <apex:outputField value="{!bpt.cn.BusinessPurpose_det__c}"/>
+                                                
+                                                </apex:outputPanel>
+                                            </td>
+                                            <!-- <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;">
+                                                <apex:outputPanel rendered="{!(bpt.busImgSrc !='')}">
+                                                <img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrc}" style="{!bpt.busImgStyle}" ></img>
+                                                </apex:outputPanel>
+                                            </td> -->
+                                        </tr>
+                                            <apex:variable value="{!cnt + 1}" var="cnt" />
+                                        </apex:repeat>
+                                        
+                                    </tbody>
+                                </table>
+                                
+                            </td>
+                            <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                        </tr>
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                        <!-- </div> -->
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                        <tr>
+                            <td class="label">浼氳鏃ョ▼姒傝:</td>
+                            <td class="middle" style="word-wrap: break-word;word-break: break-all;min-height: 100px;">
+                            <div style="text-align: left;" id="Society_div">
+                            <!-- <apex:outputText value="{!campaignRecords.Society_Hold_Place}" escape="false" /> -->
+                            <c:PDFWbr targetStr="{!campaignRecords.Society_Hold_Place}"/>
+                            </div>
+                           </td>
+                        </tr>
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                        <!-- <div style="display:{!IF(businessHoldTwoList!=null,'block','none')};"> -->
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                        <tr>
+                            <td class="label"><c:PDFWbr targetStr="{!$ObjectType.campaign.fields.Society_Hold_Place_det__c.label}"/>:</td>
+                            <td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
+                                <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                            <!-- <apex:outputField value="{!campaignRecords.cn.Society_Hold_Place_det__c}"/> -->
 
-			                
-			                <table class="htmlDetailElementTable" align="center" width="550" border="0" cellpadding="0" cellspacing="0">
-                				<tbody>
-                					<apex:variable value="{!0}" var="cnt" />
-		                            <apex:repeat value="{!businessHoldTwoList}" var="bpt">
-		                            <tr>
-		                                <td class="middle" >
-		                                	<apex:outputPanel rendered="{!(bpt.busImgStyleL !='')}">
-		                                    	<img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrcL}" style="{!bpt.busImgStyleL}" ></img>
-		                                	</apex:outputPanel>
-		                                <!-- </td>
+                            
+                            <table class="htmlDetailElementTable" align="center" width="550" border="0" cellpadding="0" cellspacing="0">
+                                <tbody>
+                                    <apex:variable value="{!0}" var="cnt" />
+                                    <apex:repeat value="{!businessHoldTwoList}" var="bpt">
+                                    <tr>
+                                        <td class="middle" >
+                                            <apex:outputPanel rendered="{!(bpt.busImgStyleL !='')}">
+                                                <img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrcL}" style="{!bpt.busImgStyleL}" ></img>
+                                            </apex:outputPanel>
+                                        <!-- </td>
 
-		                                <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;"> -->
-			                                <apex:outputPanel rendered="{!(bpt.busImgStyleL =='')}">
-		                                		<apex:outputField value="{!bpt.cn.BusinessPurpose_det__c}"/>
-		                                	</apex:outputPanel>
-	                                	</td>
-		                                <!-- <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;">
-		                                	<apex:outputPanel rendered="{!(bpt.busImgSrc !='')}">
-		                                	<img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrc}" style="{!bpt.busImgStyle}" ></img>
-		                                	</apex:outputPanel>
-		                                </td> -->
-		                            </tr>
-		                                <apex:variable value="{!cnt + 1}" var="cnt" />
-		                            </apex:repeat>
-                					
-                				</tbody>
-                			</table>
-                			</td>
-			                <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-			                
-						</tr>
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-						<!-- </div> -->
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-						<tr>
-							<td class="label">娲诲姩鎴愭灉:</td>
-			                <td class="middle" style="word-wrap: break-word;word-break: break-all;min-height: 100px;">
-			                <div style="text-align: left;" id="BusinessResult_div">
-			                <!-- <apex:outputText value="{!campaignRecords.BusinessResult}" escape="false" /> -->
-			                <c:PDFWbr targetStr="{!campaignRecords.BusinessResult}"/>
-			                </div>
-			                </td>
-						</tr>
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-						<!-- <div style="display:{!IF(businessResultTwoList!=null,'block','none')};"> -->
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-						<tr>
-							<td class="label"><c:PDFWbr targetStr="{!$ObjectType.campaign.fields.BusinessResult_det__c.label}"/>:</td>
-			                <td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
-			                <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-			                <!-- <apex:outputField value="{!campaignRecords.cn.BusinessResult_det__c}"/> -->
+                                        <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;"> -->
+                                            <apex:outputPanel rendered="{!(bpt.busImgStyleL =='')}">
+                                                <apex:outputField value="{!bpt.cn.BusinessPurpose_det__c}"/>
+                                            </apex:outputPanel>
+                                        </td>
+                                        <!-- <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;">
+                                            <apex:outputPanel rendered="{!(bpt.busImgSrc !='')}">
+                                            <img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrc}" style="{!bpt.busImgStyle}" ></img>
+                                            </apex:outputPanel>
+                                        </td> -->
+                                    </tr>
+                                        <apex:variable value="{!cnt + 1}" var="cnt" />
+                                    </apex:repeat>
+                                    
+                                </tbody>
+                            </table>
+                            </td>
+                            <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                            
+                        </tr>
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                        <!-- </div> -->
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                        <tr>
+                            <td class="label">娲诲姩鎴愭灉:</td>
+                            <td class="middle" style="word-wrap: break-word;word-break: break-all;min-height: 100px;">
+                            <div style="text-align: left;" id="BusinessResult_div">
+                            <!-- <apex:outputText value="{!campaignRecords.BusinessResult}" escape="false" /> -->
+                            <c:PDFWbr targetStr="{!campaignRecords.BusinessResult}"/>
+                            </div>
+                            </td>
+                        </tr>
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                        <!-- <div style="display:{!IF(businessResultTwoList!=null,'block','none')};"> -->
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                        <tr>
+                            <td class="label"><c:PDFWbr targetStr="{!$ObjectType.campaign.fields.BusinessResult_det__c.label}"/>:</td>
+                            <td class="middle" style="word-wrap: break-word; text-align: center; word-break: break-all;min-height: 200px;">
+                            <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                            <!-- <apex:outputField value="{!campaignRecords.cn.BusinessResult_det__c}"/> -->
 
-			                
-			                <table class="htmlDetailElementTable" width="550" border="0" cellpadding="0" cellspacing="0">
-                				<tbody>
-                					<apex:variable value="{!0}" var="cnt" />
-		                            <apex:repeat value="{!businessResultTwoList}" var="bpt">
-		                            <tr>
-		                                <td class="middle" >
-		                                	<apex:outputPanel rendered="{!(bpt.busImgStyleL !='')}">
-		                                    	<img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrcL}" style="{!bpt.busImgStyleL}" ></img>
-		                                	</apex:outputPanel>
-		                                <!-- </td>
-		                                <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;"> -->
-			                                <apex:outputPanel rendered="{!(bpt.busImgStyleL =='')}">
-		                                		<apex:outputField value="{!bpt.cn.BusinessPurpose_det__c}"/>
-		                                	</apex:outputPanel>
-	                                	</td>
-		                                <!-- <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;">
-		                                	<apex:outputPanel rendered="{!(bpt.busImgSrc !='')}">
-		                                	<img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrc}" style="{!bpt.busImgStyle}" ></img>
-		                                	</apex:outputPanel>
-		                                </td>
- -->		                            </tr>
-		                                <apex:variable value="{!cnt + 1}" var="cnt" />
-		                            </apex:repeat>
-                					
-                				</tbody>
-                			</table>
-                			
-			                <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-			                </td>
-						</tr>
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
-						<!-- </div> -->
-						<!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
-					</table>
-				</td>
-			</tr>
-		</table>
-	</body>
+                            
+                            <table class="htmlDetailElementTable" width="550" border="0" cellpadding="0" cellspacing="0">
+                                <tbody>
+                                    <apex:variable value="{!0}" var="cnt" />
+                                    <apex:repeat value="{!businessResultTwoList}" var="bpt">
+                                    <tr>
+                                        <td class="middle" >
+                                            <apex:outputPanel rendered="{!(bpt.busImgStyleL !='')}">
+                                                <img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrcL}" style="{!bpt.busImgStyleL}" ></img>
+                                            </apex:outputPanel>
+                                        <!-- </td>
+                                        <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;"> -->
+                                            <apex:outputPanel rendered="{!(bpt.busImgStyleL =='')}">
+                                                <apex:outputField value="{!bpt.cn.BusinessPurpose_det__c}"/>
+                                            </apex:outputPanel>
+                                        </td>
+                                        <!-- <td style="word-wrap: break-word; text-align: center; word-break: break-all; min-height: 200px; width: 50%;">
+                                            <apex:outputPanel rendered="{!(bpt.busImgSrc !='')}">
+                                            <img alt="鐢ㄦ埛娣诲姞鐨勫浘鐗�" src="{!bpt.busImgSrc}" style="{!bpt.busImgStyle}" ></img>
+                                            </apex:outputPanel>
+                                        </td>
+ -->                                    </tr>
+                                        <apex:variable value="{!cnt + 1}" var="cnt" />
+                                    </apex:repeat>
+                                    
+                                </tbody>
+                            </table>
+                            
+                            <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                            </td>
+                        </tr>
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 start -->
+                        <!-- </div> -->
+                        <!-- SWAG-BHW3Y9 update by vivek 20200108 end -->
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </body>
 </html>
 </apex:page>
\ No newline at end of file

--
Gitblit v1.9.1