zhangzhengmei
2023-08-05 d77b6353ca9b59a6398df3eae9912f9fd766946d
force-app/main/default/pages/SetProductTarget.page
@@ -343,8 +343,6 @@
            passToController(this.result);
            popupBox.hide();
        }
    }
}
//CHAN-BDQBLX  20210205 ljh end
@@ -431,7 +429,7 @@
    </apex:outputPanel>
    <!--CHAN-BDQBLX  20210205 ljh end -->
    <apex:pageBlock id="headBlock" tabStyle="Report">
        <table id="ButtonTable" border="0" width="100%">
        <table id="ButtonTable" border="0" width="100%" style='margin-bottom: 5px;'>
            <tr>
                <td>
                    本部 <apex:selectList value="{!salesDpt}" size="1" style="width:120px" onchange="searchByDptJs();return false;"><apex:selectOptions value="{!salesDptOpts}"/></apex:selectList>   
@@ -455,7 +453,7 @@
            </tr>
        </table>
        <table id="ButtonTable" border="0" width="100%">
            <tr>
            <tr style='line-height: 40px;height: 40px;'>
                <td width="15%"></td>
                <td align="center">
                    <apex:commandButton value="保存" rerender="dummy" onclick="saveJs();return false;" rendered="{!Not(isPast) && loginUser.ProfileId == $Label.ProfileId_SystemAdmin}"/>