LiJinHuan
2023-05-23 fd0df4a06ee76d161a39c8f2d6cede15a0915391
备品出借选择配套明细
2个文件已修改
36 ■■■■ 已修改文件
force-app/main/default/pages/RentalFixtureSetDetilSelect.page 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/staticresources/RentalFixtureSetDetilSelectCss.css 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/RentalFixtureSetDetilSelect.page
@@ -7,7 +7,11 @@
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
<!-- 20230511 ljh lightning start -->
<style type="text/css">
    table.list td  input[type="text"]{width:55%;}
</style>
<!-- 20230511 ljh lightning end -->
<script type="text/javascript">
var heightAjustment = 120;
var widthAjustment = 30;
@@ -25,17 +29,14 @@
        </apex:actionFunction>
        <apex:outputPanel id="pageallPanel">
            <apex:pageBlock id="searchBlock" tabStyle="Report">
                <apex:pageBlockButtons location="bottom">
                        <!--20230425 zq lightning下修改样式 <apex:commandButton style="float:left;" action="{!save}" value="確定" onclick="blockme();" rerender="allForm, checEventFrame" oncomplete="unblockUI();" />
                <!-- 20230522 ljh lightning start -->
                <!-- <apex:pageBlockButtons location="bottom">
                        <apex:commandButton style="float:left;" action="{!save}" value="確定" onclick="blockme();" rerender="allForm, checEventFrame" oncomplete="unblockUI();" />
                            <apex:commandButton style="float:right;" value="返回上一级" action="{!goBack}"/>
                        -->
                        <apex:commandButton action="{!save}" value="確定" onclick="blockme();" rerender="allForm, checEventFrame" oncomplete="unblockUI();" />
                        <apex:commandButton style="float:right;margin: 0 10px;" value="返回上一级" action="{!goBack}"/>
                        <apex:commandButton style="float:right;" value="返回申请单" action="{!cancel}"/>
                </apex:pageBlockButtons>
                <div style="clear:both;"></div>
                <div style="clear:both;"></div>   -->
                <!-- 20230522 ljh lightning end -->
                    <table>
                        <tr>
                            <td colspan="2">{!$ObjectType.Rental_Apply_Equipment_Set__c.fields.Name.label}</td>
@@ -60,6 +61,14 @@
 <!--TODO  同一附属品:レ -->
                    </table>
                <!-- 20230522 ljh lightning start -->
                <div style="width:50%;float:right;">
                        <apex:commandButton style="float:left;" action="{!save}" value="確定" onclick="blockme();" rerender="allForm, checEventFrame" oncomplete="unblockUI();" />
                        <apex:commandButton style="float:right;" value="返回上一级" action="{!goBack}"/>
                        <apex:commandButton style="float:right;" value="返回申请单" action="{!cancel}"/>
                <div style="clear:both;"></div>
                </div>
                <!-- 20230522 ljh lightning end -->
            </apex:pageBlock>
            <c:RelationListPagingCmp id="cmpid" pgController="{!this}" hasCheckbox="false" noSort="true"/>
        </apex:outputPanel>
force-app/main/default/staticresources/RentalFixtureSetDetilSelectCss.css
@@ -5,7 +5,14 @@
table.list .col_Is_Optional__c {width:59px;}
table.list .col_Quantity__c {width:49px;}
table.list .col_Is_OneToOne__c {width:49px;}
table.list .col_Rental_Num__c {width:98px;}
/* 20230517 ljh lightning start */
/* table.list .col_Rental_Num__c {width:98px;} */
table.list .col_Rental_Num__c {width:150px;}
/* 20230517 ljh lightning end */
table.list .col_Rental_Num__c input {width:55%;}
table.list .col_Fixture_Set_Detail__r_Fixture_Model_No_F__c {width:280px;}
table.list .col_Fixture_Set_Detail__r_Name_CHN__c {width:230px;}
/* 20230517 ljh lightning start */
table.list .col_IndexFromUniqueKey_Text__c {width:70px;}
/* 20230517 ljh lightning end */