binxie
2023-06-26 b5c5eb130ca0848124f9d136af4be142ad5aac07
force-app/main/default/pages/DealerInquiryModifyState.page
@@ -1,4 +1,4 @@
<apex:page controller="DealerInquiryModifyStateController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<apex:page controller="DealerInquiryModifyStateController" docType="html-5.0" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStyleSheets="true">
<head>
<title>经销商批量修改询价状态</title>
@@ -14,40 +14,44 @@
    }
    
    div.inline { float:left; }
    .clearBoth { clear:both; }
div.reportBlock table.list {
  width:auto;
}
div#out_Div { /* ここにヘッダを格納 */
  position:relative;
  overflow: hidden;
  float:left;
  width:50.3%;
        width:50% !important;
}
div#out_Div_L {
  position:relative;
  overflow:hidden;
  float:left;
  width:48%;
  border-right:2px solid #000
        width:50% !important;
        border-right:2px solid #808383
}
div#in_Div {/* tbodyが入っている。ここがスクロール対象*/
  position:relative;
  overflow: auto;  /*スクロールバー*/
  float:left;
  width:51.8%;
  height: 373px; /* tbodyを表示する高さ、後でjsにて調整 */
        width:50% !important;
        height: 600px;
}
div#in_Div_L {
  position:relative;
  overflow-x:auto;
  overflow-y: hidden;
  float:left;
  width:48%;
  height: 373px;
  border-right:2px solid #000
        width:50% !important;
        height: 600px;
        border-right:2px solid #808383
}
body .pbBody table.list tr.headerRow td {
@@ -55,29 +59,37 @@
  text-align:center;font-weight:normal;
  padding:0px 0px 0px 1px;
}
body .pbBody table.list tr.headerRow td.header1 {
  text-align:center;font-weight:normal;
  padding:0px 0px 0px 0px;
}
body .pbBody table.list tr.dataRow td {
  box-sizing: border-box;
  padding:0px 0px 0px 1px; border-width: 0px 0px 1px 0px; vertical-align: middle; word-break:break-all;
}
body .pbBody table.list tr.dataRow td.dataCellBorder  {
  /* いらない、使っていない */
  padding:0px 0px 0px 1px; border-width: 0px 0px 1px 0px; vertical-align: middle; word-break:break-all;
}
body .pbBody table.list tr.dataRow td.dataCellBorder1 {
  padding:0px 0px 0px 1px;
  border-width: 0px 0px 1px 1px; vertical-align: middle; word-break:break-all;
}
@-moz-document url-prefix() {
body .pbBody table.list tr.dataRow td.dataCellBorder1 {padding:0px 0px 0px 0px; border-width: 0px 0px 1px 1px; vertical-align: middle; word-break:break-all;}
}
table.list td {width:100px; }
table.list td select {width:95%;}
table.list td input {width:95%;}
table.list td textarea {
  height:50px;
  width:90%;
@@ -142,10 +154,8 @@
table.list .col_OPD_UCES3__c {width:118px;} /*OPD对象:UCES-3*/
table.list .col_Target_amount_USG400__c {width:118px;} /*目标数:USG-400*/
table.list .col_OPD_USG400__c {width:118px;} /*OPD对象:USG-400*/
table.list .col_Hospital_Name__c {width:139px;} /*医院名*/
table.list .col_Department_Name__c {width:60px;} /*科室名称*/
table.list .col_Province_formula__c {width:78px;} /*省(公式)*/
table.list .col_X2_Largescale_Project__c {width:78px;} /****有无两年以内大项目采购*/
table.list .col_Ideal_Image_Sales__c {width:148px;} /****拓展・开拓规划/营销方案(销售)*/
@@ -161,7 +171,6 @@
table.list .col_Link6 {width:58px;}
table.list .col_Link7 {width:58px;}
table.list .col_Link8 {width:58px;}*/
body .pbBody table.list tr.headerRow td.colViewing {
  /* デフォルト値、最小化アイコンを表示 */
  background-image:url('{!URLFOR($Resource.IconResizeMinus_5)}') ;
@@ -177,104 +186,133 @@
/*.zxk{
    margin-bottom: 3px;
}*/
    .buttonStyle{
        font-size: 14px !important;
        font-family: 'sans-serif' !important;
        font-weight:500 !important;
        width: 70px !important;
        height: 32px !important;
        border-radius: 4px !important;
        opacity: 1 !important;
        background:#090F84 !important;
        color:#FFFFFF !important;
    }
</style>
<script type="text/javascript">
var heightAjustment = 120;
var widthAjustment = 30;
function setChangeFlgRight(cnt) {
    document.getElementById('allPage:allForm:oppBlock:oppTable:' + cnt + ':changeFlgRt').value = 1;
}
</script>
</head>
    <apex:slds />
    <div id="spinner" class="slds-spinner_container" style="display:none;">
        <div role="status" class="slds-spinner slds-spinner_medium slds-spinner_brand">
            <span class="slds-assistive-text">Loading</span>
            <div class="slds-spinner__dot-a"></div>
            <div class="slds-spinner__dot-b"></div>
        </div>
    </div>
    <apex:form id="allForm">
        <apex:actionFunction name="saveAndSearch" action="{!save}" rerender="allPanel" oncomplete="unblockUI();expandAll();">
        <apex:actionFunction name="saveAndSearch" action="{!save}" rerender="allPanel" oncomplete="closeSpinner();expandAll();">
             <apex:param name="firstParam" assignTo="{!saveType}" value="" />
        </apex:actionFunction>
         <apex:actionFunction name="saveAndSort" action="{!save}" rerender="allPanel" oncomplete="unblockUI();expandAll();">
         <apex:actionFunction name="saveAndSort" action="{!save}" rerender="allPanel" oncomplete="closeSpinner();expandAll();">
            <apex:param name="firstParam" assignTo="{!saveType}" value="" />
            <apex:param name="secondParam" assignTo="{!sortKey}" value="" />
        </apex:actionFunction>
        <apex:actionFunction name="searchOpp" action="{!chick}" rerender="allPanel" oncomplete="unblockUI();expandAll();"/>
        <apex:actionFunction name="sortTable" action="{!sortTable}" rerender="allPanel" oncomplete="unblockUI();expandAll();">
        <apex:actionFunction name="searchOpp" action="{!chick}" rerender="allPanel" oncomplete="closeSpinner();expandAll();"/>
        <apex:actionFunction name="sortTable" action="{!sortTable}" rerender="allPanel" oncomplete="closeSpinner();expandAll();">
            <apex:param name="firstParam" assignTo="{!sortKey}" value="" />
        </apex:actionFunction>
        <apex:outputPanel id="allPanel">
            <div id="zxk" style="margin-bottom: -15px;">
            <apex:pageBlock id="searchBlock" mode="maindetail">
                <!-- tabStyle="Report"红色   mode="maindetail"  消失   mode="edit" 变大 -->
            <!-- <apex:pageMessages ></apex:pageMessages> -->
               <!--  <table style="border-bottom-width: 0px; font-size:12px;">
                <table style="border-bottom-width: 0px; font-size:14px;color:#696969;">
                    <tr>
                        <td width="150px">
                            <apex:commandButton action="{!save}" value="保存" rerender="allPanel" onclick="blockme();" oncomplete="unblockUI();expandAll();" style="height:30px;width:50px;"/>&nbsp;&nbsp;
                            <apex:commandButton value="检索" onclick="searchOppJs_Account();return false;" style="height:30px;width:70px;"/>
                        <td width="283px">
                            <div style="color:#696969;">
                                经销商医院&nbsp;&nbsp;&nbsp;
                                <apex:inputText styleClass="slds-input" value="{!accSearch}" style="width:170px"/>
                            </div>
                        </td>
                        <td width="1000px">
                            <apex:pageMessages />
                        <td width="250px">
                            <div style="color:#696969;">
                                销售担当&nbsp;&nbsp;&nbsp;
                                <apex:inputText styleClass="slds-input" value="{!aooSearch}" style="width:150px"/>
                            </div>
                        </td>
                    </tr>
                </table> -->
                <table style="border-bottom-width: 0px; font-size:12px;">
                    <tr>
                        <!-- <td width="150px">分类&nbsp;<apex:selectList value="{!accType}" size="1" style="width:80px" id="accType"><apex:selectOptions value="{!accTypeOpts}" id="accTypeOptsId"/></apex:selectList></td> -->
                        <td width="250px">经销商医院&nbsp;<apex:inputText value="{!accSearch}" style="width:170px"/> </td>
                        <td></td>
                        <td width="250px">&nbsp;&nbsp;&nbsp;销售担当&nbsp;&nbsp;<apex:inputText value="{!aooSearch}" style="width:150px"/> </td>
                        <td width="230px">&nbsp;&nbsp;显示&nbsp;&nbsp;
                          <apex:selectList value="{!limits}" size="1" onchange="searchOppJs_Account();return false;">
                          <apex:selectOptions value="{!limitOpts}"/></apex:selectList> 条数据
                        <td width="230px">
                            <div style="color:#696969;">
                                显示&nbsp;&nbsp;
                                <apex:selectList styleClass="slds-input slds-combobox__input" style="width:100px;" value="{!limits}" size="1" onchange="searchOppJs_Account();return false;">
                                    <apex:selectOptions value="{!limitOpts}"/>
                                </apex:selectList>
                                &nbsp;&nbsp;条数据
                            </div>
                        </td>
                        <!-- <td width="10px"></td> -->
                        <td width="70px"><a href="#" onclick="expandAll();return false;" style="text-decoration: underline;">全部展开</a></td>
<!-- text-decoration: underline; -->
                        <td><a href="#" onclick="expandAll();return false;" style="text-decoration: underline;color:#696969;">全部展开</a></td>
                    </tr>
                </table>
                <table style="border-bottom-width: 0px; font-size:12px;">
                <p style="height:10px;"></p>
                <table style="border-bottom-width: 0px; font-size:12px;font-size:14px;color:#696969;">
                    <tr>
                        <td width="200px">
                            <font>数&nbsp;据&nbsp;字&nbsp;段&nbsp;</font>&nbsp;
                            <apex:selectList value="{!numtext1}" size="1" style="width:110px"><apex:selectOptions value="{!textOpts}"/></apex:selectList>
                        <td width="220px">
                            <div style="color:#696969;">
                                <font>数&nbsp;据&nbsp;字&nbsp;段</font>&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:selectList styleClass="slds-input slds-combobox__input" value="{!numtext1}" size="1" style="width:110px">
                                    <apex:selectOptions value="{!textOpts}"/>
                                </apex:selectList>
                            </div>
                        </td>
                        <td width="130px">
                            <apex:selectList value="{!numtext2}" size="1" style="width:110px"><apex:selectOptions value="{!equalOpts}"/></apex:selectList>
                            <apex:selectList styleClass="slds-input slds-combobox__input" value="{!numtext2}" size="1" style="width:110px">
                                <apex:selectOptions value="{!equalOpts}"/>
                            </apex:selectList>
                        </td>
                         <td width="200px">
                            <apex:inputText style="width:150px" value="{!numtext}"/>
                        <td width="183px">
                            <apex:inputText styleClass="slds-input" style="width:150px" value="{!numtext}"/>
                        </td>
                        <td width="150px">
                             <apex:commandButton value="检索" onclick="searchOppJs_Account();return false;" style="height:30px;width:50px;"/>&nbsp;&nbsp;&nbsp;&nbsp;
                            <apex:commandButton action="{!save}" value="保存" rerender="allPanel" onclick="blockme();" oncomplete="unblockUI();expandAll();" style="height:30px;width:50px;"/>
                        <td width="188px">
                            <!-- slds-button slds-button_brand -->
                            <apex:commandButton styleClass="buttonStyle" value="检索" onclick="searchOppJs_Account();return false;" style="height:30px;width:70px;"/>&nbsp;&nbsp;&nbsp;&nbsp;
                            <apex:commandButton styleClass="buttonStyle" action="{!save}" value="保存" rerender="allPanel" onclick="showSpinner();" oncomplete="closeSpinner();expandAll();" style="height:30px;width:70px;"/>
                        </td>
                        <td width="500px">
                            <apex:pageMessages />
                        <td>
                            <!-- <apex:pageMessages /> -->
                            <!-- add by Link 2023-6-2 -->
                            <apex:outputPanel rendered="{! remindMsg != '' && remindMsg != null}">
                                <div style="border: 1px solid #D4D4D4;height:32px;border-radius:5px;color:#ff6a00;font-size:18px;">
                                        <span class="slds-icon_container slds-icon-custom-custom53 slds-icon-text-default" >
                                            <svg aria-hidden="true" class="slds-icon">
                                                <use xmlns:xlink="http://www.w3.org/1999/xlink"
                                                     xlink:href="/apexpages/slds/latest/assets/icons/custom-sprite/svg/symbols.svg#custom53">
                                                </use>
                                            </svg>
                                            <span class="slds-assistive-text">Custom 53</span>
                                        </span>
                                    <strong style="padding-top: 2px;">&nbsp;{!remindMsg}</strong>
                                </div>
                            </apex:outputPanel>
                        </td>
                    </tr>
                    <!-- <tr>
                        <td width="110px">
                            <font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;日&nbsp;期&nbsp;</font>&nbsp;
                            <apex:selectList value="{!timetext1}" size="1" style="width:110px"><apex:selectOptions value="{!timeOpts}"/></apex:selectList>
                      </td>
                         <td>
                               从<apex:inputField style="width:150px" value="{!tmpAO.MaxActivityDate__c}"/> -->
                            <!-- <apex:selectList value="{!timetext2}" size="1" style="width:110px"><apex:selectOptions value="{!timeequalOpts}"/></apex:selectList> -->
                       <!--  </td>
                        <td>
                            到<apex:inputField style="width:150px" value="{!tmpBO.MaxActivityDate__c}"/>
                        </td>
                    </tr> -->
                </table>
            </apex:pageBlock>
            </div>
            <apex:pageBlock id="oppBlock" >
            <!-- <div style="border: 1px solid #D4D4D4;border-top: 3px solid #51606E;border-radius:5px;margin-bottom:7px;"> -->
                <apex:pageBlock id="oppBlock" mode="maindetail">
                <!-- <apex:pageblocksection columns="1" id="oppSection"> -->
                <apex:outputPanel >
                    <apex:inputHidden id="oppCount" value="{!oppCount}"/>
                    
                    <div id="out_Div_L">
                        <table class="list" style="border-bottom-width: 0px; width:1100px; font-size:11px; border-spacing:0;" border="" id="tableHeader">
                                <table class="list" style="border-bottom-width: 0px; width:1100px; font-size:14px !important; border-spacing:0;" border="" id="tableHeader">
                            <tr class="dataRow" height="1px">
                            <apex:variable value="{!0}" var="cnt" />
                            <apex:repeat value="{!titleRight}" var="t">
@@ -287,7 +325,7 @@
                            <apex:variable value="{!0}" var="cnt" />
                            <apex:repeat value="{!titleRight}" var="t">
                                <td class="col_{!columnRightCss[cnt]}">
                                    <a href="#" onclick="sortTableJs_Account1('{!cnt + titleLeft.size}');return false;" style="text-decoration: underline;"><apex:outputText value="{!t}"/></a>{!sortOrder[cnt + titleLeft.size]}
                                                <a href="#" onclick="sortTableJs_Account1('{!cnt + titleLeft.size}');return false;" style="text-decoration: underline;color:black;font-size:14px !important;font-weight: bold;"><apex:outputText value="{!t}"/></a>{!sortOrder[cnt + titleLeft.size]}
                                </td>
                                <apex:variable value="{!cnt + 1}" var="cnt" />
                            </apex:repeat>
@@ -296,7 +334,7 @@
                        </table>
                    </div>
                    <div id="out_Div">
                      <table class="list" style="border-bottom-width: 0px;   width:2000px; font-size:11px; border-spacing:0;" border="" id="tableHeader_L">
                                <table class="list" style="border-bottom-width: 0px;   width:2000px; font-size:14px !important; border-spacing:0;" border="" id="tableHeader_L">
                            <tr class="dataRow" height="1px">
                            <apex:variable value="{!0}" var="cnt" />
                            <apex:repeat value="{!titleLeft}" var="t">
@@ -308,7 +346,7 @@
                            <apex:variable value="{!0}" var="cnt" />
                            <apex:repeat value="{!titleLeft}" var="t">
                                <td class="col_{!columnLeftCss[cnt]}">
                                    <a href="#" onclick="sortTableJs_Account1('{!cnt}');return false;" style="text-decoration: underline;"><apex:outputText value="{!t}"/></a>{!sortOrder[cnt]}
                                        <a href="#" onclick="sortTableJs_Account1('{!cnt}');return false;" style="text-decoration: underline;color:black;font-size:14px !important;font-weight: bold;"><apex:outputText value="{!t}"/></a>{!sortOrder[cnt]}
                                </td>
                                <apex:variable value="{!cnt + 1}" var="cnt" />
                            </apex:repeat>
@@ -319,10 +357,10 @@
                    </div>    <!-- out_Div -->
                    <div style="clear:both;height:0px;"></div>
                    <div id="in_Div_L">
                        <table class="list" style="border-bottom-width: 0px;width:1100px; font-size:11px; border-spacing:0;" border="" id="tableData">
                        <table class="list" style="border-bottom-width: 0px;width:1100px; font-size:13px; border-spacing:0;" border="" id="tableData">
                            <apex:variable value="{!1}" var="cnt" />
                            <apex:repeat value="{!oppRecords}" var="or" id="oppTable">
                                <tr class="dataRow {!IF(MOD(cnt, 2)==0, 'odd', 'even')} {!IF(cnt==1, 'first', '')}" onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onblur="if (window.hiOff){hiOff(this);}" onfocus="if (window.hiOn){hiOn(this);}">
                                <tr class="dataRow {!IF(MOD(cnt, 2)==0, 'odd', 'even')} {!IF(cnt==1, 'first', '')}" style="height:35px;" onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onblur="if (window.hiOff){hiOff(this);}" onfocus="if (window.hiOn){hiOn(this);}">
                                <apex:variable value="{!0}" var="cnt_3" />
                                <apex:repeat value="{!columnsRightApi}" var="c">
                                  <td class="dataCellBorder1 col_{!columnRightCss[cnt_3]} {!cnt}_col_{!columnRightCss[cnt_3]}">
@@ -353,11 +391,11 @@
                                    </apex:outputPanel> -->
                                    <apex:outputField rendered="{!c[0] == 'Strategic_department_Class_Name__c'}" value="{!or.opp[c[0]]}" />
                                    
                                    <apex:inputField rendered="{!( columnRightRW[c[0]]=='w' && c[0] <> 'Strategic_department_Class_Name__c' && c[0] <> 'Change_To_Opportunity_T__c' && c[0] <> 'Name')}" value="{!or.opp[c[0]]}" onchange="setChangeFlgRight('{!or.lineNo}')"/>
                                    <apex:inputField styleClass="slds-form-element" rendered="{!( columnRightRW[c[0]]=='w' && c[0] <> 'Strategic_department_Class_Name__c' && c[0] <> 'Change_To_Opportunity_T__c' && c[0] <> 'Name')}" value="{!or.opp[c[0]]}" onchange="setChangeFlgRight('{!or.lineNo}')"/>
                                    <apex:outputPanel rendered="{!( columnRightRW[c[0]]=='wm' && c[0] <> 'Change_To_Opportunity_T__c' && c[0] <> 'Name' )}" layout="none">
                                      <div class="requiredInput_r">
                                        <div class="requiredBlock_r"></div>
                                          <apex:inputField value="{!or.Opp[c[0]]}" onchange="setChangeFlg('{!or.lineNo}')"/>
                                        <apex:inputField styleClass="slds-form-element" value="{!or.Opp[c[0]]}" onchange="setChangeFlg('{!or.lineNo}')"/>
                                      </div>
                                    </apex:outputPanel>
                                    <apex:variable value="{!cnt_3 + 1}" var="cnt_3" />
@@ -397,10 +435,10 @@
                        </table>
                    </div>
                    <div id="in_Div">
                      <table class="list" style="border-bottom-width: 0px;width:2000px; font-size:11px; border-spacing:0;" border="" id="tableData_L">
                    <table class="list" style="border-bottom-width: 0px;width:2000px; font-size:13px; border-spacing:0;" border="" id="tableData_L">
                            <apex:variable value="{!1}" var="cnt_2" />
                            <apex:repeat value="{!oppRecords}" var="or" id="oppTable_L">
                                <tr class="dataRow {!IF(MOD(cnt, 2)==0, 'odd', 'even')} {!IF(cnt==1, 'first', '')}" onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onblur="if (window.hiOff){hiOff(this);}" onfocus="if (window.hiOn){hiOn(this);}">
                            <tr class="dataRow {!IF(MOD(cnt, 2)==0, 'odd', 'even')} {!IF(cnt==1, 'first', '')}" style="height:35px;" onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onblur="if (window.hiOff){hiOff(this);}" onfocus="if (window.hiOn){hiOn(this);}">
                                <apex:variable value="{!0}" var="cnt_2" />
                                <apex:repeat value="{!columnsLeftApi}" var="c">
                                    <td class="dataCellBorder1 col_{!columnLeftCss[cnt_2]}">
@@ -430,14 +468,14 @@
                                        </apex:outputLink> -->
                                        <!-- 必填字段 -->
                                        <!-- <apex:outputField rendered="{!(c[0]<>'Name' && c[0]<>'Agency_Hospital__c' && c[0]<>'Product_Category1__c' && c[0]<>'Product_Category2__c' && c[0]<>'Product_Category3__c' && c[0]<>'Agency_Person__c' && c[0]<>'Agency__c' && c[0]<>'Change_To_Opportunity__c' && columnLeftRW[c[0]]=='wm')}" value="{!or.AgcOpp[c[0]] }"/> -->
                                        <apex:inputField rendered="{!(c[0]<>'Name' && c[0]<>'Product_Category1__c' && c[0]<>'Product_Category2__c' && c[0]<>'Product_Category3__c' && c[0]<>'Agency_Person__c' && c[0]<>'Agency__c' && c[0]<>'Change_To_Opportunity__c' && columnLeftRW[c[0]]=='wm')}" value="{!or.AgcOpp[c[0]] }" onchange="setChangeFlg('{!or.lineNo}')"/>
                                    <apex:inputField styleClass="slds-form-element" rendered="{!(c[0]<>'Name' && c[0]<>'Product_Category1__c' && c[0]<>'Product_Category2__c' && c[0]<>'Product_Category3__c' && c[0]<>'Agency_Person__c' && c[0]<>'Agency__c' && c[0]<>'Change_To_Opportunity__c' && columnLeftRW[c[0]]=='wm')}" value="{!or.AgcOpp[c[0]] }" onchange="setChangeFlg('{!or.lineNo}')"/>
                                        <!-- vivek end -->
                                        
                                        <apex:outputField rendered="{!(c[0]<>'Name' && c[0]<>'Product_Category1__c' && c[0]<>'Product_Category2__c' && c[0]<>'Product_Category3__c' && c[0]<>'Agency_Person__c' && c[0]<>'Agency__c' && c[0]<>'Change_To_Opportunity__c' && columnLeftRW[c[0]]=='r')}" value="{!or.AgcOpp[c[0]] }"/>
                                        <!-- <apex:outputField rendered="{!(c[0]<>'Name' && columnLeftRW[c[0]]<>'w')}" value="{!or.AgcOpp[c[0]] }"/> -->
                                        <!-- 可编辑的字段 -->
                                        <apex:inputField value="{!or.AgcOpp[c[0]]}"  rendered="{!columnLeftRW[c[0]]=='w'}" onchange="setChangeFlg('{!or.lineNo}')"/>
                                    <apex:inputField styleClass="slds-form-element" value="{!or.AgcOpp[c[0]]}"  rendered="{!columnLeftRW[c[0]]=='w'}" onchange="setChangeFlg('{!or.lineNo}')"/>
                                      </apex:outputPanel>
                                    </td>
                                    <apex:variable value="{!cnt_2 + 1}" var="cnt_2" />
@@ -450,6 +488,7 @@
                    </div><!-- /in_Div -->
                </apex:outputPanel>
            </apex:pageBlock>
            <!-- </div> -->
<script type="text/javascript">
j$(function() {
    var tableWidth = 0;
@@ -465,6 +504,7 @@
    // list の headerRow の tdに toggleWidth() を追加
    bindTdToggleWidth();
    // j$("input").attr("styleClass","slds-input");
});
var elements = document.getElementsByTagName("select");
for (i = 0; i < elements.length; i++) {