unknown
2023-08-24 ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5
force-app/main/default/pages/ConsumAssignCancel.page
@@ -1,4 +1,5 @@
<apex:page controller="ConsumAssignCancelController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<!--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}">
<head>
    <title>耗材取消明细申请</title>
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -6,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:120px;}
    table.list .col_RetalFSetDetail_Cnt__c {width:100px;}
    table.list .col_VF_Cancel_Detail_Count__c {width:150px;}
    table.list .col_Cancel_Reason__c {width:100px;}
    table.list .col_Loaner_cancel_Remarks__c {width:100px;}
</style>
<script type="text/javascript">
    // 編集チェック
    function setChangeFlg(lineno) {