From c51e03fbf2f6633d8e88aeec9dcb8df13524df8f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 13 七月 2023 12:00:06 +0800
Subject: [PATCH] backup0713
---
force-app/main/default/pages/DealerInquiryModifyState.page | 312 +++++++++++++++++++++++++++++++++------------------
1 files changed, 200 insertions(+), 112 deletions(-)
diff --git a/force-app/main/default/pages/DealerInquiryModifyState.page b/force-app/main/default/pages/DealerInquiryModifyState.page
index 5ffea39..9041254 100644
--- a/force-app/main/default/pages/DealerInquiryModifyState.page
+++ b/force-app/main/default/pages/DealerInquiryModifyState.page
@@ -1,9 +1,11 @@
<apex:page
controller="DealerInquiryModifyStateController"
+ docType="html-5.0"
showHeader="false"
sidebar="false"
id="allPage"
action="{!init}"
+ lightningStyleSheets="true"
>
<head>
<title>缁忛攢鍟嗘壒閲忎慨鏀硅浠风姸鎬�</title>
@@ -22,42 +24,48 @@
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銇屽叆銇c仸銇勩倠銆傘亾銇撱亴銈广偗銉兗銉璞�*/
position: relative;
overflow: auto; /*銈广偗銉兗銉儛銉�*/
float: left;
- width: 51.8%;
- height: 373px; /* tbody銈掕〃绀恒仚銈嬮珮銇曘�佸緦銇s銇仸瑾挎暣 */
+ 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 {
@@ -66,11 +74,13 @@
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;
@@ -78,6 +88,7 @@
vertical-align: middle;
word-break: break-all;
}
+
body .pbBody table.list tr.dataRow td.dataCellBorder {
/* 銇勩倝銇亜銆佷娇銇c仸銇勩仾銇� */
padding: 0px 0px 0px 1px;
@@ -85,12 +96,14 @@
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;
@@ -103,12 +116,15 @@
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%;
@@ -289,14 +305,12 @@
table.list .col_OPD_USG400__c {
width: 118px;
} /*OPD瀵硅薄锛歎SG-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;
} /*鐪�(鍏紡)*/
@@ -319,14 +333,13 @@
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)}");
@@ -348,8 +361,19 @@
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;
@@ -361,12 +385,23 @@
}
</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>
@@ -374,7 +409,7 @@
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="" />
@@ -383,128 +418,163 @@
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}" />
@@ -515,7 +585,7 @@
style="
border-bottom-width: 0px;
width: 1100px;
- font-size: 11px;
+ font-size: 14px !important;
border-spacing: 0;
"
border=""
@@ -536,7 +606,12 @@
<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>
@@ -552,7 +627,7 @@
style="
border-bottom-width: 0px;
width: 2000px;
- font-size: 11px;
+ font-size: 14px !important;
border-spacing: 0;
"
border=""
@@ -572,7 +647,12 @@
<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>
@@ -590,7 +670,7 @@
style="
border-bottom-width: 0px;
width: 1100px;
- font-size: 11px;
+ font-size: 13px;
border-spacing: 0;
"
border=""
@@ -600,6 +680,7 @@
<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);}"
@@ -614,7 +695,7 @@
<!-- <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]]}"
@@ -625,20 +706,20 @@
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'}"
@@ -646,6 +727,7 @@
/>
<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}')"
@@ -657,6 +739,7 @@
<div class="requiredInput_r">
<div class="requiredBlock_r"></div>
<apex:inputField
+ styleClass="slds-form-element"
value="{!or.Opp[c[0]]}"
onchange="setChangeFlg('{!or.lineNo}')"
/>
@@ -707,7 +790,7 @@
style="
border-bottom-width: 0px;
width: 2000px;
- font-size: 11px;
+ font-size: 13px;
border-spacing: 0;
"
border=""
@@ -717,6 +800,7 @@
<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);}"
@@ -764,10 +848,11 @@
<!-- 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}')"
@@ -781,6 +866,7 @@
<!-- <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}')"
@@ -797,6 +883,7 @@
<!-- /in_Div -->
</apex:outputPanel>
</apex:pageBlock>
+ <!-- </div> -->
<script type="text/javascript">
j$(function () {
var tableWidth = 0;
@@ -816,6 +903,7 @@
// list 銇� headerRow 銇� td銇� toggleWidth() 銈掕拷鍔�
bindTdToggleWidth();
+ // j$("input").attr("styleClass","slds-input");
});
var elements = document.getElementsByTagName("select");
for (i = 0; i < elements.length; i++) {
--
Gitblit v1.9.1