| | |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/> |
| | | |
| | | <!-- 20230426 zq add style --> |
| | | <style> |
| | | td { |
| | | padding: 5px 5px; |
| | | width: auto; |
| | | } |
| | | body input[type="submit"], body input.btn{ |
| | | padding: 0 10px; |
| | | } |
| | | </style> |
| | | |
| | | <script type="text/javascript"> |
| | | var heightAjustment = 120; |
| | |
| | | <apex:pageBlock id="searchBlock" tabStyle="Report"> |
| | | <apex:variable value="{!$ObjectType.Fixture_Set_Detail__c.updateable && $ObjectType.Fixture_Set_Detail__c.createable}" var="savedisabled" /> |
| | | <apex:pageBlockButtons location="bottom"> |
| | | <apex:commandButton style="float:left;" disabled="{!Not(savedisabled)}" action="{!save}" value="保存" onclick="blockme();" rerender="allForm,checEventFrame,message" oncomplete="unblockUI();" /> |
| | | <apex:commandButton style="float:right;" action="{!cancel}" value="取消" rerender="message"/> |
| | | <!--20230426 zq <apex:commandButton style="float:left;" disabled="{!Not(savedisabled)}" action="{!save}" value="保存" onclick="blockme();" rerender="allForm,checEventFrame,message" oncomplete="unblockUI();" /> |
| | | <apex:commandButton style="float:right;" action="{!cancel}" value="取消" rerender="message"/> |
| | | --> |
| | | <apex:commandButton disabled="{!Not(savedisabled)}" action="{!save}" value="保存" onclick="blockme();" rerender="allForm,checEventFrame,message" oncomplete="unblockUI();" /> |
| | | <apex:commandButton style="float:right;margin-right: 10px;" action="{!cancel}" value="取消" rerender="message"/> |
| | | </apex:pageBlockButtons> |
| | | <div style="clear:both;"></div> |
| | | |