From 0ed68606b55b104680447ec99750f22d885b226b Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期五, 14 七月 2023 18:11:35 +0800
Subject: [PATCH] 耗材页面调整收货 部分回寄 分配画面 查看默认分配 明细上传图片用
---
force-app/main/default/pages/ConsumEquipmentSetReceived.page | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/pages/ConsumEquipmentSetReceived.page b/force-app/main/default/pages/ConsumEquipmentSetReceived.page
index ddd83b0..193c343 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,30 @@
}
/*add end by youc 2021-12-07 鑰楁潗杩芥函 -鏀惰揣*/
+table.list .col_Fixture_Model_No__c {width:100px;}
+table.list .col_Consumable_Guaranteen_end_F__c {width:100px;}
+table.list .col_SerialNumber_F__c {width:100px;}
+table.list .col_Salesdepartment__c {width:100px;}
+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:100px;}
+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;}
+tr.headerRow {
+ height: 40px;
+}
+input.btn {
+ padding: 2px 15px !important;
+}
</style>
<script type="text/javascript">
sforce.connection.sessionId = "{!$Api.Session_ID}";
--
Gitblit v1.9.1