LiJinHuan
2023-05-26 d78180caa3859ef5fbdd247e5a814eefe4057eed
备品出借 排队查看队列信息
2个文件已修改
26 ■■■■ 已修改文件
force-app/main/default/pages/QueuePageByAssetId.page 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/staticresources/QueuePageByAssetIdCss.css 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/QueuePageByAssetId.page
@@ -1,3 +1,5 @@
<!-- 20230526 ljh lightning -->
<!-- <apex:page controller="QueuePageByAssetIdController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> -->
<apex:page controller="QueuePageByAssetIdController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:stylesheet value="{!URLFOR($Resource.QueuePageByAssetIdCss)}"/>
@@ -5,9 +7,12 @@
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
    <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
    <style>
        table.list{
        /* 20230526 ljh lightning start */
        /* table.list{
            width: 100%!important;
        }
        } */
        body .detailList .dataCol input[type="text"]{min-width: 60px;width:60px;}
        /* 20230526 ljh lightning end */
    </style>
    <script type="text/javascript">
        var heightAjustment = 120;
@@ -50,7 +55,7 @@
                    <apex:outputText value="备品分类:"/><apex:outputField value="{!raesd.Equipment_Type_text__c}"/>
                </apex:outputPanel>
                <apex:outputPanel >
                    <apex:outputText value="指定排队NO.:"/><apex:inputText id="strNum" value="{!inptNumStr}" onChange="changeNum();return false;" />
                    <apex:outputText value="指定排队NO.:"/><apex:inputText id="strNum" value="{!inptNumStr}" onChange="changeNum();return false;"/>
                </apex:outputPanel>
                <!-- 20211104  排队 add end-->
            </apex:pageBlockSection>
force-app/main/default/staticresources/QueuePageByAssetIdCss.css
@@ -0,0 +1,15 @@
/* 20230526 ljh lightning */
table.list .col_Queue_Number__c {width:70px;}
table.list .col_Rental_Apply__r_Name {width:150px;}
table.list .col_Queue_Time_F__c {width:100px;}
table.list .col_Rental_Apply__r_WorkPlace__c {width:120px;}
table.list .col_Rental_Apply__r_Person_In_Charge__c {width:120px;}
table.list .col_Rental_Apply__r_Request_shipping_day__c {width:100px;}
table.list .col_Rental_Apply__r_Request_approval_time__c {width:100px;}
table.list .col_Rental_Apply__r_demo_purpose2__c {width:100px;}
table.list .col_Allow_Adjust_Queue_Flag__c {width:100px;}
table.list .col_jumpReason__c {width:100px;}
table.list .col_Queue_Conment__c {width:100px;}
table.list .col_Queue_User__c {width:100px;}
table.list .col_Rental_Apply__r_Hospital__c {width:100px;}
table.list .col_Rental_Apply__r_Campaign__c {width:100px;}