From 36f77a1e0eb1290567797252588365274535bf49 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期三, 24 四月 2024 17:10:15 +0800
Subject: [PATCH] 123
---
force-app/main/default/pages/MaintenanceProductData.page | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index 2b41473..74fdfce 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -1683,7 +1683,6 @@
</table>
</apex:variable>
<apex:variable var="edvun" value="" rendered="{!!editAble}">
- </apex:variable>
<table class="list">
<tr class="headerRow">
<th>浜у搧鍚嶇О</th>
@@ -1698,16 +1697,16 @@
{!mp.mpded.ProductsID__r.Name}
</td>
<td class="dataCell">
- <apex:outputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AgeLimit__c}"/>
+ <apex:outputField value="{!exmpdDetailsRecordsViewMap[mp.mpded.ProductsID__c][0].mpdrdd.AgeLimit__c}"/>
</td>
<td class="dataCell">
- <apex:outputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.MultiOneYearWarrantyPrice__c}"/>
+ <apex:outputField value="{!exmpdDetailsRecordsViewMap[mp.mpded.ProductsID__c][0].mpdrdd.MultiOneYearWarrantyPrice__c}"/>
</td>
<td class="dataCell">
- <apex:outputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}"/>
+ <apex:outputField value="{!exmpdDetailsRecordsViewMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}"/>
</td>
</tr>
- <apex:repeat value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1">
+ <apex:repeat value="{!exmpdDetailsRecordsViewMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1">
<tr>
<td class="dataCell">
<apex:outputField value="{!mu.mpdrdd.AgeLimit__c}" />
--
Gitblit v1.9.1