高章伟
2023-03-02 e3c02c03dd2de442bbced87236f60a13a1cd154e
force-app/main/default/pages/StartTrading.page
@@ -3,9 +3,10 @@
   <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }" />
   <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}" />
   <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}" />
   <script src="../../soap/ajax/53.0/connection.js" type="text/javascript"></script>
    <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
   <script type="text/javascript">
    <!-- SWAG-CEY8GZ 20220620 lt update -->
    <!-- <script type="text/javascript">
      var staticResources = JSON.parse('{!staticResource}');
      var selectedIndexContact = 0;
      function setSelectedIndex(){
@@ -90,50 +91,50 @@
         // }
         // 2022-04-13 ssm 紧急应对 科室和客户人员必填 end
      }
   </script>
   <style>
   </style>
    </script> -->
    <!-- <style>
    </style> -->
   <!-- リード 取引の開始 -->
   <apex:sectionHeader title="{!$ObjectType.Lead.Label}" subtitle="{!$Label.StartTrading_Subtitle}"/>
    <!-- <apex:sectionHeader title="{!$ObjectType.Lead.Label}" subtitle="{!$Label.StartTrading_Subtitle}"/>
   <apex:form id="mainForm">
      <apex:pageMessages id="errorMsg" />
      <apex:pageBlock id="idDayEdit" title="" mode="edit" >
         <apex:pageBlockButtons >
            <apex:pageBlockButtons > -->
            <!-- 取引の開始 -->
            <apex:commandButton action="{!start}" value="{!$Label.StartTrading_Subtitle}" onclick="requiredCheck();" reRender="mainForm"/>
                <!-- <apex:commandButton action="{!start}" value="{!$Label.StartTrading_Subtitle}" onclick="requiredCheck();" reRender="mainForm"/> -->
            <!-- キャンセル -->
            <apex:commandButton action="{!cancel}" value="{!$Label.StartTrading_Cancel}"/>
         </apex:pageBlockButtons>
                <!-- <apex:commandButton action="{!cancel}" value="{!$Label.StartTrading_Cancel}"/> -->
            <!-- </apex:pageBlockButtons>
         <div class="pbSubheader first tertiaryPalette">
            <span class="pbSubExtra"><span class="requiredLegend"><span class="requiredExampleOuter"><span class="requiredExample">&nbsp;</span></span><span class="requiredText"> = 必填信息</span></span></span><!-- 必須情報 -->
                <span class="pbSubExtra"><span class="requiredLegend"><span class="requiredExampleOuter"><span class="requiredExample">&nbsp;</span></span><span class="requiredText"> = 必填信息</span></span></span>必須情報 -->
            <!-- 基本情報 -->
            <h3>{!$Label.Basic_Information}</h3>
                <!-- <h3>{!$Label.Basic_Information}</h3>
         </div>
         <table>
            <tr>
               <td width="100px"></td>
                    <td width="100px"></td> -->
               <!-- 診療科名 -->
               <td>{!$Label.Department_Name}</td>
                    <!-- <td>{!$Label.Department_Name}</td>
               <td>
                  <apex:selectList value="{!sltDep}" multiselect="false" size="1" id="idDep" style="width:400px;" >
                     <apex:selectOptions value="{!depList}" ></apex:selectOptions>
                            <apex:selectOptions value="{!depList}" ></apex:selectOptions> -->
                     <!-- 2022-04-13 ssm 紧急应对 科室和客户人员必填 start -->
                     <!-- <apex:actionSupport event="onchange" onsubmit="" onbeforedomupdate="" action="{!depChange}" rerender="idCon" oncomplete="preparePayloadForSearchContact()">
                        <apex:param name="sltD" value="{!sltDep}" />
                     </apex:actionSupport> -->
                     <!-- 2022-04-13 ssm 紧急应对 科室和客户人员必填 end -->
                  </apex:selectList>
                        <!-- </apex:selectList>
               </td>
            </tr>
            <tr>
               <td width="100px"></td>
                    <td width="100px"></td> -->
               <!-- 担当者 -->
               <td>{!$ObjectType.Contact.Label}</td>
               <td>
                    <!-- <td>{!$ObjectType.Contact.Label}</td>
                    <td> -->
                  <!-- 2022-04-13 ssm 紧急应对 科室和客户人员必填 start -->
                  <!-- <apex:selectList value="{!sltCon}" onchange="setSelectedIndex()" multiselect="false" size="1" id="idCon" style="width:200px;"> -->
                  <!-- 2022-04-13 ssm 紧急应对 科室和客户人员必填 end -->
                  <apex:selectList value="{!sltCon}" multiselect="false" size="1" id="idCon" style="width:200px;">
                        <!-- <apex:selectList value="{!sltCon}" multiselect="false" size="1" id="idCon" style="width:200px;">
                     <apex:selectOptions value="{!conList}" />
                  </apex:selectList>
                  <script>
@@ -153,13 +154,14 @@
               </td>
            </tr>
            <tr>
               <td width="100px"></td>
                    <td width="100px"></td> -->
               <!-- 是否SI本部共同推进询价 -->
               <td>是否SI本部共同推进询价</td>
                    <!-- <td>是否SI本部共同推进询价</td>
               <td><apex:inputCheckbox value="{!SI_Flg}" id="SI_Flg" />
               </td>
            </tr>
         </table>
      </apex:pageBlock>
   </apex:form>
    </apex:form> -->
    <!-- SWAG-CEY8GZ 20220620 lt update -->
</apex:page>