市场活动页面:
学会名单
【学会*培训】选项卡 - 找到学会数据 - 点击【参会人员名单】按钮 - 点击【参会人员】输入框
【学会*培训】选项卡 - 找到学会数据 - 点击【参会人员名单】按钮
学会时间修改
6个文件已修改
198 ■■■■ 已修改文件
force-app/main/default/pages/CampaignCreate.page 114 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/CampaignMember.page 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/CampaignMemberService.page 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/DateModify.page 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/SI_Opportunity_Response.page 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/SearchProductIrai.page 56 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/CampaignCreate.page
@@ -1,48 +1,48 @@
<apex:page standardController="Campaign" showHeader="false" sidebar="false" extensions="CampaignCreateController" action="{!init}" >
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:page standardController="Campaign" showHeader="false" sidebar="false" extensions="CampaignCreateController" action="{!init}"  lightningStylesheets="true" >
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
    <apex:stylesheet value="{!URLFOR($Resource.jquerysuggestcss)}"/>
    <apex:includeScript value="{!URLFOR($Resource.jquerysuggestjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <script type="text/javascript">
        // function skipJS() {
        //     skipPage();
        // }
        // function ReturnWindowJs(){
        //     returnPage();
        // }
        function displayDecisionThemeJS(){
            if(document.getElementById('j_id0:allForm:allBlock:Meeting_Approved_No').value != ''){
                var MeetingApprovedName = document.getElementById('j_id0:allForm:allBlock:Meeting_Approved_No').value;
                displayDecisionTheme(MeetingApprovedName);
            }
        }
        function changeCheckbox(){
            debugger
            var as = j$(escapeVfId("j_id0:allForm:allBlock:isAdjudication")).value();
            if(as==""){
                changeCheckboxs('0');
            }else{
                changeCheckboxs('1');
            }
        }
    </script>
    <apex:form id="allForm">
        <apex:actionFunction name="returnPage" action="{!returnPage}" rerender="allForm,allPanel,allBlock,records">
    <script type="text/javascript">
        // function skipJS() {
        //  skipPage();
        // }
        // function ReturnWindowJs(){
        //  returnPage();
        // }
        function displayDecisionThemeJS(){
            if(document.getElementById('j_id0:allForm:allBlock:Meeting_Approved_No').value != ''){
                var MeetingApprovedName = document.getElementById('j_id0:allForm:allBlock:Meeting_Approved_No').value;
                displayDecisionTheme(MeetingApprovedName);
            }
        }
        function changeCheckbox(){
            debugger
            var as = j$(escapeVfId("j_id0:allForm:allBlock:isAdjudication")).value();
            if(as==""){
                changeCheckboxs('0');
            }else{
                changeCheckboxs('1');
            }
        }
    </script>
    <apex:form id="allForm">
        <apex:actionFunction name="returnPage" action="{!returnPage}" rerender="allForm,allPanel,allBlock,records">
        </apex:actionFunction>
        <apex:actionFunction name="skipPage" action="{!skipPage}" rerender="allForm,allPanel,allBlock,records">
        <apex:actionFunction name="skipPage" action="{!skipPage}" rerender="allForm,allPanel,allBlock,records">
        </apex:actionFunction>
        <apex:actionFunction name="displayDecisionTheme" action="{!displayDecisionTheme}" rerender="allForm,allPanel,allBlock,records">
            <apex:param name="firstParam" assignTo="{!MeetingApprovedName}" value="" />
        <apex:actionFunction name="displayDecisionTheme" action="{!displayDecisionTheme}" rerender="allForm,allPanel,allBlock,records">
            <apex:param name="firstParam" assignTo="{!MeetingApprovedName}" value="" />
        </apex:actionFunction>
        <apex:actionFunction name="changeCheckboxs" action="{!changeCheckboxs}" rerender="allForm,allPanel,allBlock,records">
            <apex:param name="firstParam" assignTo="{!flag}" value="" />
        <apex:actionFunction name="changeCheckboxs" action="{!changeCheckboxs}" rerender="allForm,allPanel,allBlock,records">
            <apex:param name="firstParam" assignTo="{!flag}" value="" />
        </apex:actionFunction>
        <apex:outputPanel id="allPanel">
            <apex:pageBlock id="allBlock">
                <input type="hidden" id="hasError" value="{!hasError}"/>
                <input type="hidden" id="hasError" value="{!hasError}"/>
                <apex:outputPanel id="message">
                    <apex:pageMessages />
                </apex:outputPanel>
