From 474e13364a9f811d530590171debc5ee74db1e0a Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期二, 25 四月 2023 16:53:22 +0800
Subject: [PATCH] 2023-04-25-备品出入库,下架-上架
---
force-app/main/default/pages/EquipmentSetShippmentReceived3.page | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/EquipmentSetShippmentReceived3.page b/force-app/main/default/pages/EquipmentSetShippmentReceived3.page
index cecfc05..78ac4f3 100644
--- a/force-app/main/default/pages/EquipmentSetShippmentReceived3.page
+++ b/force-app/main/default/pages/EquipmentSetShippmentReceived3.page
@@ -114,12 +114,18 @@
#Step_tab {
list-style-type: none;
padding: 0;
- height: 25px;
+ /* 2023-04-23 zyh lightning鍗囩骇 start */
+ /* height: 25px; */
+ height: 30px;
+ /* 2023-04-23 zyh lightning鍗囩骇 end */
border-bottom: 5px solid #3b5998;
}
#Step_tab li {
position: relative;
- width: 20%;
+ /* 2023-04-23 zyh lightning鍗囩骇 start */
+ width: 30%;
+ /* width: 20%; */
+ /* 2023-04-23 zyh lightning鍗囩骇 end */
float: left;
margin: 0;
padding: 0;
@@ -259,9 +265,11 @@
<tr>
<td style="text-align: right;" class="deliveryslip">鍙戣揣-杩愯緭鍗曞彿 锛� </td>
<td align="left">
- <apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/>
+ <apex:inputField value="{!slip.Name}" style="width:100px;float:left" id="SlipNo"/>
+ <!-- <apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/> -->
<apex:commandButton styleClass="commandbutton" onclick="blockme();searchSlip();return false;" style="float:left" value="妫�绱�" rerender="dummy"/>
- <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="鎵繍杈撳崟鍙�" rerender="dummy"/>
+ <!-- <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="鎵繍杈撳崟鍙�" rerender="dummy"/> -->
+ <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="鎵繍杈撳崟鍙�" rerender="dummy" style="margin-left:0; "/>
</td>
</tr>
<tr>
--
Gitblit v1.9.1