From ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期四, 24 八月 2023 14:50:51 +0800
Subject: [PATCH] 再修理按钮

---
 force-app/main/default/pages/ConsumEquipmentSetReceived.page |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/ConsumEquipmentSetReceived.page b/force-app/main/default/pages/ConsumEquipmentSetReceived.page
index ddd83b0..23bb7fa 100644
--- a/force-app/main/default/pages/ConsumEquipmentSetReceived.page
+++ b/force-app/main/default/pages/ConsumEquipmentSetReceived.page
@@ -1,4 +1,4 @@
-<apex:page Controller="ConsumEquipmentSetReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
+<apex:page Controller="ConsumEquipmentSetReceivedController" lightningStylesheets="true" showHeader="false" sidebar="false" id="allPage" action="{!init}">
 <head>
     <meta name="format-detection" content="telephone=no"/>
     <meta name="viewport" content="width=device-width,initial-scale=1"/>
@@ -11,6 +11,8 @@
 <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
 <apex:stylesheet value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.css')}"/>
 <apex:includeScript value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.js')}"/>
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning 聽-->
+
 <style>
 .col_Barcode_F__c
 {
@@ -85,6 +87,25 @@
 }
 /*add end by youc 2021-12-07 鑰楁潗杩芥函 -鏀惰揣*/
 
+table.list .col_Fixture_Model_No__c {width:120px;}
+table.list .col_Consumable_Guaranteen_end_F__c {width:100px;}
+table.list .col_SerialNumber_F__c {width:100px;}
+table.list .col_Salesdepartment__c {width:150px;}
+table.list .col_Asset_return_Day__c {width:100px;}
+table.list .col_Return_DeliverySlip__r_Name {width:100px;}
+table.list .col_Hui_Ji_Jia__c {width:50px;}
+table.list .col_Yi_Zhi_Bao_Fei_Jia__c {width:100px;}
+table.list .col_Yi_Zhi_Guo_Qi_Jia__c {width:100px;}
+table.list .col_Shang_Jia_Jia__c {width:100px;}
+table.list .col_WH_location__c {width:100px;}
+table.list .col_Barcode_F__c {width:100px;}
+table.list .col_ManagementCode__c {width:100px;}
+table.list .col_EquipmentManagementCode__c {width:100px;}
+table.list .col_barcodeforReceipt__c {width:100px;}
+table.list .col_boxbarcodeforReceipt__c {width:100px;}
+table.list .col_EquipmentManagementCode_OldData__c {width:100px;}
+table.list .col_Scroll {width:100px;}
+
 </style>
 <script type="text/javascript">
     sforce.connection.sessionId = "{!$Api.Session_ID}";

--
Gitblit v1.9.1