From e15f4679a2b71a186aa9e87cd49b4ab9c249cc63 Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期二, 08 八月 2023 18:20:47 +0800
Subject: [PATCH] 新品收货样式、颜色、显示margin

---
 force-app/main/default/pages/NotReceivingNoteWaitingReceipt.page |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/pages/NotReceivingNoteWaitingReceipt.page b/force-app/main/default/pages/NotReceivingNoteWaitingReceipt.page
index ae95a75..692992f 100644
--- a/force-app/main/default/pages/NotReceivingNoteWaitingReceipt.page
+++ b/force-app/main/default/pages/NotReceivingNoteWaitingReceipt.page
@@ -39,6 +39,18 @@
             td.newed {
                 color: #f00 !important;
             }
+            table.list td.col_chk  {width:3%;}
+            table.list td.col_Chk  {width:3%;}
+            table.list td.col_ReceivingNoteDetailNo__c  {width:10%;}
+            table.list td.col_OT_CODE__c  {width:10%;}
+            table.list td.col_Fixture_Model_No_F__c  {width:15%;}
+            table.list td.col_Internal_Asset_number_key__c  {width:10%;}
+            table.list td.col_SerialNumber_Origin__c  {width:10%;}
+            table.list td.col_SerialNumber__c  {width:15%;}
+            table.list td.col_SerialNumber__c input {width:90%;}
+            .buttonSave{
+                display: none;
+            }
         </style>
         <script type="text/javascript">
             var heightAjustment = 120;
@@ -100,7 +112,7 @@
         <apex:inputHidden value="{!done_flg}" id="done_flg"/>
         <apex:outputPanel id="pageallPanel">
             <apex:pageBlock id="searchBlock">
-                    <table class="headTable" style="width:100%">
+                    <table class="headTable" style="width:100%;margin-bottom:10px;">
                         <tr>
                             <td>
                                 <span style="font-weight:bold;">
@@ -148,7 +160,7 @@
                             </td>
                         </tr>
                     </table>
-                    <table class="searchTable" style="width:100%">
+                    <table class="searchTable" style="width:100%;margin-bottom:10px;">
                         <tr>
                             <td>
                                 <span>
@@ -172,6 +184,7 @@
                             </td>
                             <td>
                                 <span style="margin-left: 50px;float: right;">
+                                    <input class="buttonSave" type="button" style="width:0;height:0;" />
                                     <apex:commandButton style="" value="鏁版嵁纭" action="{!defineSaveRecord}" onclick="blockme();" reRender="allForm"  oncomplete="unblockUI();checkMessage();"/>
                                     <apex:commandButton style="" value="淇濆瓨" action="{!saveRecord}" onclick="blockme();" reRender="allForm"  oncomplete="unblockUI();checkMessage();"/>
                                     <apex:commandButton value="杩斿洖" onclick="closeCurrentPage();"/>
@@ -189,7 +202,7 @@
                     {!nowPage}/{!maxPage}
                     <apex:commandButton reRender="allForm" onclick="blockme();" disabled="{!canNext = false}" action="{!nextPage}" value="next" oncomplete="unblockUI();"/>
                 </div>
-            <div id="out_Div_L" style="width: 100%;">
+            <div id="out_Div_L" style="width: 100%;overflow: auto;">
                 <table class="list" style="border-bottom-width: 0px; font-size:11px; border-spacing:0;" border="" id="tableHeader_L">
                     <tr class="headerRow" height="30px">
                         <td class="col_chk" align="center">

--
Gitblit v1.9.1