From de090ffeb466f606275c599a4050dce1e462e4a6 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 25 四月 2024 19:38:43 +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 5a5927a..c1e96f3 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -1660,7 +1660,7 @@
<apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
</td>
<td>
- <input type="button" value="娣诲姞" style="width: 100px;" onclick="addJs({!mp.mpded.ProductsID__c});return false;" class="btn"/>
+ <apex:image id="plusicon" value="{!$Resource.plusicon}" onclick="addJs({!mp.mpded.ProductsID__c});return false;" />
<!-- <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="add" onclick="" value="娣诲姞" style="position:relative;width:100px;" rerender=""/>
<apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete" onclick="delJs(this);" value="鍒犻櫎" style="position:relative;width:100px;" rerender=""/> -->
</td>
--
Gitblit v1.9.1