| | |
| | | <apex:page controller="ProcessInstanceSolController" tabStyle="Solution_Programme__c"> |
| | | <apex:page controller="ProcessInstanceSolController" tabStyle="Solution_Programme__c" lightningstylesheets="true" lightningStylesheets="true"> |
| | | <script type="text/javascript"> |
| | | function checkapp() { |
| | | // body... |
| | |
| | | <apex:pageMessages /> |
| | | </apex:pageBlockSectionItem> |
| | | <apex:pageBlockSectionItem > |
| | | 方案名称 <apex:outputField value="{!objSol.Name}"/> |
| | | 方案名称 <apex:outputField value="{!objSol.Name}"/><!-- rendered="{!IF(testlink == '步骤:测试(等待处理的+首先+批准)', 'true', 'false')}" --> |
| | | </apex:pageBlockSectionItem> |
| | | <!-- <apex:pageBlockSectionItem > |
| | | Lead Owner <apex:outputField value="{!objSol.Owner.Name}"/> |
| | |
| | | 确认结果(单选) <font color="red">(必填)</font><apex:inputField id="ConResult" value="{!objSol.Confirmation_Result__c}"/> |
| | | </apex:pageBlockSectionItem> |
| | | <apex:pageBlockSectionItem > |
| | | 备注 <font color="red"></font><apex:inputField value="{!objSol.Remarks__c}"/> |
| | | 备注 <font color="red"></font><apex:inputField value="{!objSol.Remarks__c}"/> <!-- rendered="{!IF(testlink == '步骤:步骤 1(等待处理的 首先 批准)', 'false', 'true')}" --> |
| | | </apex:pageBlockSectionItem> |
| | | <apex:pageBlockSectionItem > |
| | | 评论 <font color="red"></font> <apex:inputTextArea value="{!Comments}" rows="5" cols="100"/> |