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/ConsumEquipmentSetShipment.page |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/pages/ConsumEquipmentSetShipment.page b/force-app/main/default/pages/ConsumEquipmentSetShipment.page
index a2df5f2..f6dec1a 100644
--- a/force-app/main/default/pages/ConsumEquipmentSetShipment.page
+++ b/force-app/main/default/pages/ConsumEquipmentSetShipment.page
@@ -11,7 +11,7 @@
 <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 聽-->
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning 聽--> 
 <style type="text/css">
 div#out_Div_L {
   position:relative;
@@ -97,6 +97,16 @@
 td.col_chk {
     width: 32px;
     padding: 1px 5px 1px 3px !important;
+}
+body select {
+    width: 177px;
+}
+tr.headerRow {
+    height: 40px;
+}
+span.lookupInput {
+    width: inherit;
+    padding-right: 5px;
 }
 </style>
 <script type="text/javascript">
@@ -220,7 +230,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: left;width: 185px;"/>
                     </td>
                     <td width="10px"></td>
                     <td>

--
Gitblit v1.9.1