| | |
| | | <head> |
| | | <title>借出备品配套明细选择</title> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <!-- 20230511 ljh lightning --> |
| | | <apex:stylesheet value="{!URLFOR($Resource.RentalFixtureSetDetilSelectCss)}"/> |
| | | <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; |
| | |
| | | </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> |
| | | |
| | | </apex:pageBlockButtons> --> |
| | | <!-- 20230522 ljh lightning end --> |
| | | <table> |
| | | <tr> |
| | | <td colspan="2">{!$ObjectType.Rental_Apply_Equipment_Set__c.fields.Name.label}</td> |
| | |
| | | <!--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> |