彭锟
2022-03-22 2ecb63062fe10bbfb6853e37a38a74dcc10291db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<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">&nbsp;«&nbsp;
                                    <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>