| | |
| | | top.window.close(); |
| | | } |
| | | </script> |
| | | <style> |
| | | .headerStyle{ |
| | | border-right: ridge !important; |
| | | } |
| | | .headerStyle1{ |
| | | font-weight: 600 !important; |
| | | } |
| | | </style> |
| | | |
| | | <apex:outputPanel id="all"> |
| | | <apex:outputPanel id="message1"> |
| | |
| | | </apex:outputPanel> |
| | | <apex:form id="mainForm"> |
| | | <apex:pageBlock id="idSearchSetProduct" title="特价医院选择"> |
| | | <table width="750" style="background-color:#DCDCDC"> |
| | | <apex:facet name="header"> |
| | | <span style="font-size: initial;font-weight: 600;">特价医院选择</span> |
| | | </apex:facet> |
| | | <table width="750" border="0" style="background-color:#DCDCDC"> |
| | | <colgroup> |
| | | <col width="12" /> |
| | | <col width="5" /> |
| | | <col width="20" /> |
| | | <col width="20" /> |
| | | <col width="200" /> |
| | | <col width="300" /> |
| | | <col width="20" /> |
| | | <col width="428" /> |
| | | </colgroup> |
| | | <tr> |
| | | <td> </td> |
| | | <th style="width: 66px;">{!$Label.Search_Condition}</th> |
| | | <td></td> |
| | | <th style="width:100px;">{!$Label.Search_Condition}</th> |
| | | <th>医院名称</th> |
| | | <td> </td> |
| | | <td> </td> |
| | | </tr> |
| | | <tr> |
| | | <td> </td> |
| | | <td> </td> |
| | | <td> </td> |
| | | <td><apex:inputText id="searchName" value="{!SearchName}" style="width:200px" required="false"/></td> |
| | |
| | | <th valign="top">{!$Label.Search_Result}</th> |
| | | <td width="20"> </td> |
| | | <td> |
| | | <table border="0" style="border-left: 0px;border-right: 0px;"> |
| | | <table class="slds-table" border="0" style="border-left: 0px;border-right: 0px;"> |
| | | <tr> |
| | | <td> |
| | | <div id="iframelike" style="width:665px"> |
| | | <apex:pageBlockTable style="border-left: 0px;border-right: 0px;" id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px"> |
| | | <apex:column > |
| | | <apex:pageBlockTable style="border-left: 1px;border-right: 1px;" id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px"> |
| | | <apex:column headerClass="headerStyle headerStyle1"> |
| | | <apex:facet name="header">医院名称</apex:facet> |
| | | <apex:outputLink id="contactName" value="{!c.Name}" onclick="setProductOne('{!c.Name}','{!c.Id}');return false;">{!c.Name}</apex:outputLink> |
| | | </apex:column> |
| | | <apex:column > |
| | | <apex:column headerClass="headerStyle headerStyle1"> |
| | | <apex:facet name="header">省份</apex:facet> |
| | | <apex:outputField id="State_Master" value="{!c.State_Master__r.Name}" /> |
| | | </apex:column> |
| | | <apex:column > |
| | | <apex:column headerClass="headerStyle1"> |
| | | <apex:facet name="header">地址</apex:facet> |
| | | <apex:outputField id="Alternative" value="{!c.Address__c}" /> |
| | | </apex:column> |