| | |
| | | <apex:page Controller="NewPaymentPlanLoadController" showHeader="false" sidebar="false" action="{!init}" id="allPage" title="维修合同文本信息录入页面" pageStyle="PageStyleCss"> |
| | | <apex:page Controller="NewPaymentPlanLoadController" showHeader="false" sidebar="false" action="{!init}" id="allPage" title="维修合同文本信息录入页面" pageStyle="PageStyleCss" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <style type="text/css"> |
| | | .BlockSytle{ |
| | | width: 970px; |
| | | width: 1000px; |
| | | } |
| | | .PageStyleCss{ |
| | | width: 980px; |
| | | height: 340px; |
| | | } |
| | | .align-save-button { |
| | | vertical-align: top; |
| | | margin-top: 0.0rem; |
| | | margin-bottom: 0.125rem; |
| | | } |
| | | input{ |
| | | disabled: false; |
| | |
| | | // var saveErrorflag = j$(escapeVfId('saveErrorflag')).value(); |
| | | if(Rs == 'Fin'){ |
| | | // fxk 2021/8/31 点检次数必须填 end |
| | | window.opener.top.location.href = '/{!PageMCEElement.id}'; |
| | | // window.opener.top.location.href = '/{!PageMCEElement.id}'; |
| | | // top.window.close(); |
| | | window.close(); |
| | | unblockUI(); |
| | |
| | | </apex:pageBlockSection> |
| | | <apex:pageBlockButtons id="allButtons"> |
| | | <apex:outputPanel rendered="{!IF(PageMCEElement.Status__c != '引合中', 'true', 'false')}"> |
| | | <apex:commandButton disabled="true" id="SaveButton1" value="保存" action="{!save}" onclick="blockme();" reRender="hiddenInput,Messages" oncomplete="CloseJs();"/> |
| | | <apex:commandButton styleClass="align-save-button" disabled="true" id="SaveButton1" value="保存" action="{!save}" onclick="blockme();" reRender="hiddenInput,Messages" oncomplete="CloseJs();"/> |
| | | <apex:commandButton disabled="true" id="CancelButton1" value="取消" onclick="CloseJs(); return false;"/> |
| | | <apex:commandButton disabled="true" id="PrintButton1" value="打印" action="{!print}" onclick="blockme();" rerender="hiddenInput,Messages,pdfPrint" oncomplete="PrintJs();" /> |
| | | </apex:outputPanel> |