From 4b429a1e2ccf23248c0400c68ce4ffa608f6bec5 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 25 四月 2024 16:44:05 +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 d9f5faf..9c34406 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -1661,7 +1661,7 @@
</td>
<td>
<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;"/>
+ <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete" onclick="de1Js(this);" value="鍒犻櫎" style="position:relative;width:100px;"/>
</td>
</tr>
<apex:repeat value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1">
@@ -1677,7 +1677,7 @@
</td>
<td>
<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;"/>
+ <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete1" onclick="del1Js(this);" value="鍒犻櫎" style="position:relative;width:100px;"/>
</td>
</tr>
</apex:repeat>
--
Gitblit v1.9.1