沙世明
2022-09-13 bfca7a84bec815da594f1d12558535ed06d2490b
force-app/main/default/pages/SubmitForApprovalPage.page
@@ -22,7 +22,7 @@
        specificReasons();
        grey();
    }
    function specificReasons() {
        var specificReasonsVal = j$(escapeVfId("allPage:sada:Specific_Reasons")).val();
@@ -38,6 +38,14 @@
            document.getElementById("font2").style.display = "none";
            document.getElementById("allPage:sada:Other_Reasons").style.display = "none";
        }
        if (specificReasonsVal == '重复报价') {
            document.getElementById("font7").style.display = "block";
            document.getElementById("MC_Code__c").style.display = "block";
        } else {
            document.getElementById("font7").style.display = "none";
            document.getElementById("MC_Code__c").style.display = "none";
        }
    }
@@ -134,6 +142,7 @@
        save();
    }
    function submitBatch() {
        blockme();
        submit();
@@ -195,6 +204,18 @@
            </tr>
            <tr>
                <td style="padding-left:50px">
                    <font id="font7" style="font-size:small;display:none;">
                        手动关联报价编码:
                    </font>
                </td>
            </tr>
            <tr>
                <td style="padding-left:50px ;">
                    <div id = "MC_Code__c" class="requiredInput" style="display:none"><div class="requiredBlock"></div><apex:inputField value="{!lostData.MC_Code__c}" style="width:75px;"/></div>
                </td>
            </tr>
            <tr>
                <td style="padding-left:50px">
                    <font id="font3" style="font-size:small">
                        去向:
                    </font>