| | |
| | | <apex:pageBlockButtons location="bottom"> |
| | | <apex:commandButton style="float:left;" action="{!save}" value="确定" onclick="blockme();" rerender="allForm, checEventFrame" oncomplete="unblockUI();" /> |
| | | <apex:commandButton style="float:left;" value="无配套明细提醒邮件" onclick="setEmailBody();" rerender="allForm, checEventFrame"/> |
| | | <apex:commandButton style="float:right;" value="{!IF(isAcceptance, '返回', '返回上一级')}" action="{!goBack}"/> |
| | | <apex:commandButton style="float:right;margin-right:10px;" value="{!IF(isAcceptance, '返回', '返回上一级')}" action="{!goBack}"/> |
| | | <apex:commandButton rendered="{!isAcceptance == false}" style="float:right;" value="返回数据确认画面" action="{!cancel}"/> |
| | | </apex:pageBlockButtons> |
| | | <div style="clear:both;"></div> |