buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
force-app/main/default/pages/OPDSortManage.page
@@ -1,9 +1,9 @@
<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)}"/>
<apex:includeScript value="/soap/ajax/29.0/connection.js"/>
<apex:includeScript value="/soap/ajax/29.0/apex.js"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<style type="text/css">
    ul,li{ padding:0;margin-top:10px;list-style:none}
    td{
@@ -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>