@@ -58,30 +58,30 @@
                        <td align="left" colspan="4">
                            <apex:outputLabel value="> 决裁信息" style="font-size:22px;font-weight:bold;"/>
                        </td>
                    </tr>
                    <tr><td>&nbsp;</td></tr>
                    <tr>
                        <td style="text-align: center;">&nbsp;</td>
                        <td style="text-align: left;">
                            <apex:outputLabel style="font-weight: bold; padding-right: 5px;" value="是否需要申请决裁"/>
                            <apex:inputField id="isAdjudication" value="{!AdjudicationDataobj.cam.IF_Approved__c}"  onchange="changeCheckbox();"/>
                        </td>
                        <td style="text-align: left;">
                            <apex:outputLabel style="font-weight: bold; padding-right: 5px;" value="会议决裁编码"/>
                            <apex:inputField id="Meeting_Approved_No" value="{!AdjudicationDataobj.cam.Meeting_Approved_No__c}" onchange="displayDecisionThemeJS();"/>
                        </td>
                        <td style="text-align: left;">
                            <apex:outputLabel style="font-weight: bold; padding-right: 8px;" value="会议决裁主题:"/>
                            <apex:outputText id="DecisionTheme" value="{!CampaignTheme}"/>
                        </td>
                    </tr>
                    <tr><td>&nbsp;</td></tr>
                    <tr>
                        <td align="center" colspan="3">
                            <apex:commandButton immediate="true" action="{!skipPage}" value="确认" style="width:50px;margin-right: 10px;"/>
                            <apex:commandButton immediate="true" action="{!returnPage}" value="取消" style="width:50px"/>
                        </td>
                    </tr>
                    </tr>
                    <tr><td>&nbsp;</td></tr>
                    <tr>
                        <td style="text-align: center;">&nbsp;</td>
                        <td style="text-align: left;">
                            <apex:outputLabel style="font-weight: bold; padding-right: 5px;" value="是否需要申请决裁"/>
                            <apex:inputField id="isAdjudication" value="{!AdjudicationDataobj.cam.IF_Approved__c}"  onchange="changeCheckbox();"/>
                        </td>
                        <td style="text-align: left;">
                            <apex:outputLabel style="font-weight: bold; padding-right: 5px;" value="会议决裁编码"/>
                            <apex:inputField id="Meeting_Approved_No" value="{!AdjudicationDataobj.cam.Meeting_Approved_No__c}" onchange="displayDecisionThemeJS();"/>
                        </td>
                        <td style="text-align: left;">
                            <apex:outputLabel style="font-weight: bold; padding-right: 8px;" value="会议决裁主题:"/>
                            <apex:outputText id="DecisionTheme" value="{!CampaignTheme}"/>
                        </td>
                    </tr>
                    <tr><td>&nbsp;</td></tr>
                    <tr>
                        <td align="center" colspan="3">
                            <apex:commandButton immediate="true" action="{!skipPage}" value="确认" style="width:70px;margin-right: 10px;"/>
                            <apex:commandButton immediate="true" action="{!returnPage}" value="取消" style="width:70px"/>
                        </td>
                    </tr>
                    <!-- </apex:repeat> -->
                </table>
            </apex:pageBlock>
force-app/main/default/pages/CampaignMember.page
@@ -1,4 +1,4 @@
<apex:page controller="CampaignMemberController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="参会人员">
<apex:page controller="CampaignMemberController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="参会人员"  lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
force-app/main/default/pages/CampaignMemberService.page
@@ -1,4 +1,4 @@
<apex:page controller="CampaignMemberServiceController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="参会人员">
<apex:page controller="CampaignMemberServiceController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="参会人员" lightningStylesheets="true" >
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
force-app/main/default/pages/DateModify.page
@@ -1,4 +1,4 @@
<apex:page showHeader="false" sidebar="false" controller="DateModifyController" action="{!init}" id="allPage" title="时间修改申请">
<apex:page showHeader="false" sidebar="false" controller="DateModifyController" action="{!init}" id="allPage" title="时间修改申请" lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -13,9 +13,13 @@
    <apex:outputPanel id="message" >
         <apex:messages style="color: red; border: 1px solid #66B3FF; font-size: 17px; font-weight: bolder; border-radius: 5%; background-color: #FFED97"/>
    </apex:outputPanel>
    <div>
        <apex:commandButton style="display: none;" />
        <apex:commandButton value="提交审批" disabled="{!Isblock}" onclick="subm()" rerender="dummy"/>
        <apex:commandButton value="保存" disabled="{!Isblock}" onclick="save()" rerender="dummy" />
        <apex:commandButton value="取消" onclick="back()"/>
    </div>
    
    <apex:pageBlockSection title="时间修改申请" id="allTable">
        <apex:inputField label="{!$ObjectType.Campaign.fields.CeremonyDate__c.label}" value="{!cam.CeremonyDate_copy__c}"     id="CeremonyDate_copy__c"  />
