From af7f2ebba1ca53c05ad1c47361c889afd53a9765 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期四, 10 八月 2023 17:26:26 +0800
Subject: [PATCH] 耗材备品

---
 force-app/main/default/pages/ConsumAssignCancel.page |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/ConsumAssignCancel.page b/force-app/main/default/pages/ConsumAssignCancel.page
index d3c9313..6251bc2 100644
--- a/force-app/main/default/pages/ConsumAssignCancel.page
+++ b/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) {

--
Gitblit v1.9.1