| | |
| | | <!-- |
| | | * @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"> |
| | |
| | | box-sizing: border-box; |
| | | } |
| | | .nav { |
| | | width: 160px; |
| | | width: 180px;/*20230606 ljh*/ |
| | | line-height: 20px; |
| | | border: 1px solid #000; |
| | | -webkit-user-select: none; |
| | |
| | | -khtml-opacity: 0.5; |
| | | opacity: 0.5;*/ |
| | | } |
| | | /* 20230606 ljh lightning start */ |
| | | body .detailList .dataCol input[type="text"],body .detailList .dataCol select{ |
| | | min-width: 180px; |
| | | } |
| | | body .bPageBlock .detailList .dataCol{ |
| | | width: 8%; |
| | | } |
| | | body .detailList td{ |
| | | position: static; |
| | | } |
| | | /* 20230606 ljh lightning end */ |
| | | </style> |
| | | <script> |
| | | // 滚轴是否显示 |
| | |
| | | </apex:actionFunction> |
| | | <apex:inputHidden id="checkEventId" value="{!checkEventId}" /> |
| | | <apex:pageBlock id="searchBlock" title="查看排队情况"> |
| | | <!-- 20230523 ljh lightning start --> |
| | | <!-- <apex:pageBlockSection title="检索" id="mainSection" columns="4" > |
| | | <apex:pageBlockSection title="检索" id="mainSection" columns="4" > |
| | | <apex:pageBlockSectionItem > |
| | | <apex:outputLabel value="申请单号" /> |
| | | <apex:inputText id="S_raName" value="{!S_raName}"/> |
| | |
| | | <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;"> |
| | | <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: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;"> |
| | | <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:pageBlockSectionItem > |
| | | <apex:commandButton style="" value="检索" onclick="searchJs(); return false;"/> |
| | | </apex:pageBlockSectionItem> |
| | | </apex:pageBlockSection> --> |
| | | <div class="pbSubheader brandTertiaryBgr first tertiaryPalette" > |
| | | <h3>检索</h3> |
| | | </div> |
| | | <table style="width:100%;margin:10px 0;" > |
| | | <tr style="height:40px;"> |
| | | <td>申请单号</td> |
| | | <td><apex:inputText id="S_raName" value="{!S_raName}"/></td> |
| | | <td>型号</td> |
| | | <td><apex:inputText id="S_Fixture_Model_No" value="{!S_Fixture_Model_No}"/></td> |
| | | <td>备品出借担当</td> |
| | | <td> |
| | | <apex:inputField id="S_Person_In_Charge" value="{!S_Ra_Person.Person_In_Charge__c}" styleClass="hideDropdown" /> |
| | | </td> |
| | | <td>队列所在地区本部</td> |
| | | <td><apex:inputText id="S_bieBenBu" value="{!S_bieBenBu}"/></td> |
| | | </tr> |
| | | <tr style="height:40px;"> |
| | | <td>备品存放地</td> |
| | | <td> |
| | | <apex:selectList value="{!S_bieCunFangDi}" onchange="blockme(); changeCunfangdi();selectCunFangDiJs(this);return false;" size="1" style="width:160px" id="S_bieCunFangDi"> |
| | | <apex:selectOptions value="{!bieCunFangDiOps}"/> |
| | | </apex:selectList> |
| | | </td> |
| | | <td>申请人所属本部</td> |
| | | <td> |
| | | <apex:outputPanel style="position: relative; " 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;"> |
| | | <span id="initial">--无--</span> |
| | | </li> |
| | | <li id="selectCheckId" style="margin-left:0px;display: none;"> |
| | | <ul style="margin-left: 0;" > |
| | | <apex:repeat value="{!SApplyBenBu}" var="orr" id="selSD"> |
| | | <li class="sdclass" style="margin-left:0px"> |
| | | <p class="ul-nav" name="cate_id[]" > |
| | | <input type="checkbox" value="{!orr.parameterName}" class="li-input" onclick="selectBenBu(this,'{!orr.parameterName}');" style="display: inline-block;vertical-align: middle;" /> |
| | | <font style="">{!orr.parameterName}</font> |
| | | </p> |
| | | </li> |
| | | </apex:repeat> |
| | | </ul> |
| | | </li> |
| | | </ul> |
| | | <div class="nav_close"></div> |
| | | </apex:outputPanel> |
| | | </td> |
| | | <td>申请者办事处</td> |
| | | <td> |
| | | <apex:outputPanel style="position: relative; " 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;"> |
| | | <span id="initial_a">--无--</span> |
| | | </li> |
| | | <li id="selectCheckId_a" style="margin-left:0px;display: none;"> |
| | | <ul style="margin-left: 0;" > |
| | | <apex:repeat value="{!SApplyAgency}" var="orr" id="selSA"> |
| | | <li class="sdclass" style="margin-left:0px"> |
| | | <p class="ul-nav" name="cate_id[]" > |
| | | <input type="checkbox" value="{!orr.parameterName}" class="li-input" onclick="selectAgency(this,'{!orr.parameterName}');" style="display: inline-block;vertical-align: middle;" /> |
| | | <font style="">{!orr.parameterName}</font> |
| | | </p> |
| | | </li> |
| | | </apex:repeat> |
| | | </ul> |
| | | </li> |
| | | </ul> |
| | | </apex:outputPanel> |
| | | </td> |
| | | <td>备品分类</td> |
| | | <td> |
| | | <apex:selectList value="{!S_bieBeiPinFenLei}" size="1" id="bieBeiPinFenLei" style="width:180px"> |
| | | <apex:selectOptions value="{!bieBeiPinFenLeiOps}"/> |
| | | </apex:selectList> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr style="height:40px;"> |
| | | <td>产品分类(GI/SP)</td> |
| | | <td> |
| | | <apex:selectList value="{!S_Product_category}" size="1" style="width:60px" id="S_Product_category"> |
| | | <apex:selectOptions value="{!bieChanPinFenLeiOps}"/> |
| | | </apex:selectList> |
| | | </td> |
| | | <td colspan="6"> <apex:commandButton style="" value="检索" onclick="searchJs(); return false;"/> </td> |
| | | </tr> |
| | | </table> |
| | | </apex:pageBlockSection> |
| | | <!-- 数据 --> |
| | | <!-- </apex:pageBlock> --> |
| | | <!-- 20230523 ljh lightning end --> |
| | | </apex:pageBlock> |
| | | <apex:pageBlock id="MySequence"> |
| | | <apex:outputPanel id="message"> |
| | | <apex:pageMessages /> |
| | |
| | | </table> |
| | | </div> |
| | | </apex:pageBlock> |
| | | </apex:pageBlock> <!-- 20230523 ljh lightning --> |
| | | </apex:form> |
| | | |
| | | <apex:outputPanel id="checEventFrame"> |