From 559771a80cf779dc13a84ecd2f178e6ca5a8353a Mon Sep 17 00:00:00 2001
From: FUYU <fuyu@prec-tech.com>
Date: 星期五, 19 五月 2023 15:52:16 +0800
Subject: [PATCH] 备份省目标录入

---
 force-app/main/default/pages/OpportunityPCLNew.page |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/pages/OpportunityPCLNew.page b/force-app/main/default/pages/OpportunityPCLNew.page
index b8b725f..0317235 100644
--- a/force-app/main/default/pages/OpportunityPCLNew.page
+++ b/force-app/main/default/pages/OpportunityPCLNew.page
@@ -159,7 +159,7 @@
             }
 
             table.list .col_Opportunity_Category__c {
-                width: 100px;
+                /* width: 100px; */
             }
 
             table.list .col_Important_Rroduct_Flg__c {
@@ -426,7 +426,10 @@
 
     </head>
     <apex:form id="allForm">
-
+        <!-- XLIU-CGF4TA 銆愬鎵樸�� 銆愯浠风鐞嗘敼鍠勯渶姹傝瘎浼般�戣浠蜂腑鐨勮繘鍙h璇佸垽鏂� fy start  -->
+        <!-- <apex:inputHidden id="HideForecastOCSMflag" value="{!HideForecastOCSMflag}"/> -->
+        <!-- <apex:actionFunction action="{!HideForecastOCSMSigningDate}" name="HideForecastOCSMSigningDate" reRender="mainForm" oncomplete="unblockUI();MarkRed();"/> -->
+        <!-- XLIU-CGF4TA 銆愬鎵樸�� 銆愯浠风鐞嗘敼鍠勯渶姹傝瘎浼般�戣浠蜂腑鐨勮繘鍙h璇佸垽鏂� fy end  -->
         <!-- SWAG-C9NC23 銆愬鎵樸�慬閲嶈锛屼紭鍏堬紒]鍛ㄤ細璇环绠$悊琛ㄤ慨鏀�   lt   20211217  add  MarkRed(); *4 -->
         <apex:actionFunction name="saveAndSearch" action="{!save}" rerender="allPanel" oncomplete="unblockUI();MarkRed();">
             <apex:param name="firstParam" assignTo="{!saveType}" value="" />
@@ -525,6 +528,20 @@
                         <td></td>
                     </tr>
                 </table>
+                <!-- XLIU-CGF4TA 銆愬鎵樸�� 銆愯浠风鐞嗘敼鍠勯渶姹傝瘎浼般�戣浠蜂腑鐨勮繘鍙h璇佸垽鏂� fy start 聽-->
+                 <!-- <table style="border-bottom-width: 0px; font-size:12px;">
+                   <tr> -->
+                     <!-- <td >鏆傛椂搴熼櫎
+                       <apex:commandButton action="{!save}" value="淇濆瓨" rerender="allPanel" onclick="blockme();" oncomplete="unblockUI();" style="height:30px;width:50px;"/>onchange="HideForecastOCSMSigningDate1()" 
+                       闅愯棌棰勬祴OCSM绛剧害鏃�&nbsp;<apex:inputCheckbox value="{!HideForecastOCSMflag}" id="HideForecastOCSMflag1"/>
+                       <apex:commandButton action="{!HideForecastOCSMSigningDate}" value="搴旂敤" rerender="allPanel" onclick="blockme();" oncomplete="unblockUI();" style="height:30px;width:50px;"/>
+                     </td> 鏆傛椂搴熼櫎-->
+                     <!-- <td >
+                        <apex:commandButton  value="闅愯棌棰勬祴OCSM绛剧害鏃�" onclick="HideForecastOCSMSigningDate1();return false;"  style="height:30px;width:150px;"/>
+                     </td >
+                    </tr>
+                </table> -->
+                <!-- XLIU-CGF4TA 銆愬鎵樸�� 銆愯浠风鐞嗘敼鍠勯渶姹傝瘎浼般�戣浠蜂腑鐨勮繘鍙h璇佸垽鏂� fy end 聽-->
             </apex:pageBlock>
 
             <apex:pageBlock id="oppBlock" tabStyle="Report">
@@ -564,7 +581,8 @@
                                             <br/> 05=浠锋牸鐢宠涓�, 06=鐢ㄦ埛鏈绾�, 07=鐢ㄦ埛宸茬绾�, 08=宸茬绾�
                                         </td>
                                     </apex:outputPanel>
-                                    <apex:outputPanel layout="none" rendered="{!cnt < ratingStartIdx || cnt >= ratingStartIdx + 12}">
+                                    <!-- <apex:outputPanel layout="none" rendered="{!cnt < ratingStartIdx || cnt >= ratingStartIdx + 12}"> -->
+                                    <apex:outputPanel layout="none">
                                         <td class="col_{!columnRightCss[cnt]}" id="col_{!columnRightCss[cnt]}" style="font-weight: bold; ">
                                             <!-- 鍚堣▓閲戦銈掑嚭銇� -->
                                             <apex:outputPanel layout="none" rendered="{!c.size==1 && columnMoneyFlgMap[c[0]]}">
@@ -727,6 +745,7 @@
             </apex:pageBlock>
             <script type="text/javascript">
                 j$(function () {
+                    debugger
                     var tableWidth = 0;
                     j$('body .pbBody table#tableHeader tr.headerRow td').each(function () {
                         var colClass = getColClassName(this);

--
Gitblit v1.9.1