111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
force-app/main/default/pages/AssetMaintain.page
@@ -885,7 +885,7 @@
            <apex:variable var="amdRightApiListStr" value="{!''}{!amdRightApiList}" />
            <!-- 查看全部保有设备 -->
            <div id="out_Div_L" style="overflow:auto"><!--左侧表头-->
            <div id="out_Div_L" style="overflow:auto">
                <table class="list" border="1" style="border-collapse: collapse; table-layout: fixed; border-bottom-width: 0px; border-spacing: 0px; height: 30px;">
                    <tr class="headerRow" style="background-color: #DCDCDC; text-align: left; vertical-align: top;">
                        <!-- 全选 -->
@@ -900,7 +900,7 @@
                    </tr>
                </table>
            </div>
            <div id="out_Div_R"><!--右侧表头-->
            <div id="out_Div_R">
                <table class="list" border="1" style="border-collapse: collapse; table-layout:fixed; border-bottom-width: 0px; border-spacing:0; width:700px; height: 30px;">
                    <tr class="headerRow" style="background-color: #DCDCDC; text-align: left; vertical-align: top;">
                        <apex:variable value="{!0}" var="cnt" />
@@ -914,7 +914,7 @@
                    </tr>
                </table>
            </div>
            <div id="in_Div_L" style="overflow:hidden"><!--左侧数据-->
            <div id="in_Div_L" style="overflow:hidden">
                <table class="list" border="1" style="border-collapse:collapse;table-layout:fixed;border-bottom-width:0px;border-spacing:0;" id="tableData_L">
                    <apex:variable value="{!0}" var="Cnt_L" />
                    <apex:repeat id="dataline_L1" value="{!allAssetInfoShowList}" var="eachAssetData">
@@ -1013,7 +1013,7 @@
                    }
                }
            </script>
            <div id="in_Div_R" style="overflow:auto;"><!--右侧数据-->
            <div id="in_Div_R" style="overflow:auto;">
                <table class="list" border="1" style="border-collapse:collapse;table-layout:fixed;border-bottom-width:0px;border-spacing:0;width:695px;" id="tableData_R">
                    <apex:variable value="{!0}" var="Cnt_R" />