| | |
| | | <apex:page controller="ConsumApplyCancelController" action="{!init}" showHeader="false"> |
| | | <apex:page controller="ConsumApplyCancelController" lightningStylesheets="true" action="{!init}" showHeader="false"> |
| | | <head> |
| | | <title>耗材申请取消</title> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> |
| | | <style> |
| | | div > input { |
| | | vertical-align: middle !important; |
| | | } |
| | | </style> |
| | | <script type="text/javascript"> |
| | | function back() { |
| | | window.opener.parent.location.href = "/{!ra.Id}"; |