| | |
| | | <apex:page controller="AssetMaintainController" title="数据维护" showHeader="true" sidebar="false" id="allPage" action="{!init}" docType="html-5.0"> |
| | | <apex:page controller="AssetMaintainController" title="数据维护" showHeader="true" sidebar="false" id="allPage" action="{!init}" docType="html-5.0" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | |
| | | } |
| | | div#in_Div_L td.dataCellBorder1 { |
| | | border-width: 1px; |
| | | border-left: 1px solid rgb(229, 229, 229); |
| | | } |
| | | div#in_Div_R td.dataCellBorder1 { |
| | | border-width: 1px; |
| | |
| | | <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;"> |
| | | <!-- 全选 --> |
| | |
| | | </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" /> |
| | |
| | | </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"> |
| | |
| | | } |
| | | } |
| | | </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" /> |
| | | |