From 6e4dba6a2fbe3a1733aba732846fbaa0d967d48b Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 25 四月 2024 14:58:48 +0800
Subject: [PATCH] 123
---
force-app/main/default/pages/MaintenanceProductData.page | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index 5df2bb7..1da292d 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -1663,8 +1663,8 @@
<apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
</td>
<td>
- <apex:commandButton id="add" onclick="addJs(this);" value="娣诲姞" style="position:relative;width:100px;"/>
- <apex:commandButton id="delete" onclick="deleteJs(this);" value="鍒犻櫎" style="position:relative;width:100px;"/>
+ <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="add" onclick="addJs(this);" value="娣诲姞" style="position:relative;width:100px;"/>
+ <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete" onclick="deleteJs(this);" value="鍒犻櫎" style="position:relative;width:100px;"/>
</td>
</tr>
<apex:repeat value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1">
@@ -1679,8 +1679,8 @@
<apex:InputField value="{!mu.mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
</td>
<td>
- <apex:commandButton name="{!mp.mpded.ProductsID__c}" id="add1" onclick="add1Js(this);" value="娣诲姞" style="position:relative;width:100px;"/>
- <apex:commandButton name="{!mp.mpded.ProductsID__c}" id="delete1" onclick="delete1Js(this);" value="鍒犻櫎" style="position:relative;width:100px;"/>
+ <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="add1" onclick="add1Js(this);" value="娣诲姞" style="position:relative;width:100px;"/>
+ <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete1" onclick="delete1Js(this);" value="鍒犻櫎" style="position:relative;width:100px;"/>
</td>
</tr>
</apex:repeat>
--
Gitblit v1.9.1