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/ConsumEquipmentSetReturn.page |   35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/ConsumEquipmentSetReturn.page b/force-app/main/default/pages/ConsumEquipmentSetReturn.page
index 1bb3094..4ab042e 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,38 @@
 /* add by yc 202202-17 **/
 .col_EquipmentManagementCode_OldData__c {display: none;}
 .col_Scroll{display: none;}
+
+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_Yi_Fa_Huo_Jia__c {width:100px;}
+table.list .col_Dao_Huo_OK_Jia__c {width:100px;}
+table.list .col_Dao_Huo_NG_Jia__c {width:100px;}
+table.list .col_Yi_Xiao_Hao_Jia__c {width:100px;}
+table.list .col_Hui_Ji_Jia__c {width:100px;}
+table.list .col_Dai_Xiao_Hao_Jia__c {width:100px;}
+table.list .col_ManagementCode__c {width:100px;}
+table.list .col_EquipmentManagementCode__c {width:100px;}
+table.list .col_EquipmentManagementCode_OldData__c {width:100px;}
+
+tr.headerRow {
+    height: 40px;
+}
+input.btn {
+    padding: 1px 15px !important;
+}
+td.pbButton {
+    text-align: center!important;
+}
+body select {
+    width: 177px;
+    margin: 10px 0px;
+}
+span.lookupInput {
+    width: inherit;
+    padding-right: 5px;
+}
 </style>
 
 <apex:form id="allForm">
@@ -71,7 +104,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