<apex:page Controller="ConsumableAccountInfoController" showHeader="true" tabStyle="ConsumableAccount__tab" sidebar="true" id="allPage" action="{!init}" title="客户信息">
|
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
|
<script>
|
|
</script>
|
|
<apex:form id="allForm">
|
<apex:outputPanel id="allPanel">
|
<div class="controls">
|
<table class="outer" width="100%" border="0" cellspacing="0" cellpadding="0">
|
<tbody>
|
<tr>
|
<td class="oRight">
|
<div class="bPageTitle">
|
<div class="ptBody">
|
<div class="content">
|
<img src="/customer/img/s.gif" alt="客户" class="pageTitleIcon" title="客户"/>
|
<h1 class="pageType">客户<span class="titleSeparatingColon">:</span></h1>
|
<h2 class="pageDescription"> {!obj.Name} </h2>
|
</div>
|
<div class="links">
|
<a href="javascript:printWin('/customer/ConsumableAccountInfoPrint?AccId={!URLENCODE(obj.Id)}')" class="configLinks" title="可打印视图 (新窗口)">可打印视图</a>
|
</div>
|
</div>
|
<div class="ptBreadcrumb"> «
|
<a href="javascript:" onClick="self.location=document.referrer;">返回列表</a>
|
</div>
|
</div>
|
<div class="listHoverLinks"><span class="invisibleMinHeight">|</span></div>
|
<div class="bPageBlock brandSecondaryBrd bDetailBlock secondaryPalette">
|
<div class="pbHeader pbTitle">
|
<img src="/customer/img/s.gif" alt="" width="12" height="1" class="minWidth" style="margin-right: 0.25em;" title=""/>
|
<h2 class="mainTitle">客户详细信息</h2>
|
</div>
|
<div class="pbBody">
|
<div class="brandTertiaryBrd first pbSubheader tertiaryPalette">
|
<h3>客户信息<span class="titleSeparatingColon">:</span></h3>
|
</div>
|
<div class="pbSubsection">
|
<table class="detailList" border="0" cellpadding="0" cellspacing="0">
|
<tbody>
|
<tr>
|
<td class="labelCol">客户名</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.Name}
|
</td>
|
<td class="labelCol">客户所有人</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.Owner.Name}
|
</td>
|
</tr>
|
<tr>
|
<td class="labelCol">别名1</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.Site}
|
</td>
|
<td class="labelCol">有效/无效</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.Is_Active__c}
|
</td>
|
</tr>
|
<tr>
|
<td class="labelCol">别名2</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.Alias_Name2__c}
|
</td>
|
<td class="labelCol">禁用理由</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.Ban_On_Use_Reason__c}
|
</td>
|
</tr>
|
<tr>
|
<td class="labelCol">政府等級</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.Grade__c}
|
</td>
|
<td class="labelCol">医院所属性质</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.Attribute_Type__c}
|
</td>
|
</tr>
|
<tr>
|
<td class="last labelCol">OCSM分类(医院)</td>
|
<td class="last dataCol col02 inlineEditWrite">
|
{!obj.OCM_Category__c}
|
</td>
|
<td class="last labelCol">医院专业区分</td>
|
<td class="last dataCol" id="acc1_ilecell">
|
{!obj.Speciality_Type__c}
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
</div>
|
<div class="brandTertiaryBrd pbSubheader tertiaryPalette">
|
<h3>地址信息<span class="titleSeparatingColon">:</span></h3>
|
</div>
|
<div class="pbSubsection">
|
<table class="detailList" border="0" cellpadding="0" cellspacing="0">
|
<tbody>
|
<tr>
|
<td class="labelCol">省</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.State_Master__r.Name}
|
</td>
|
<td class="labelCol">电话</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.Phone}
|
</td>
|
</tr>
|
<tr>
|
<td class="labelCol">市</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.City_Master__r.Name}
|
</td>
|
<td class="labelCol">电话2</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.PhoneCall__c}
|
</td>
|
</tr>
|
<tr>
|
<td class="labelCol">县/区</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.Town__c}
|
</td>
|
<td class="labelCol">传真</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.Fax}
|
</td>
|
</tr>
|
<tr>
|
<td class="labelCol">街道</td>
|
<td class="dataCol col02 inlineEditWrite">
|
{!obj.Street__c}
|
</td>
|
<td class="labelCol">邮编</td>
|
<td class="dataCol" id="acc1_ilecell">
|
{!obj.Postal_Code__c}
|
</td>
|
</tr>
|
<tr>
|
<td class="last labelCol">地址</td>
|
<td class="last dataCol col02 inlineEditWrite" colspan="3">
|
{!obj.Address__c}
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
</div>
|
<div class="brandTertiaryBrd pbSubheader tertiaryPalette">
|
<h3>系统信息<span class="titleSeparatingColon">:</span></h3>
|
</div>
|
<div class="pbSubsection">
|
<table class="detailList" border="0" cellpadding="0" cellspacing="0">
|
<tbody>
|
<tr>
|
<td class="last labelCol">母公司</td>
|
<td class="last dataCol col02 inlineEditWrite">
|
{!obj.Parent.Name}
|
</td>
|
<td class="last labelCol"></td>
|
<td class="last dataCol" id="acc1_ilecell">
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
</div>
|
</div>
|
</div>
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
</div>
|
</apex:outputPanel>
|
</apex:form>
|
</apex:page>
|