LiJinHuan
2023-05-26 aafa9e617c42aa0a51e7a171cca72c9c752cb8ed
备品分配附属品页面
2个文件已修改
40 ■■■■ 已修改文件
force-app/main/default/pages/AccessorySelect.page 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/staticresources/AccessorySelectCss.css 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/AccessorySelect.page
@@ -1,4 +1,7 @@
<apex:page controller="AccessorySelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<!-- 20230526 ljh lightning  -->
<!-- <apex:page controller="AccessorySelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> -->
<apex:page controller="AccessorySelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
<head>
<title>附属品选择</title>
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -140,14 +143,17 @@
                          </script>
                    </apex:outputPanel>
                    <!-- </apex:pageBlockSectionItem> -->
                <apex:pageBlockButtons location="bottom">
                    <!-- <apex:commandButton style="float:left;" value="检索" action="{!searchOpp}" onclick="blockme();" rerender="allForm, checEventFrame" oncomplete="unblockUI();" /> -->
                    <apex:commandButton style="float:left;" action="{!save}" value="保存" onclick="blockme();" rerender="allForm,checEventFrame" oncomplete="unblockUI();" />
                    <apex:commandButton style="float:left;" value="取消分配" onclick="unassign(); return false;" rerender="allForm,checEventFrame"/>
                    <apex:commandButton style="float:left;" value="取消" onclick="clickCancel(); return false;" />
                    <apex:commandButton style="float:right;" action="{!turnback}" value="返回" rerender="allForm,checEventFrame"/>
                </apex:pageBlockButtons>
                <!-- 20230526 ljh lightning start outputPanel 新加 pageBlockButtons注释-->
                <apex:outputPanel style="float:left;">
                    <!-- <apex:pageBlockButtons location="bottom"> -->
                        <!-- <apex:commandButton style="float:left;" value="检索" action="{!searchOpp}" onclick="blockme();" rerender="allForm, checEventFrame" oncomplete="unblockUI();" /> -->
                        <apex:commandButton style="float:left;" action="{!save}" value="保存" onclick="blockme();" rerender="allForm,checEventFrame" oncomplete="unblockUI();" />
                        <apex:commandButton style="float:left;" value="取消分配" onclick="unassign(); return false;" rerender="allForm,checEventFrame"/>
                        <apex:commandButton style="float:left;" value="取消" onclick="clickCancel(); return false;" />
                        <apex:commandButton style="float:right;" action="{!turnback}" value="返回" rerender="allForm,checEventFrame"/>
                    <!-- </apex:pageBlockButtons> -->
                </apex:outputPanel>
                <!-- 20230526 ljh lightning end-->
                <div style="clear:both;"></div>
                <apex:outputPanel id="message">
force-app/main/default/staticresources/AccessorySelectCss.css
@@ -0,0 +1,16 @@
/* 20230526 ljh start lightning */
table.list .col_IndexFromUniqueKey_Text__c{width:90px;}
table.list .col_Fixture_Model_No__c{width:120px;}
table.list .col_Fixture_Name__c{width:100px;}
table.list .col_Canceled_Flag__c{width:90px;}
table.list .col_FSD_Is_Optional__c{width:50px;}
table.list .col_Substitute_flag__c{width:70px;}
table.list .col_Fu_Shu_Pin_Fen_Pei_Jia__c{width:100px;}
table.list .col_Asset__r_SerialNumber{width:90px;}
table.list .col_Asset__r_Salesdepartment__c{width:100px;}
table.list .col_Asset__r_Internal_asset_location__c{width:100px;}
table.list .col_Asset__r_You_Xiao_Ku_Cun__c{width:90px;}
table.list .col_FSD_Is_OneToOne__c{width:70px;}
table.list .col_Cancel_Reason__c{width:100px;}
table.list .col_Loaner_cancel_reason__c{width:100px;}
table.list .col_Loaner_cancel_Remarks__c{width:100px;}