From 163697f9430161c2587f6a2286a228430af0e5c2 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期三, 19 七月 2023 14:12:15 +0800
Subject: [PATCH] page-InventoryResultRecordCopy
---
force-app/main/default/pages/InventoryResultRecordCopy.page | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/pages/InventoryResultRecordCopy.page b/force-app/main/default/pages/InventoryResultRecordCopy.page
index de37d3f..f2d8afe 100644
--- a/force-app/main/default/pages/InventoryResultRecordCopy.page
+++ b/force-app/main/default/pages/InventoryResultRecordCopy.page
@@ -1,4 +1,4 @@
-<apex:page controller="InventoryResultRecordCopyController" showHeader="false" sidebar="false" id="allPage" action="{!init}" >
+<apex:page controller="InventoryResultRecordCopyController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
<!-- tabStyle="CheckAllOlympusAsset__tab" -->
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
@@ -7,6 +7,7 @@
<apex:stylesheet value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.css')}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning -->
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<style>
.overlay {
@@ -52,6 +53,9 @@
}
.apexp .bPageBlock.apexDefaultPageBlock .pbBody {
margin: 0px;
+ }
+ .apexp .bPageBlock.apexDefaultPageBlock .pbBody .tableTr{
+ line-height: 40px;
}
.checkButtonStyle input {
width: 100%;
@@ -380,7 +384,7 @@
<apex:outputPanel layout="block">
<apex:pageBlock mode="maindetail" id="maindetailId">
<table style='height: 120px'>
- <tr>
+ <tr class="tableTr">
<td class="labelStyle">澶囧搧瀛樻斁鍦�</td>
<td class="inputTextStyle">
<apex:selectList value="{!bieCunFangDi}" size="1" id="bieCunFangDi" onchange="refreshJs(this); return false;">
@@ -402,7 +406,7 @@
<tr>
<td></td>
<td colspan="10">
- <input class="startInventoryButtonStyle blueStyle" style="margin-left: 0" type="button" value="寮�濮嬬洏鐐�" onclick="startjs(this);return false;" />
+ <input class="startInventoryButtonStyle blueStyle" style="margin-left: 0; margin-top: 2px;margin-bottom: 3px;" type="button" value="寮�濮嬬洏鐐�" onclick="startjs(this);return false;" />
</td>
</tr>
<!-- <tr>
@@ -442,7 +446,7 @@
</tr>
<tr><td><br /><br /></td></tr>
-->
- <tr>
+ <tr class="tableTr">
<td class="labelStyle">鎵�鍦ㄥ湴鍖�(鏈儴)</td>
<td class="inputTextStyle">
<apex:selectList value="{!salesdepartment}" id="salesDepartmentId" size="1">
@@ -478,7 +482,7 @@
</div> -->
</td>
</tr>
- <tr>
+ <tr class="tableTr">
<td class="labelStyle">鐩樹簭/鐩樼泩</td>
<td class="inputTextStyle">
<apex:selectList value="{!inventory_Deviation}" id="Inventory_Deviation" size="1">
--
Gitblit v1.9.1