From af7f2ebba1ca53c05ad1c47361c889afd53a9765 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期四, 10 八月 2023 17:26:26 +0800
Subject: [PATCH] 耗材备品

---
 force-app/main/default/pages/RentalAgencyReceived.page |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/pages/RentalAgencyReceived.page b/force-app/main/default/pages/RentalAgencyReceived.page
index f2cbd46..fbc7f4a 100644
--- a/force-app/main/default/pages/RentalAgencyReceived.page
+++ b/force-app/main/default/pages/RentalAgencyReceived.page
@@ -1,10 +1,11 @@
 <!-- 20230427 zq <apex:page controller="RentalAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勬瑺鍝佺‘璁�"> -->
-    <apex:page lightningStylesheets = "true" controller="RentalAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勬瑺鍝佺‘璁�">
+    <apex:page lightningStylesheets="true" controller="RentalAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勬瑺鍝佺‘璁�">
         <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
         <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
         <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
         <apex:includeScript value="{!URLFOR($Resource.instascan)}"/>
         <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
+        <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230525 ljh lightning  -->
     <style type="text/css">
         .hideDropdown select{
             display: none
@@ -32,6 +33,19 @@
            right: 5%;
            position: absolute;
            width: 200px;
+        }
+        .contTab{
+            overflow: hidden;
+        }
+        table.list td{
+            width: 16%!important;
+            border: 1px solid #ededed!important;
+        }
+        table.list td.col_chk{
+            width: 5%!important;
+        }
+        .contTab tr td.col_stockin{
+            display: table-cell;
         }
         table.list td{
             width:100px;
@@ -224,7 +238,7 @@
         </div>
         <apex:outputPanel id="detail">
             <div id="in_Div_L">
-                <table class="list" style="border-bottom-width: 0px; font-size:11px; border-spacing:0;" border="" id="tableData_L">
+                <table class="list contTab" style="border-bottom-width: 0px; font-size:11px; border-spacing:0;" border="" id="tableData_L">
                     <apex:variable value="{!0}" var="Cnt" />
                         <apex:repeat id="dataline_L" value="{!esdList}" var="esdInfo">
                             <tr class="" id="tableData_L_{!Cnt}" style="{!IF(esdInfo.hidden,'display: none','')}">

--
Gitblit v1.9.1