force-app/main/default/pages/SI_Opportunity_Response.page
@@ -1,4 +1,4 @@
<apex:page standardController="Opportunity" extensions="SI_Opportunity_ResponseController" showHeader="false" sidebar="false" action="{!init}" id="allPage" >
<apex:page standardController="Opportunity" extensions="SI_Opportunity_ResponseController" showHeader="false" sidebar="false" action="{!init}" id="allPage" lightningStylesheets="true" >
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -42,9 +42,9 @@
        var resStatus = j$(escapeVfId('allPage:allForm:ResponseBlock:mailStatus')).val();
        if(resStatus =='Fin'){
            setTimeout( alert('发送完成'),5000 );
            top.window.opener.reloadJs();
            top.window.close();
            setTimeout( alert('发送完成'),5000 );
            top.window.opener.reloadJs();
            top.window.close();
        }
    }
</script>
@@ -52,8 +52,8 @@
    <apex:actionFunction action="{!sendMail}" name="sendMail"/>
    <apex:actionFunction action="{!init}" name="initJs"  />
        <apex:pageBlock id="allBlock" rendered="{!IF(isShowFlg=='true',true,false)}">
            <apex:pageBlockButtons location="top">
            <apex:pageBlockButtons location="top" style="display:flex">
                <apex:commandButton title="SI部门" value="TO:SP-SI" onclick="SendToSIJs()" />
                <apex:commandButton title="申请者" value="TO:营业本部" onclick="SendToApplyJs()" />
            </apex:pageBlockButtons>
@@ -64,9 +64,9 @@
        </apex:pageBlock>
        <apex:pageBlock rendered="{!IF(isShowFlg=='true',false,true)}" id="ResponseBlock">
        <apex:outputPanel id="message">
            <apex:pageMessages />
        </apex:outputPanel>
        <apex:inputHidden id="mailStatus" value="{!mailStatus}"/>
            <apex:pageMessages />
        </apex:outputPanel>
        <apex:inputHidden id="mailStatus" value="{!mailStatus}"/>
            <apex:pageBlockButtons location="top" >
                <apex:commandButton onclick="ConfirmJs(); " value="发送" rerender="allForm,ResponseBlock,message,mailStatus" oncomplete="refreshPage();"/>
                <apex:commandButton onclick="CancelJs(); " value="取消" rerender="dummy" oncomplete="CancelJs();"/>
