19626
2023-08-08 874d06c838d77ed9e4e19ca888161c1590d02e2b
force-app/main/default/pages/searchAimsAccount.page
@@ -21,7 +21,7 @@
        </apex:outputPanel>
        <apex:form id="mainForm">
            <apex:pageBlock id="idSearchSetProduct" title="特价医院选择">
                <table width="750" border="0" style="background-color:#DCDCDC">
                <table width="750" border="0">
                    <colgroup>
                        <col width="12" />
                        <col width="20" />
@@ -43,14 +43,15 @@
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td><apex:inputText id="searchName" value="{!SearchName}" style="width:200px" required="false"/></td>
                        <td>&nbsp;</td>
                        <td><apex:commandButton value="{!$Label.Search}" action="{!serContact}" style="width:100px" /></td>
                        <td></td>
                    </tr>
                    <tr>
                        <td style="border-bottom: 1px solid #888;" colspan="15">&nbsp;</td>
                        <td colspan="15">&nbsp;</td>
                    </tr>
                </table>
                <table width="750" border="0" style="background-color:#DCDCDC">
                <table width="750" border="0">
                    <tr>
                        <td width="12">&nbsp;</td>
                        <th valign="top">{!$Label.Search_Result}</th>
@@ -60,7 +61,7 @@
                                <tr>
                                    <td>
                                    <div id="iframelike" style="width:750">
                                    <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px">
                                    <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="0" columns="3" columnsWidth="200px,100px,350px">
                                        <apex:column >
                                            <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>