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/ConsumEquipmentSetReturn.page | 34 +++++++++++++++++++++++++++++++++-
1 files changed, 33 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/pages/ConsumEquipmentSetReturn.page b/force-app/main/default/pages/ConsumEquipmentSetReturn.page
index 1bb3094..6156cbf 100644
--- a/force-app/main/default/pages/ConsumEquipmentSetReturn.page
+++ b/force-app/main/default/pages/ConsumEquipmentSetReturn.page
@@ -9,6 +9,7 @@
<apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
<apex:stylesheet value="{!URLFOR($Resource.ConsumEquipmentSetReturnCss)}"/>
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning 聽-->
<style type="text/css">
div#out_Div_L {
@@ -33,6 +34,37 @@
/* add by yc 202202-17 **/
.col_EquipmentManagementCode_OldData__c {display: none;}
.col_Scroll{display: none;}
+
+table.list .col_Fixture_Model_No__c colViewing{width:100px;}
+table.list .col_Consumable_Guaranteen_end_F__c colViewing{width:100px;}
+table.list .col_SerialNumber_F__c colViewing{width:100px;}
+table.list .col_Salesdepartment__c colViewing{width:100px;}
+table.list .col_Yi_Fa_Huo_Jia__c colViewing{width:100px;}
+table.list .col_Dao_Huo_OK_Jia__c colViewing{width:100px;}
+table.list .col_Dao_Huo_NG_Jia__c colViewing{width:100px;}
+table.list .col_Yi_Xiao_Hao_Jia__c colViewing{width:100px;}
+table.list .col_Hui_Ji_Jia__c colViewing{width:100px;}
+table.list .col_Dai_Xiao_Hao_Jia__c colViewing{width:100px;}
+table.list .col_ManagementCode__c colViewing{width:100px;}
+table.list .col_EquipmentManagementCode__c colViewing{width:100px;}
+table.list .col_EquipmentManagementCode_OldData__c colViewing" style="{width:100px;}
+table.list .col_Scroll{width:100px;}
+tr.headerRow {
+ height: 40px;
+}
+input.btn {
+ padding: 1px 15px !important;
+}
+td.pbButton {
+ text-align: center!important;
+}
+body select {
+ width: 177px;
+}
+span.lookupInput {
+ width: inherit;
+ padding-right: 5px;
+}
</style>
<apex:form id="allForm">
@@ -71,7 +103,7 @@
<td width="10px"></td>
<td >
<apex:outputLabel for="whStaff" value="鍥炲瘎-鎷呭綋鑰咃細" style="float: left;"/>
- <apex:inputField required="false" id="whStaff" value="{!slip.Wh_Staff__c}" style="float: left;"/>
+ <apex:inputField required="false" id="whStaff" value="{!slip.Wh_Staff__c}" style="float: right;width: 185px;"/>
</td>
<td width="10px"></td>
<td></td>
--
Gitblit v1.9.1