force-app/main/default/pages/SearchProductIrai.page
@@ -53,22 +53,22 @@
            var CanNotCancelledGurantee__c = j$(escapeVfId("Page:mainForm:idSearchSetProduct:idRezultVisitor:"+ i +":CanNotCancelledGurantee__c")).val();
            //DB202212304166 【紧急-报价委托与购买意向】请将最后操作的报价委托状态放到购买意向中 fy end
            //CHAN-BHNBX6 2019/11/20 START
            var GuaranteePeriod =  j$(escapeVfId("Page:mainForm:idSearchSetProduct:idRezultVisitor:"+ i +":GuaranteePeriod")).value();
            //CHAN-BHNBX6 2019/11/20 START
            var GuaranteePeriod =  j$(escapeVfId("Page:mainForm:idSearchSetProduct:idRezultVisitor:"+ i +":GuaranteePeriod")).value();
            //nodiscount 小计
            var Intra_Trade_Service_RMB =j$(escapeVfId("Page:mainForm:idSearchSetProduct:idRezultVisitor:"+ i +":Intra_Trade_Service_RMB")).value();
            var Intra_Trade_Service_RMB =j$(escapeVfId("Page:mainForm:idSearchSetProduct:idRezultVisitor:"+ i +":Intra_Trade_Service_RMB")).value();
            //CHAN-BHNBX6 2019/11/20 END
            //No
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":indexNo")).text(parseInt(lineno)+1);
            //製品型番
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Assert")).val(Asset_Model_No__c);
             //Status__c
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Status__c")).text(SFDA_Status__c);
            //SFDA hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":SFDA")).val(SFDA_Status__c);
            //DB202212304166 【紧急-报价委托与购买意向】请将最后操作的报价委托状态放到购买意向中 fy start
            //取消市场多年保
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":CanNotCancelledGurantee__c")).val(CanNotCancelledGurantee__c);
@@ -85,9 +85,9 @@
            //ListPrice
            var ListPrice = 0;
            var Cost_c = 0;
            //CHAN-BHNBX6 2019/11/20 START
            //CHAN-BHNBX6 2019/11/20 START
            var NoDiscount = 0;
            if(trade == "CNY") {
               ListPrice = Intra_Trade_List_RMB__c;
               Cost_c = Intra_Trade_Cost_RMB__c;
@@ -106,10 +106,10 @@
            //CHAN-BHNBX6  NoDiscount 2019/11/20 START
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":NoDiscount")).val(NoDiscount);
            //CHAN-BHNBX6  NoDiscount 2019/11/20 END
            //数量
            //数量
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Quantity")).val(1);
            //CHAN-BHNBX6 保修年限 2019/11/20 START
            //CHAN-BHNBX6 保修年限 2019/11/20 START
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":itemGuaranteePeriod")).text(GuaranteePeriod);
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":itemGuaranteePeriod")).val(GuaranteePeriod);
            //CHAN-BHNBX6 保修年限 2019/11/20 END
@@ -118,20 +118,20 @@
            //単位
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Qty")).text();
            //小計 主画面ID变更,逻辑不变设值ID变更
//            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":TotalPrice")).text(top.window.opener.toNumComma(ListPrice));
            //Subtotal__c hidden
//            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Subtotal__c")).val(ListPrice);
            //小計lw
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":ListPriceTotalText")).text(top.window.opener.toNumComma(ListPrice));
            //ListPriceTotal hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":ListPriceTotal")).val(ListPrice);
            //CHAN-BHNBX6 nodiscount 小计 2019/11/20 START
            //CHAN-BHNBX6 nodiscount 小计 2019/11/20 START
            //DB202212304166 【紧急-报价委托与购买意向】请将最后操作的报价委托状态放到购买意向中 fy start
            // var cancelMultiyearInsurance = top.window.opener.j$(escapeVfId("Page:mainForm:block:cancelMultiyearInsurance")).val();
            // var NoDiscount1;
@@ -144,50 +144,50 @@
            //DB202212304166 【紧急-报价委托与购买意向】请将最后操作的报价委托状态放到购买意向中 fy end
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":NoDiscountTotalText")).text(top.window.opener.toNumComma(NoDiscount));
            //CHAN-BHNBX6 nodiscount 小计 2019/11/20 END
            //CHAN-BHNBX6 nodiscount 小计 2019/11/20 END
            // window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":NoDiscountTotal")).val(Intra_Trade_Service_RMB);
            //NameCode hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":NameCode")).val(NameCode);
            //Product_Name hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Product_Name")).val(name);
            //Product_SFDA hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Product_SFDA")).val(SFDA_Status__c);
            //Sales_Possibility hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Sales_Possibility")).val(Sales_Possibility);
            //Product_ListPrice hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Product_ListPrice")).val(ListPrice);
            //Product_Cost hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Product_Cost")).val(Cost_c);
            //Cost hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Cost")).val(Cost_c);
            //CostSubTotal hidden Cost_c * Quantity;
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":CostSubTotal")).val(Cost_c);
            //Bsscategory hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Bsscategory")).val(Bsscategory);
            //Product_Id hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":Product_Id")).val(Product2Id);
            //PricebookEntryId hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":PricebookEntryId")).val(PricebookEntryId);
            //lineNo hidden
            window.opener.j$(escapeVfId("Page:mainForm:block:lists:"+ lineno +":lineNo")).val(parseInt(lineno));
        }
    </script>
    <style type="text/css">
        div#iframelike {
            height: 300px;
            overflow-y: auto;
            overflow-x: hidden;
@@ -319,4 +319,4 @@
        var trade = window.opener.j$(escapeVfId("Page:mainForm:block:CurrencyIsoCode")).val();
        j$(escapeVfId("Page:mainForm:idSearchSetProduct:Trade")).val(trade);
    </script>
</apex:page>
</apex:page>