| | |
| | | <apex:page |
| | | controller="DealerInquiryModifyStateController" |
| | | docType="html-5.0" |
| | | showHeader="false" |
| | | sidebar="false" |
| | | id="allPage" |
| | | action="{!init}" |
| | | lightningStyleSheets="true" |
| | | > |
| | | <head> |
| | | <title>经销商批量修改询价状态</title> |
| | |
| | | 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 { |
| | |
| | | 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; |
| | |
| | | vertical-align: middle; |
| | | word-break: break-all; |
| | | } |
| | | |
| | | body .pbBody table.list tr.dataRow td.dataCellBorder { |
| | | /* いらない、使っていない */ |
| | | padding: 0px 0px 0px 1px; |
| | |
| | | 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; |
| | |
| | | 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%; |
| | |
| | | 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; |
| | | } /*省(公式)*/ |
| | |
| | | width: 178px; |
| | | } /*活动计划(销售)*/ |
| | | /*table.list .col_Link1 {width:58px;} |
| | | table.list .col_Link2 {width:58px;} |
| | | table.list .col_Link3 {width:58px;} |
| | | table.list .col_Link4 {width:58px;} |
| | | table.list .col_Link5 {width:58px;} |
| | | table.list .col_Link6 {width:58px;} |
| | | table.list .col_Link7 {width:58px;} |
| | | table.list .col_Link8 {width:58px;}*/ |
| | | |
| | | table.list .col_Link2 {width:58px;} |
| | | table.list .col_Link3 {width:58px;} |
| | | table.list .col_Link4 {width:58px;} |
| | | table.list .col_Link5 {width:58px;} |
| | | 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)}"); |
| | |
| | | border-width: 0px; |
| | | } |
| | | /*.zxk{ |
| | | margin-bottom: 3px; |
| | | }*/ |
| | | 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; |
| | |
| | | } |
| | | </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();" |
| | | oncomplete="closeSpinner();expandAll();" |
| | | > |
| | | <apex:param name="firstParam" assignTo="{!saveType}" value="" /> |
| | | </apex:actionFunction> |
| | |
| | | name="saveAndSort" |
| | | action="{!save}" |
| | | rerender="allPanel" |
| | | oncomplete="unblockUI();expandAll();" |
| | | oncomplete="closeSpinner();expandAll();" |
| | | > |
| | | <apex:param name="firstParam" assignTo="{!saveType}" value="" /> |
| | | <apex:param name="secondParam" assignTo="{!sortKey}" value="" /> |
| | |
| | | name="searchOpp" |
| | | action="{!chick}" |
| | | rerender="allPanel" |
| | | oncomplete="unblockUI();expandAll();" |
| | | oncomplete="closeSpinner();expandAll();" |
| | | /> |
| | | <apex:actionFunction |
| | | name="sortTable" |
| | | action="{!sortTable}" |
| | | rerender="allPanel" |
| | | oncomplete="unblockUI();expandAll();" |
| | | 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;"> |
| | | <tr> |
| | | <td width="150px"> |
| | | <apex:commandButton action="{!save}" value="保存" rerender="allPanel" onclick="blockme();" oncomplete="unblockUI();expandAll();" style="height:30px;width:50px;"/> |
| | | <apex:commandButton value="检索" onclick="searchOppJs_Account();return false;" style="height:30px;width:70px;"/> |
| | | </td> |
| | | <td width="1000px"> |
| | | <apex:pageMessages /> |
| | | </td> |
| | | </tr> |
| | | </table> --> |
| | | <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:selectList value="{!accType}" size="1" style="width:80px" id="accType"><apex:selectOptions value="{!accTypeOpts}" id="accTypeOptsId"/></apex:selectList></td> --> |
| | | <td width="250px"> |
| | | 经销商医院 <apex:inputText |
| | | value="{!accSearch}" |
| | | style="width: 170px" |
| | | /> |
| | | <td width="283px"> |
| | | <div style="color: #696969"> |
| | | 经销商医院 |
| | | <apex:inputText |
| | | styleClass="slds-input" |
| | | value="{!accSearch}" |
| | | style="width: 170px" |
| | | /> |
| | | </div> |
| | | </td> |
| | | <td></td> |
| | | <td width="250px"> |
| | | 销售担当 <apex:inputText |
| | | value="{!aooSearch}" |
| | | style="width: 150px" |
| | | /> |
| | | <div style="color: #696969"> |
| | | 销售担当 |
| | | <apex:inputText |
| | | styleClass="slds-input" |
| | | value="{!aooSearch}" |
| | | style="width: 150px" |
| | | /> |
| | | </div> |
| | | </td> |
| | | <td width="230px"> |
| | | 显示 |
| | | <apex:selectList |
| | | value="{!limits}" |
| | | size="1" |
| | | onchange="searchOppJs_Account();return false;" |
| | | > |
| | | <apex:selectOptions value="{!limitOpts}" /></apex:selectList |
| | | > 条数据 |
| | | <div style="color: #696969"> |
| | | 显示 |
| | | <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> |
| | | 条数据 |
| | | </div> |
| | | </td> |
| | | <!-- <td width="10px"></td> --> |
| | | <td width="70px"> |
| | | <td> |
| | | <a |
| | | href="#" |
| | | onclick="expandAll();return false;" |
| | | style="text-decoration: underline" |
| | | style="text-decoration: underline; color: #696969" |
| | | >全部展开</a |
| | | > |
| | | </td> |
| | | <!-- text-decoration: underline; --> |
| | | </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>数 据 字 段 </font> |
| | | <apex:selectList |
| | | value="{!numtext1}" |
| | | size="1" |
| | | style="width: 110px" |
| | | ><apex:selectOptions value="{!textOpts}" |
| | | /></apex:selectList> |
| | | <td width="220px"> |
| | | <div style="color: #696969"> |
| | | <font>数 据 字 段</font |
| | | > |
| | | <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 |
| | | styleClass="slds-input slds-combobox__input" |
| | | value="{!numtext2}" |
| | | size="1" |
| | | style="width: 110px" |
| | | ><apex:selectOptions value="{!equalOpts}" |
| | | /></apex:selectList> |
| | | > |
| | | <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"> |
| | | <td width="188px"> |
| | | <!-- slds-button slds-button_brand --> |
| | | <apex:commandButton |
| | | styleClass="buttonStyle" |
| | | value="检索" |
| | | onclick="searchOppJs_Account();return false;" |
| | | style="height: 30px; width: 50px" |
| | | style="height: 30px; width: 70px" |
| | | /> |
| | | <apex:commandButton |
| | | styleClass="buttonStyle" |
| | | action="{!save}" |
| | | value="保存" |
| | | rerender="allPanel" |
| | | onclick="blockme();" |
| | | oncomplete="unblockUI();expandAll();" |
| | | style="height: 30px; width: 50px" |
| | | 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"> {!remindMsg}</strong> |
| | | </div> |
| | | </apex:outputPanel> |
| | | </td> |
| | | </tr> |
| | | <!-- <tr> |
| | | <td width="110px"> |
| | | <font> 日 期 </font> |
| | | <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}" /> |
| | |
| | | style=" |
| | | border-bottom-width: 0px; |
| | | width: 1100px; |
| | | font-size: 11px; |
| | | font-size: 14px !important; |
| | | border-spacing: 0; |
| | | " |
| | | border="" |
| | |
| | | <a |
| | | href="#" |
| | | onclick="sortTableJs_Account1('{!cnt + titleLeft.size}');return false;" |
| | | style="text-decoration: underline" |
| | | style=" |
| | | text-decoration: underline; |
| | | color: black; |
| | | font-size: 14px !important; |
| | | font-weight: bold; |
| | | " |
| | | ><apex:outputText value="{!t}" /></a |
| | | >{!sortOrder[cnt + titleLeft.size]} |
| | | </td> |
| | |
| | | style=" |
| | | border-bottom-width: 0px; |
| | | width: 2000px; |
| | | font-size: 11px; |
| | | font-size: 14px !important; |
| | | border-spacing: 0; |
| | | " |
| | | border="" |
| | |
| | | <a |
| | | href="#" |
| | | onclick="sortTableJs_Account1('{!cnt}');return false;" |
| | | style="text-decoration: underline" |
| | | style=" |
| | | text-decoration: underline; |
| | | color: black; |
| | | font-size: 14px !important; |
| | | font-weight: bold; |
| | | " |
| | | ><apex:outputText value="{!t}" /></a |
| | | >{!sortOrder[cnt]} |
| | | </td> |
| | |
| | | style=" |
| | | border-bottom-width: 0px; |
| | | width: 1100px; |
| | | font-size: 11px; |
| | | font-size: 13px; |
| | | border-spacing: 0; |
| | | " |
| | | border="" |
| | |
| | | <apex:repeat value="{!oppRecords}" var="or" id="oppTable"> |
| | | <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);}" |
| | |
| | | <!-- <apex:outputLink rendered="{!c[0]=='Name'}" value="/{!or.opp.Id}" target="LINK_{!or.opp.Id}"><apex:outputField rendered="{!c[0]=='Name'}" value="{!or.opp[c[0]]}" /></apex:outputLink> --> |
| | | <!-- vivek end --> |
| | | <!-- <apex:outputField id="q1111111111" rendered="{!(c.size==1 && columnRightRW[c[0]]=='r' && or.opp.Id <> null && c[0] <> 'Name' && (c[0] <> 'Opp_Changed_Field__c' ||(c[0] == 'Opp_Changed_Field__c' && |
| | | or.opp.Opp_Changed_Field__c != '询价阶段发生了变化' &&or.opp.Opp_Changed_Field__c != '预测签约日发生了变化' &&or.opp.Opp_Changed_Field__c != '医院合同金额发生了变化' && or.opp.Opp_Changed_Field__c != '订货金额发生了变化')))}" value="{!or.opp[c[0]]}" /> && or.opp.Oly_Inquiry_Status1__c <> null AgcOpp --> |
| | | or.opp.Opp_Changed_Field__c != '询价阶段发生了变化' &&or.opp.Opp_Changed_Field__c != '预测签约日发生了变化' &&or.opp.Opp_Changed_Field__c != '医院合同金额发生了变化' && or.opp.Opp_Changed_Field__c != '订货金额发生了变化')))}" value="{!or.opp[c[0]]}" /> && or.opp.Oly_Inquiry_Status1__c <> null AgcOpp --> |
| | | <apex:outputField |
| | | rendered="{!c[0] == 'Change_To_Opportunity_T__c' }" |
| | | value="{!or.opp[c[0]]}" |
| | |
| | | value="{!or.opp[c[0]]}" |
| | | /> |
| | | <!-- <apex:outputField id="q1111111111" rendered="{!( columnRightRW[c[0]]=='r' && c[0] <> 'Name' && (c[0] <> 'StageName__c' ||(c[0] == 'StageName__c' && |
| | | or.opp.Oly_Inquiry_Stage__c != '询价阶段发生了变化' &&or.opp.Oly_Inquiry_Stage__c != '预测签约日发生了变化' &&or.opp.Oly_Inquiry_Stage__c != '医院合同金额发生了变化' && or.opp.Oly_Inquiry_Stage__c != '订货金额发生了变化')))}" value="{!or.opp[c[0]]}" /> --> |
| | | or.opp.Oly_Inquiry_Stage__c != '询价阶段发生了变化' &&or.opp.Oly_Inquiry_Stage__c != '预测签约日发生了变化' &&or.opp.Oly_Inquiry_Stage__c != '医院合同金额发生了变化' && or.opp.Oly_Inquiry_Stage__c != '订货金额发生了变化')))}" value="{!or.opp[c[0]]}" /> --> |
| | | <!-- <div style ="color:red"> --> |
| | | <!-- <apex:outputField id="q2222222" rendered="{!(c.size==1 && columnRightRW[c[0]]=='r' && or.opp.Id <> null && c[0] <> 'Name' && c[0] == 'Opp_Changed_Field__c' && ( |
| | | or.opp.Opp_Changed_Field__c == '询价阶段发生了变化' || or.opp.Opp_Changed_Field__c == '预测签约日发生了变化' || or.opp.Opp_Changed_Field__c == '医院合同金额发生了变化' || or.opp.Opp_Changed_Field__c == '订货金额发生了变化'))}" value="{!or.opp[c[0]]}" /> --> |
| | | or.opp.Opp_Changed_Field__c == '询价阶段发生了变化' || or.opp.Opp_Changed_Field__c == '预测签约日发生了变化' || or.opp.Opp_Changed_Field__c == '医院合同金额发生了变化' || or.opp.Opp_Changed_Field__c == '订货金额发生了变化'))}" value="{!or.opp[c[0]]}" /> --> |
| | | <!-- <apex:outputField id="q2222222" rendered="{!(c.size==1 && columnRightRW[c[0]]=='r' && c[0] <> 'Name' && c[0] == 'StageName__c' && ( |
| | | or.opp.Oly_Inquiry_Stage__c == '询价阶段发生了变化' || or.opp.Oly_Inquiry_Stage__c == '预测签约日发生了变化' || or.opp.Oly_Inquiry_Stage__c == '医院合同金额发生了变化' || or.opp.Oly_Inquiry_Stage__c == '订货金额发生了变化'))}" value="{!or.opp[c[0]]}" /> |
| | | |
| | | </div> --> |
| | | |
| | | </div> --> |
| | | <!-- <apex:inputField rendered="{!(c.size==1 && columnRightRW[c[0]]=='w' && or.opp.Id <> null && c[0] <> 'Name')}" value="{!or.opp[c[0]]}" onchange="setChangeFlgRight('{!or.lineNo}')"/> |
| | | <apex:outputPanel rendered="{!(c.size==1 && columnRightRW[c[0]]=='wm' && c[0] <> 'Name' && or.opp.Id <> null)}" layout="none"> |
| | | <div class="requiredInput_r"> |
| | | <div class="requiredBlock_r"></div> |
| | | <apex:inputField value="{!or.Opp[c[0]]}" onchange="setChangeFlg('{!or.lineNo}')"/> |
| | | </div> |
| | | <apex:outputPanel rendered="{!(c.size==1 && columnRightRW[c[0]]=='wm' && c[0] <> 'Name' && or.opp.Id <> null)}" layout="none"> |
| | | <div class="requiredInput_r"> |
| | | <div class="requiredBlock_r"></div> |
| | | <apex:inputField value="{!or.Opp[c[0]]}" onchange="setChangeFlg('{!or.lineNo}')"/> |
| | | </div> |
| | | </apex:outputPanel> --> |
| | | <apex:outputField |
| | | rendered="{!c[0] == 'Strategic_department_Class_Name__c'}" |
| | |
| | | /> |
| | | |
| | | <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}')" |
| | |
| | | <div class="requiredInput_r"> |
| | | <div class="requiredBlock_r"></div> |
| | | <apex:inputField |
| | | styleClass="slds-form-element" |
| | | value="{!or.Opp[c[0]]}" |
| | | onchange="setChangeFlg('{!or.lineNo}')" |
| | | /> |
| | |
| | | style=" |
| | | border-bottom-width: 0px; |
| | | width: 2000px; |
| | | font-size: 11px; |
| | | font-size: 13px; |
| | | border-spacing: 0; |
| | | " |
| | | border="" |
| | |
| | | <apex:repeat value="{!oppRecords}" var="or" id="oppTable_L"> |
| | | <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);}" |
| | |
| | | <!-- OCSM询价 --> |
| | | <!-- <apex:outputLink target="_blank" rendered="{!c[0]=='Change_To_Opportunity__c'}" value="/{!or.AgcOpp[c[0]]}" > |
| | | <apex:outputText value="{!or.AgcOpp.Agency__r.Name }" /> |
| | | </apex:outputLink> --> |
| | | </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 |
| | | 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}')" |
| | |
| | | <!-- <apex:outputField rendered="{!(c[0]<>'Name' && columnLeftRW[c[0]]<>'w')}" value="{!or.AgcOpp[c[0]] }"/> --> |
| | | <!-- 可编辑的字段 --> |
| | | <apex:inputField |
| | | styleClass="slds-form-element" |
| | | value="{!or.AgcOpp[c[0]]}" |
| | | rendered="{!columnLeftRW[c[0]]=='w'}" |
| | | onchange="setChangeFlg('{!or.lineNo}')" |
| | |
| | | <!-- /in_Div --> |
| | | </apex:outputPanel> |
| | | </apex:pageBlock> |
| | | <!-- </div> --> |
| | | <script type="text/javascript"> |
| | | j$(function () { |
| | | var tableWidth = 0; |
| | |
| | | |
| | | // list の headerRow の tdに toggleWidth() を追加 |
| | | bindTdToggleWidth(); |
| | | // j$("input").attr("styleClass","slds-input"); |
| | | }); |
| | | var elements = document.getElementsByTagName("select"); |
| | | for (i = 0; i < elements.length; i++) { |