| | |
| | | <apex:inputText id="DisplayPROBABILITY" value="{!QuotesPage.PROBABILITY__c}" style="display: none;"/> |
| | | </td> |
| | | <td/> |
| | | <td align="left" ><apex:inputField id="PRODUCT_SEGMENT" value="{!QuotesPage.PRODUCT_SEGMENT__c}" style="width: 95%"/></td> |
| | | <td align="left" ><apex:inputField id="PRODUCT_SEGMENT" value="{!QuotesPage.PRODUCT_SEGMENT__c}" onchange="QuotesTypeChangeFunction();" style="width: 95%"/></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left" >{!$ObjectType.Quotes__c.fields.LOCATION__c.label}<span class="textRed">*</span></td> |
| | |
| | | </tr> |
| | | |
| | | <tr> |
| | | <apex:outputPanel layout="none" rendered="{!IF(aftORbef == false && aftORbef1 == false, true, false)}"> |
| | | <td colspan="9"> |
| | | <apex:outputText id="message01" value="{!Messages01}" style="resize:vertical;width: 100%"/> |
| | | </td> |
| | | </apex:outputPanel> |
| | | <td colspan="9"> |
| | | <apex:outputText id="message01" value="{!Messages01}" style="resize:vertical;width: 100%"/> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <!-- <tr> |
| | | <apex:outputPanel layout="none" rendered="{!IF(aftORbef == true || aftORbef1 == true, true, false)}"> |
| | | <td colspan="9"> |
| | | <apex:outputText value="-维修质保只涵盖于本次维修的配件,维修质保期为仪器发货后三个月加八天。" style="resize:vertical;width: 100%"/> |
| | | </td> |
| | | </apex:outputPanel> |
| | | </tr> |
| | | </tr> --> |
| | | <tr> |
| | | <td colspan="9"> |
| | | <apex:outputText id="message02" value="{!Messages02}" style="resize:vertical;width: 100%"/> |