| | |
| | | <apex:page Controller="ConsumReassignController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="重新分配"> |
| | | <apex:page Controller="ConsumReassignController" 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.AWSService, 'AWSService.js') }" /> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> |
| | | |
| | | <style> |
| | | .decrypt { |
| | | position: absolute; |
| | |
| | | a:hover .decrypt { |
| | | display: block; |
| | | width: 100px |
| | | } |
| | | |
| | | th > input{ |
| | | margin-left: revert; |
| | | } |
| | | </style> |
| | | <script type="text/javascript"> |
| | |
| | | <apex:outputText id="hasError" value="{!hasError}" style="display:none"/> |
| | | <apex:outputText id="rentalApplyId" value="{!rentalApplyId}" style="display:none"/> |
| | | |
| | | <table class="linetable" border="1" style="border-collapse: collapse;width: 750px;"> |
| | | <table class="linetable" border="1" style="border-collapse: collapse;width: auto;"> |
| | | <colgroup> |
| | | <col width="25"/> |
| | | <col width="60"/> |
| | | <col width="110"/> |
| | | <col width="110"/> |
| | | <col width="110"/> |
| | | <col width="110"/> |
| | | <col width="110"/> |
| | | <col width="175"/> |
| | | <col width="110"/> |
| | | <col width="175"/> |
| | | </colgroup> |
| | | <tr style="background-color:#DCDCDC;"> |
| | | <th style="text-align:center">全选 |
| | | <th style="text-align:center">全选 |
| | | <apex:inputCheckbox id="checkAll" value="{!checkAll}" onclick="checkAll(this);" /> |
| | | </th> |
| | | <th style="text-align:center">{!$ObjectType.Consum_Apply_Equipment_Set_Detail__c.fields.Consum_Apply_Equipment_Set__c.label}</th> |