binxie
2023-07-11 be102ae06e8f986bd9d1a544cd2752e5fa94231a
force-app/main/default/pages/PrintInspectupReport.page
@@ -22,10 +22,10 @@
        }
        .nav_1st {
            width: 300px;
            height: 20px;
            line-height: 20px;
            height: 32px;
            line-height: 32px;
            padding: 5px 30px 5px 5px;
            border: 1px solid #000;
            border: 1px solid #c9c9c9;
            background-size: 5%;
            -webkit-user-select: none;
            -moz-user-select: none;
@@ -36,7 +36,7 @@
        .nav {
            width: 300px;
            line-height: 20px;
            border: 1px solid #000;
            border: 1px solid #c9c9c9;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
@@ -45,7 +45,7 @@
            top: 30px;
            right: 0;
            left: 0;
            margin: 33px 0 0 298px;
            margin: 10px 0 0 94px;
            z-index: 9999;
            display: none;
        }
@@ -275,26 +275,26 @@
        <apex:pageBlock id="allBlock" >
            <apex:pageBlockSection id="paymentPlan1" title="选择条件1" columns="2"> 
                <apex:outputPanel >
               <table style="width:1800px;">
               <table style="width:1000px;">
                    <tr style="">
                        <td style="width: 55px;float: left;">
                        <td style="width: 76px;float: left;line-height: 40px;">
                            <font>是否空白</font>&nbsp;
                        </td>
                        <td style="float: left;">
                            <apex:selectList value="{!isResultShow}" id="isResultShow" size="1" style="width:80px">
                            <apex:selectList value="{!isResultShow}" id="isResultShow" size="1" style="width:85px;min-width: 80px;">
                                <apex:selectOptions value="{!isResultShowLOption}"/>
                                &nbsp;
                            </apex:selectList>
                        </td>
                        <td style="width: 55px;float: left;">
                        <td style="width: 76px;float: left;line-height: 40px;">
                            <font>保有设备</font>&nbsp;
                        </td>
                        <td style="width: 400px;float: left;">
                            <apex:selectList value="{!selectAssetType}" id="selectAssetType" size="1" style="width:80px;float: left;" onchange="selectAssetTypeJs(this);return false;">
                        <td style="min-width: 400px;float: left;">
                            <apex:selectList value="{!selectAssetType}" id="selectAssetType" size="1" style="width:85px;min-width: 80px;float: left;" onchange="selectAssetTypeJs(this);return false;">
                                <apex:selectOptions value="{!selectAssetTypeOption}"/>
                            </apex:selectList>
                            &nbsp;&nbsp;
                            <div style="float: left;display: none;" id="selectCheckId">
                            <div style="float: left;display: none;line-height: 32px;" id="selectCheckId">
                                <div class="nav_1st" id="valId" title="">
                                    <p id="classification" style="margin-top: -7px;"><span id="initial">--无--</span></p>
                                </div>
@@ -333,7 +333,7 @@
                                <div class="nav_close"></div>
                            </div>
                        </td>
                        <td style="float: left;display: none;" id="isPagingId">
                        <td style="float: left;display: none;line-height: 40px;" id="isPagingId">
                            <font>是否分页</font>&nbsp;
                            <apex:inputCheckBox value="{!isPaging}" id="isPaging" style="display: inline-block;vertical-align: middle;"/>
                        </td>
@@ -391,7 +391,7 @@
            </apex:pageBlockSection>
        </apex:pageBlock>
        <div style="width: 98%;">
            <apex:commandButton onclick="createPDFJs();return false;"  rendered="true" value="生成PDF" style="width:60px;float: right;"/>
            <apex:commandButton onclick="createPDFJs();return false;"  rendered="true" value="生成PDF" style="width:80px;float: right;"/>
        </div>
    </div>
    </apex:form>