黄千龙
2023-03-08 962519811b7c4be07f30d09e791798b0ea79d3ae
force-app/main/default/pages/OPDSortManage.page
@@ -1,4 +1,4 @@
<apex:page controller="OPDSortManageController"  action="{!init}"  showHeader="false"   sidebar="true" id="allPage"  title="OPD计划管理表" >
<apex:page lightningStylesheets="true" controller="OPDSortManageController"  action="{!init}"  showHeader="false"   sidebar="true" id="allPage"  title="OPD计划管理表" >
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -709,7 +709,7 @@
            </apex:pageBlock>
            
            <apex:pageBlock title="待排序栏" id="OPDSection2" rendered="true" >
               <div style="position:relative;height: 0px;">
               <div style="position:relative;height: 10px;">
                    <apex:commandButton onclick="saveAddJs();return false;" value="确认追加" style="position:relative;top: -45px;left: 120px; width:100px;" rendered="true" />
                    <input type="hidden" id="allPage:allForm:allBlock:OPDSection2:unCheckedOPDPlanCount" value="{!unCheckedOPDPlanCount}" />
               </div>