| | |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <style> |
| | | body .detailList .dataCol select{ |
| | | width: 150px; |
| | | min-width: 150px; |
| | | } |
| | | body .detailList .dataCol input{ |
| | | width: 150px; |
| | | min-width: 150px !important; |
| | | } |
| | | </style> |
| | | <script type="text/javascript"> |
| | | function back() { |
| | | window.opener.parent.location.href = "/{!ra.Id}"; |
| | |
| | | </apex:pageBlockSectionItem> |
| | | <!-- 20210207 ljh SWAG-BXVDPJ update end--> |
| | | </apex:pageBlockSection> |
| | | <input type="hidden" name="hide"/> |
| | | <apex:commandButton value="取消" action="{!saveCancel}" oncomplete="checkSaveStatus();changeReasonJs();unblockUI();" onclick="blockme();" rerender="allForm" /> |
| | | <apex:commandButton value="返回" onclick="back();" rerender="allForm" oncomplete="unblockUI();" /> |
| | | </apex:pageBlock> |