From e086d26f5ea28d42f78f836d6a8be5c686c1f36d Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期二, 17 五月 2022 17:31:38 +0800
Subject: [PATCH] 【委托】【期初修改4月6日开始修改】目标录入相关判断修改

---
 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