| | |
| | | <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)}"/> |
| | |
| | | <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) { |