123
chenjingwu
2024-04-25 eb606eb7d5d88a8d06eef751f918116381c85d11
force-app/main/default/pages/MaintenanceProductData.page
@@ -1638,8 +1638,10 @@
    </apex:form>
<apex:form>
    <apex:pageBlock>
        <apex:commandButton   value="添加"  />
          <!-- chenjingwu 20240417    start -->
          <apex:pageblocksection title="{!IF(editAble,'延保信息维护','延保信息维护(蓝色为新值)')}" id="exmpdDetails1" rendered="{!IF(exmpdDetailsRecordsMap!=null&&muCountMap!=null,true,false)}" html-style="width: 100%;max-height:210px;;overflow:auto;">
            <apex:commandButton   value="添加"  />
            <apex:outputLabel style="width: 100%;">
                <apex:variable var="edvun" value="" rendered="{!editAble}" id="Edit">
                    <table class="list">
@@ -1666,8 +1668,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">