force-app/main/default/pages/ConsumAssignCancel.page
@@ -1,5 +1,5 @@
<!--20230427 zq <apex:page controller="ConsumAssignCancelController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> -->
    <apex:page lightningStylesheets = "true" controller="ConsumAssignCancelController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
    <apex:page lightningStylesheets="true" controller="ConsumAssignCancelController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
        <head>
            <title>耗材取消明细申请</title>
            <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -7,7 +7,16 @@
            <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
            <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
            <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
            <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
        </head>
        <!-- zq 修改表格宽度 -->
        <style>
            table.list .col_Model_No__c {width:80px;}
            table.list .col_RetalFSetDetail_Cnt__c {width:30px;}
            table.list .col_VF_Cancel_Detail_Count__c {width:50px;}
            table.list .col_Cancel_Reason__c {width:30px;}
            table.list .col_Loaner_cancel_Remarks__c {width:80px;}
        </style>
        <script type="text/javascript">
            // 編集チェック
            function setChangeFlg(lineno) {