19626
2023-10-07 988f9735377909b6310301e582c15804e004783f
force-app/main/default/pages/searchAimsAccount.page
@@ -5,6 +5,8 @@
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<!-- <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> -->
<!-- <apex:stylesheet value="{!URLFOR($Resource.StyleUtilColorCss)}"/> -->
    <script>
    function setProductOne(name,id) {
       
@@ -21,7 +23,7 @@
        </apex:outputPanel>
        <apex:form id="mainForm">
            <apex:pageBlock id="idSearchSetProduct" title="特价医院选择">
                <table width="750" border="0">
                <table width="750" border="0" style="background-color:#DCDCDC">
                    <colgroup>
                        <col width="12" />
                        <col width="20" />
@@ -32,7 +34,7 @@
                    </colgroup>
                    <tr>
                        <td>&nbsp;</td>
                        <th style="width:7%">{!$Label.Search_Condition}</th>
                        <th style="width:100px;">{!$Label.Search_Condition}</th>
                        <td>&nbsp;</td>
                        <th>医院名称</th>
                        <td>&nbsp;</td>
@@ -43,25 +45,24 @@
                        <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><apex:commandButton value="{!$Label.Search}" action="{!serContact}" style="width:100px;margin-left: 20px;" /></td>
                        <td></td>
                    </tr>
                    <tr>
                        <td colspan="15">&nbsp;</td>
                        <td style="solid #888;" colspan="15">&nbsp;</td>
                    </tr>
                </table>
                <table width="750" border="0">
                <table width="750" border="0" style="background-color:#DCDCDC">
                    <tr>
                        <td width="12">&nbsp;</td>
                        <th valign="top">{!$Label.Search_Result}</th>
                        <td width="20">&nbsp;</td>
                        <td>
                            <table border="0">
                            <table border="0" style="border-left: 0px;border-right: 0px;">
                                <tr>
                                    <td>
                                    <div id="iframelike" style="width:750">
                                    <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="0" columns="3" columnsWidth="200px,100px,350px">
                                    <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:facet name="header">医院名称</apex:facet>
                                            <apex:outputLink id="contactName" value="{!c.Name}" onclick="setProductOne('{!c.Name}','{!c.Id}');return false;">{!c.Name}</apex:outputLink>