| | |
| | | <apex:page controller="RentalApplySequenceController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="排队查看"> |
| | | <!-- |
| | | * @Description: 备品排队展示包含队列信息和序列信息 |
| | | * @Author: [lijinhuan] |
| | | * @Date: 2021-10-26 14:15:03 |
| | | * @LastEditors: [lijinhuan] |
| | | * @LastEditTime: 2023-06-06 13:04:33 |
| | | --> |
| | | <!-- 20230522 ljh lightning --> |
| | | <!-- <apex:page controller="RentalApplySequenceController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="排队查看"> --> |
| | | <apex:page controller="RentalApplySequenceController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="排队查看" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230525 ljh lightning --> |
| | | <style type="text/css"> |
| | | .hideDropdown select{ |
| | | display: none |
| | |
| | | box-sizing: border-box; |
| | | } |
| | | .nav { |
| | | width: 160px; |
| | | line-height: 20px; |
| | | border: 1px solid #000; |
| | | width: 180px;/*20230606 ljh*/ |
| | | line-height: 30px;/*20230606 ljh*/ |
| | | /* border: 1px solid #000; *//*20230610 ljh*/ |
| | | -webkit-user-select: none; |
| | | -moz-user-select: none; |
| | | -ms-user-select: none; |
| | |
| | | margin: 0; |
| | | z-index: 9999; |
| | | display: inline-block; |
| | | /*display: none;*/ |
| | | border-radius: 0.25rem;/*20230607 ljh*/ |
| | | border: 1px solid rgb(201, 201, 201);/*20230610 ljh lightning*/ |
| | | } |
| | | ul, |
| | | li { |
| | |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | .nav_close { |
| | | position: fixed; |
| | | top: 0; |
| | | bottom: 0; |
| | | left: 0; |
| | | right: 0; |
| | | z-index: 9990; |
| | | display: none; |
| | | } |
| | | .nav_close_a { |
| | | position: fixed; |
| | | top: 0; |
| | | bottom: 0; |
| | | left: 0; |
| | | right: 0; |
| | | z-index: 9999; |
| | | display: none; |
| | | background-color: red; |
| | | } |
| | | /*以下是下拉复选框的样式 end*/ |
| | | .transparent_class { |
| | | /*filter:alpha(opacity=50); |
| | | -moz-opacity:0.5; |
| | | -khtml-opacity: 0.5; |
| | | opacity: 0.5;*/ |
| | | /* 20230802 ljh */ |
| | | body .bPageBlock .detailList .dataCol{ |
| | | width: 8%; |
| | | } |
| | | </style> |
| | | <script> |
| | |
| | | <apex:inputHidden id="checkEventId" value="{!checkEventId}" /> |
| | | <apex:pageBlock id="searchBlock" title="查看排队情况"> |
| | | <apex:pageBlockSection title="检索" id="mainSection" columns="4" > |
| | | <apex:pageBlockSectionItem > |
| | | <apex:pageBlockSectionItem > |
| | | <apex:outputLabel value="申请单号" /> |
| | | <apex:inputText id="S_raName" value="{!S_raName}"/> |
| | | </apex:pageBlockSectionItem> |
| | |
| | | <apex:outputLabel for="S_bieBenBu" value="队列所在地区本部" /> |
| | | <apex:inputText id="S_bieBenBu" value="{!S_bieBenBu}"/> |
| | | </apex:pageBlockSectionItem> |
| | | <!-- onchange="blockme(); changebenbu()" --> |
| | | <!-- changebenbu(); --> |
| | | <apex:pageBlockSectionItem rendered="{!isEquipmentCenter}"> |
| | | <apex:outputLabel for="S_bieCunFangDi" value="备品存放地" /> |
| | | <apex:selectList value="{!S_bieCunFangDi}" onchange="blockme(); changeCunfangdi();selectCunFangDiJs(this);return false;" size="1" style="width:160px" id="S_bieCunFangDi"> |
| | |
| | | <apex:pageBlockSectionItem rendered="{!!isEquipmentCenter}"></apex:pageBlockSectionItem> |
| | | <apex:pageBlockSectionItem id="ApplyBB"> |
| | | <apex:outputLabel for="S_bieBenBuApply" value="申请人所属本部" /> |
| | | <apex:outputPanel style="position: relative; " id="S_bieBenBuApply"> |
| | | <apex:outputPanel style="position: absolute; " id="S_bieBenBuApply"> |
| | | <apex:inputHidden id="S_ApplyBenBu" value="{!S_ApplyBenBu}" /> |
| | | <ul class="nav" id="nav" style="background-color: #FFFFFF;left:0px;"> |
| | | <li id="classification" class="transparent_class" style="margin-left:0px;height:20px;" onclick="navClose();return false;"> |
| | | <li id="classification" class="transparent_class" style="margin-left:0px;height:30px;" onclick="navClose();return false;"> |
| | | <span id="initial">--无--</span> |
| | | </li> |
| | | <li id="selectCheckId" style="margin-left:0px;display: none;"> |
| | | <ul> |
| | | <ul style="margin-left:0px;"> |
| | | <apex:repeat value="{!SApplyBenBu}" var="orr" id="selSD"> |
| | | <li class="sdclass" style="margin-left:0px"> |
| | | <p class="ul-nav" name="cate_id[]" > |
| | |
| | | </apex:repeat> |
| | | </ul> |
| | | </li> |
| | | <!-- style="display: none;" --> |
| | | </ul> |
| | | <div class="nav_close"></div> |
| | | </apex:outputPanel> |
| | | </apex:pageBlockSectionItem> |
| | | <apex:pageBlockSectionItem id="ApplyAA" > |
| | | <apex:outputLabel for="S_AgencyApply" value="申请者办事处" /> |
| | | <apex:outputPanel style="position: relative; " id="S_AgencyApply"> |
| | | <apex:outputPanel style="position: absolute; " id="S_AgencyApply"> |
| | | <apex:inputHidden id="S_Agency" value="{!S_Agency}" /> |
| | | <ul class="nav" id="nav_a" style="background-color: #FFFFFF;left:0px;"> |
| | | <li id="classification_a" class="transparent_class" style="margin-left:0px;height:20px;" onclick="navClose_a();return false;"> |
| | | <li id="classification_a" class="transparent_class" style="margin-left:0px;height:30px;" onclick="navClose_a();return false;"> |
| | | <span id="initial_a">--无--</span> |
| | | </li> |
| | | <li id="selectCheckId_a" style="margin-left:0px;display: none;"> |
| | | <ul> |
| | | <ul style="margin-left:0px;"> |
| | | <apex:repeat value="{!SApplyAgency}" var="orr" id="selSD"> |
| | | <li class="sdclass" style="margin-left:0px"> |
| | | <p class="ul-nav" name="cate_id[]" > |
| | |
| | | </apex:repeat> |
| | | </ul> |
| | | </li> |
| | | <!-- style="display: none;" --> |
| | | </ul> |
| | | </apex:outputPanel> |
| | | </apex:pageBlockSectionItem> |
| | |
| | | </apex:pageBlockSectionItem> |
| | | |
| | | <apex:pageBlockSectionItem > |
| | | <apex:commandButton style="" value="检索" onclick="searchJs(); return false;"/> |
| | | </apex:pageBlockSectionItem> |
| | | <apex:commandButton style="" value="检索" onclick="searchJs(); return false;"/> |
| | | </apex:pageBlockSectionItem> |
| | | </apex:pageBlockSection> |
| | | |
| | | <!-- 数据 --> |
| | | </apex:pageBlock> |
| | | <apex:pageBlock id="MySequence"> |
| | |
| | | <col width="10%"/> |
| | | </colgroup> |
| | | <thead> |
| | | <tr class="headerRow" > |
| | | <tr class="headerRow"> |
| | | <th style="padding-bottom: 6px;">申请单号No.</th> |
| | | <th style="padding-bottom: 6px;">一览No.</th> |
| | | <th style="padding-bottom: 6px;">型号</th> |