123
chenjingwu
2024-04-25 b78a79dd7653b1ba43486ec5182ae3fb3620a2cd
force-app/main/default/pages/MaintenanceProductData.page
@@ -1657,7 +1657,7 @@
                                                <apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
                                            </td>
                                            <td>
                                                <apex:commandButton id="add" onclick="addJs();" value="添加" style="position:relative;width:100px;"/>
                                                <apex:commandButton id="add" onclick="addJs(this);" value="添加" style="position:relative;width:100px;"/>
                                                <apex:commandButton id="delete" onclick="deleteJs();" value="删除" style="position:relative;width:100px;"/>
                                            </td>
                                        </tr>
@@ -1728,7 +1728,7 @@
                </apex:pageblocksection>
                <script type="text/javascript">
                    function addJs(el){
                        console.log(el);
                        console.log(el.id);
                    }
                </script>
                <!-- chenjingwu 20240417 end -->