From 34be6d09c3def63305ccf3830066a63977ac1af6 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 25 四月 2024 19:23:59 +0800
Subject: [PATCH] 123

---
 force-app/main/default/pages/MaintenanceProductData.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index fe61e5f..461eade 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -1666,8 +1666,8 @@
                                         <apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
                                     </td>
                                     <td>
-                                        <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="add" onclick="addJs()" value="娣诲姞"  />  
-                                        <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="delete" onclick="delJs()" value="鍒犻櫎"  />
+                                        <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="add"  value="娣诲姞"  />  
+                                        <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="delete"  value="鍒犻櫎"  />
                                     </td>
                                 </tr>
                                 <apex:repeat value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1">

--
Gitblit v1.9.1