From 7c00a0b39de0b4ddc37c5f40922ad4ee8a2adaf0 Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期三, 19 七月 2023 09:45:05 +0800
Subject: [PATCH] 备品调拨待受理更新页面

---
 force-app/main/default/pages/TransferApplySelectDetailSub.page |   42 +++++++++++++++++++++++++++++++++++-------
 1 files changed, 35 insertions(+), 7 deletions(-)

diff --git a/force-app/main/default/pages/TransferApplySelectDetailSub.page b/force-app/main/default/pages/TransferApplySelectDetailSub.page
index 5a3ad09..a5ac17e 100644
--- a/force-app/main/default/pages/TransferApplySelectDetailSub.page
+++ b/force-app/main/default/pages/TransferApplySelectDetailSub.page
@@ -5,7 +5,31 @@
 <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
 <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
-
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->    
+<!-- 20230718 ljh add -->
+<style type="text/css">
+    table.list .col_Fixture_Model_No__c  {width:100px;} 
+    table.list .col_SerialNumber__c  {width:100px;} 
+    table.list .col_Internal_Asset_number_key__c  {width:150px;} 
+    table.list .col_Internal_asset_location__c  {width:100px;} 
+    table.list .col_Product_category__c  {width:150px;} 
+    table.list .col_Salesdepartment__c  {width:100px;} 
+    table.list .col_Salesdepartment_After__c  {width:150px;} 
+    table.list .col_SalesProvince__c  {width:100px;} 
+    table.list .col_SalesProvince_After__c  {width:150px;} 
+    table.list .col_Equipment_Type__c  {width:100px;} 
+    table.list .col_Equipment_Type_After__c  {width:150px;} 
+    table.list .col_EquipmentSet_Managment_Code__c  {width:100px;} 
+    table.list .col_EquipmentSet_Managment_Code_After__c  {width:150px;} 
+    table.list .col_Main_OneToOne__c  {width:100px;} 
+    table.list .col_OneToOneAccessory__c  {width:100px;} 
+    table.list .col_Manage_type__c  {width:100px;} 
+    table.list .col_Loaner_accsessary__c  {width:100px;} 
+    table.list .col_IsPerfect__c  {width:160px;} 
+    .mySearch tr{
+        height: 40px;
+    }
+</style>
 <script type="text/javascript">
 var heightAjustment = 120;
 var widthAjustment = 30;
@@ -42,7 +66,7 @@
         <apex:actionFunction action="{!saveAndSearchGoPage}" name="saveAndSearchGoPage" rerender="allForm, message, checEventFrame" status="statusPreload"  oncomplete="unblockUI();"/>
         <apex:outputPanel id="pageallPanel">
             <apex:pageBlock id="searchBlock" tabStyle="Report">
-                <table>
+                <table class="mySearch">
                     <tr>
                         <td colspan="1">鍏抽敭瀛�<apex:inputText value="{!keyword}"/> </td>
                         <td colspan="1">鍥哄畾璧勪骇缂栧彿(Key)<apex:inputText value="{!assetnumber}" /></td>
@@ -54,8 +78,10 @@
                         </apex:selectList>
                         </td>
                         <!-- //add by rentx 2021-05-07 start 1802 end -->
-                        <td><apex:commandButton value="妫�绱�" onclick="searchOppJs(); return false;"/></td>
-                        <td><apex:commandButton action="{!turnback}" value="杩斿洖" rerender="allForm,checEventFrame"/></td>
+                        <!-- 20230719 ljh 琛ㄦ牸鍦ㄤ竴涓涓� -->
+                        <td><apex:commandButton value="妫�绱�" onclick="searchOppJs(); return false;"/>
+                            <apex:commandButton action="{!turnback}" value="杩斿洖" rerender="allForm,checEventFrame"/>
+                        </td>
                         <!-- <td><apex:commandButton action="{!turnback}" value="鎵归噺瀵煎叆" rerender="allForm,checEventFrame"/></td> -->
                     </tr>
                     <tr>
@@ -77,9 +103,11 @@
                         <td colspan="1">鏄惁宸插彈鐞嗗畬鍠勫鍝佷俊鎭�
                             <input type="checkbox" id="isPerfect"/>
                         </td>
-                        <td><apex:commandButton action="{!changeEdit}" value="缂栬緫" onclick="blockme();" reRender="allForm,checEventFrame" oncomplete="unblockUI();"/></td>
-                        <td><apex:commandButton value="閫傜敤" reRender="allForm" onclick="applyJs(); return false;"/></td>
-                        <td><apex:commandButton action="{!savePage}" value="淇濆瓨" onclick="blockme();" rerender="allForm,checEventFrame" oncomplete="unblockUI();" /></td>
+                        <!-- 20230719 ljh 琛ㄦ牸鍦ㄤ竴涓涓� -->
+                        <td><apex:commandButton action="{!changeEdit}" value="缂栬緫" onclick="blockme();" reRender="allForm,checEventFrame" oncomplete="unblockUI();"/>
+                            <apex:commandButton value="閫傜敤" reRender="allForm" onclick="applyJs(); return false;"/>
+                            <apex:commandButton action="{!savePage}" value="淇濆瓨" onclick="blockme();" rerender="allForm,checEventFrame" oncomplete="unblockUI();" />
+                        </td>
                     </tr>
                 </table>
                 <div style="clear:both;"></div>

--
Gitblit v1.9.1