FUYU
2023-05-19 559771a80cf779dc13a84ecd2f178e6ca5a8353a
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 【委托】 【询价管理改善需求评估】询价中的进口论证判断 fy start  -->
        <!-- <apex:inputHidden id="HideForecastOCSMflag" value="{!HideForecastOCSMflag}"/> -->
        <!-- <apex:actionFunction action="{!HideForecastOCSMSigningDate}" name="HideForecastOCSMSigningDate" reRender="mainForm" oncomplete="unblockUI();MarkRed();"/> -->
        <!-- XLIU-CGF4TA 【委托】 【询价管理改善需求评估】询价中的进口论证判断 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 【委托】 【询价管理改善需求评估】询价中的进口论证判断 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 【委托】 【询价管理改善需求评估】询价中的进口论证判断 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);