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

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

diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index d9f5faf..4795a92 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -1660,6 +1660,7 @@
                                                 <apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
                                             </td>
                                             <td>
+                                                <apex:image title="{!mp.mpded.ProductsID__c}" id="plusicon" value="{!$Resource.plusicon}" onclick="addJs(this);" />
                                                 <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>
@@ -1747,7 +1748,6 @@
                         
                     }
                     function del1Js(el){
-                        blockme();
                         var index2 = el.id.substring(el.id.lastIndexOf('bb1:') + 4,el.id.length - 5);
                         deleteEx(el.title,index2);
                     }

--
Gitblit v1.9.1