From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:54:02 +0800
Subject: [PATCH] 同步代码
---
force-app/main/default/pages/AccountTargetTab.page | 40 +++++++++++++++++++++++++++++++++++++---
1 files changed, 37 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/pages/AccountTargetTab.page b/force-app/main/default/pages/AccountTargetTab.page
index b7fb8d0..be1f829 100644
--- a/force-app/main/default/pages/AccountTargetTab.page
+++ b/force-app/main/default/pages/AccountTargetTab.page
@@ -1,4 +1,4 @@
-<apex:page controller="AccountTargetTabController" showChat="false" showHeader="false" sidebar="false" action="{!init}" id="Page" lightningStylesheets="true">
+<apex:page controller="AccountTargetTabController" showChat="false" showHeader="false" sidebar="false" action="{!init}" id="Page">
<title>鐩爣鏁�</title>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -120,6 +120,14 @@
<td ></td>
</tr>
</apex:repeat>
+ <tr>
+ <td style="height:20px;"></td>
+ <td ></td>
+ </tr>
+ <tr>
+ <td style="height:20px;"></td>
+ <td ></td>
+ </tr>
<!-- 2022/01/07 ssm 宸︿晶绌鸿 end -->
<tr>
<td style="height:20px;">{!$ObjectType.Account_Number_of_target__c.fields.TargetCustomerModifier__c.label}</td>
@@ -208,13 +216,39 @@
</tr>
<!-- 2022/01/07 ssm 鍙充晶鏈�鍚庣殑鍦版柟鎷嗘垚2琛� 涓庝箣鍓嶇殑鏁堟灉淇濇寔涓�鑷� start -->
<tr>
- <td style="height:20px;"></td>
- <td style=""></td>
+ <!--<td style="height:20px;"></td>
+ <td style=""></td>-->
+ <!--20230224 you start DB202302339407-->
+ <td style="height:20px;">{!$ObjectType.Account_Number_of_target__c.fields.LostPricesqt__c.label}</td>
+ <td style="text-align: center;">
+ <apex:outputField value="{!history.rec.LostPricesqt__c}" style="width:90%; text-align: right;" />
+ </td>
<td>{!$ObjectType.Account_Number_of_target__c.fields.AllHostsNumber_first__c.label}</td>
<td style="text-align: center;">
<apex:outputField value="{!history.rec.AllHostsNumber_first__c}" style="width:90%; text-align: right;" />
</td>
</tr>
+ <tr>
+ <!--<td style="height:20px;"></td>
+ <td style=""></td>-->
+ <td style="height:20px;">{!$ObjectType.Account_Number_of_target__c.fields.Dealer_Final_Priceqt__c.label}</td>
+ <td style="text-align: center;">
+ <apex:outputField value="{!history.rec.Dealer_Final_Priceqt__c}" style="width:90%; text-align: right;" />
+ </td>
+ <td style="height:20px;"></td>
+ <td style=""></td>
+ </tr>
+ <tr>
+ <!--<td style="height:20px;"></td>
+ <td style=""></td>-->
+ <td style="height:20px;">{!$ObjectType.Account_Number_of_target__c.fields.HospitalTransactionAmountqt__c.label}</td>
+ <td style="text-align: center;">
+ <apex:outputField value="{!history.rec.HospitalTransactionAmountqt__c}" style="width:90%; text-align: right;" />
+ </td>
+ <td style="height:20px;"></td>
+ <td style=""></td>
+ </tr>
+ <!--20230224 you end DB202302339407-->
<!-- 2022/01/07 ssm 鍙充晶琛ョ┖琛� start -->
<apex:repeat value="{!history.emptyLineRight}" var="elr" id="elr_repeat">
<tr>
--
Gitblit v1.9.1