From 6ea917ffd94638d96d2a64316e0c971985ca47d6 Mon Sep 17 00:00:00 2001 From: 涂煌豪 <tuhuanghao@prec-tech.com> Date: 星期二, 24 五月 2022 13:25:48 +0800 Subject: [PATCH] 修改客户人员更新逻辑 --- force-app/main/default/pages/SetPersonalTarget.page | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/pages/SetPersonalTarget.page b/force-app/main/default/pages/SetPersonalTarget.page index c1de14c..e53ff1c 100644 --- a/force-app/main/default/pages/SetPersonalTarget.page +++ b/force-app/main/default/pages/SetPersonalTarget.page @@ -374,7 +374,7 @@ <th width="70px" class="headerRow booleanColumn">鐪�</th> <th class="headerRow booleanColumn">瑙掕壊</th> <th width="70px" class="headerRow booleanColumn">鎷呭綋</th> - <th width="70px" class="headerRow booleanColumn">鑱屼綅</th> + <th width="70px" class="headerRow booleanColumn">HR閫氱敤鑱岀骇</th> <!-- 20220517 lt SWAG-CD28H3 Update --> <th width="70px" class="headerRow booleanColumn">璐熻矗<br/>浜у搧鍒嗙被锛堜富锛�</th> <!--wangweipeng 20210615--> <th width="70px" class="headerRow booleanColumn">璐熻矗<br/>浜у搧鍒嗙被锛堝吋锛�</th> @@ -411,7 +411,7 @@ <td class="dataCell">{!dbs.user.Province__c}</td> <td class="dataCell">{!dbs.user.UserRole.Name}</td> <td class="dataCell">{!dbs.user.Alias}</td> - <td class="dataCell">{!dbs.user.Post__c}</td> + <td class="dataCell">{!dbs.user.HR_Post__c}</td> <!-- 20220517 lt SWAG-CD28H3 Update --> <td class="dataCell" style="word-wrap:break-word;max-width:70px;">{!SUBSTITUTE(dbs.user.Product_specialist_incharge_product__c, ";", "; ")}</td> <!--wangweipeng 20210615--> <td class="dataCell" style="word-wrap:break-word;max-width:70px;">{!SUBSTITUTE(dbs.user.Responsible_for_Products_Concurrently__c, ";", "; ")}</td> -- Gitblit v1.9.1