| | |
| | | } |
| | | .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; |
| | |
| | | .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; |
| | |
| | | top: 30px; |
| | | right: 0; |
| | | left: 0; |
| | | margin: 33px 0 0 298px; |
| | | margin: 10px 0 0 94px; |
| | | z-index: 9999; |
| | | display: none; |
| | | } |
| | |
| | | <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> |
| | | </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}"/> |
| | | |
| | | </apex:selectList> |
| | | </td> |
| | | <td style="width: 55px;float: left;"> |
| | | <td style="width: 76px;float: left;line-height: 40px;"> |
| | | <font>保有设备</font> |
| | | </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> |
| | | |
| | | <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> |
| | |
| | | <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> |
| | | <apex:inputCheckBox value="{!isPaging}" id="isPaging" style="display: inline-block;vertical-align: middle;"/> |
| | | </td> |
| | |
| | | </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> |