| | |
| | | <apex:page controller="RentalSequenceWatchController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="异常数据查看"> |
| | | <apex:page controller="RentalSequenceWatchController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="异常数据查看" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="/soap/ajax/29.0/connection.js"/> |
| | | <apex:includeScript value="/soap/ajax/29.0/apex.js"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:form id="allForm"> |
| | | <apex:outputPanel rendered="{!!haveErrCF_X}"> |
| | |
| | | <td><apex:outputText value="{!info.ExternalKey__c}"/></td> |
| | | <td><apex:outputText value="{!info.Series_No__c}"/></td> |
| | | </tr> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </table> |
| | | </apex:outputPanel> |
| | | <apex:outputPanel rendered="{!haveErrTH_X}"> |
| | |
| | | <td><apex:outputText value="{!info.ExternalKey__c}"/></td> |
| | | <td><apex:outputText value="{!info.Series_No__c}"/></td> |
| | | </tr> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </table> |
| | | </apex:outputPanel> |
| | | <apex:outputPanel rendered="{!haveErrCF_D}"> |
| | |
| | | <td><apex:outputText value="{!info.ExternalKey__c}"/></td> |
| | | <td><apex:outputText value="{!info.Queue_Number__c}"/></td> |
| | | </tr> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </table> |
| | | </apex:outputPanel> |
| | | <apex:outputPanel rendered="{!haveErrTH_D}"> |
| | |
| | | <td><apex:outputText value="{!info.ExternalKey__c}"/></td> |
| | | <td><apex:outputText value="{!info.Queue_Number__c}"/></td> |
| | | </tr> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </apex:repeat> |
| | | </tbody> |
| | | </table> |
| | | </apex:outputPanel> |
| | | </apex:form> |