From a781f7f6c88f0839ab8ae6f3ba4c926437b79f58 Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期三, 26 四月 2023 12:01:23 +0800
Subject: [PATCH] 调拨发货
---
force-app/main/default/pages/TransferShippmentReceived3.page | 21 ++++++++++++++++-----
1 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/pages/TransferShippmentReceived3.page b/force-app/main/default/pages/TransferShippmentReceived3.page
index 513365f..b1b28f0 100644
--- a/force-app/main/default/pages/TransferShippmentReceived3.page
+++ b/force-app/main/default/pages/TransferShippmentReceived3.page
@@ -183,6 +183,11 @@
list-style: none;
border-top: 1px solid #ddd;
}
+ /* 20230423 ljh lightning 鍒囨崲 start */
+ .lookupInput input{
+ width: 140px;
+ }
+ /* 20230423 ljh lightning 鍒囨崲 end */
</style>
<div id="myModal" class="modal">
@@ -322,8 +327,11 @@
<apex:outputPanel layout="none" rendered="{!IF(SetName=esdInfo.rec.TransferApply__r.Name, false, true)}">
<hr/>
- <h2 style="padding: 5px;" class="detailtab">{!esdInfo.rec.TransferApply__r.Name}</h2>
- <br/>
+ <!-- 20230423 ljh lightning 鍗囩骇 start -->
+ <!-- <h2 style="padding: 5px;" class="detailtab">{!esdInfo.rec.TransferApply__r.Name}</h2> -->
+ <div style="padding: 5px;font-weight: bold;" class="detailtab">{!esdInfo.rec.TransferApply__r.Name}</div>
+ <!-- <br/> -->
+ <!-- 20230423 ljh lightning 鍗囩骇 end -->
<apex:variable var="SetName" value="{!esdInfo.rec.TransferApply__r.Name}" />
<apex:variable var="applychange" value="{!1}" />
<input type="hidden" value="{!esdInfo.rec.TransferApply__r.Pre_inspection_ng_num__c}" data-ngnum="{!esdInfo.rec.TransferApply__c}"/>
@@ -346,15 +354,18 @@
<apex:outputPanel layout="none" rendered="{!IF(indexloop == 1, true, false)}">
<!-- 20230423 ljh lightning 鍗囩骇 start -->
- <!-- <h2 style="padding: 5px;" class="detailtab">{!esdInfo.rec.TransferApply__r.Name}</h2>
- <br/> -->
+ <!-- <h2 style="padding: 5px;" class="detailtab">{!esdInfo.rec.TransferApply__r.Name}</h2> -->
<div style="padding: 5px;font-weight: bold;" class="detailtab">{!esdInfo.rec.TransferApply__r.Name}</div>
+ <!-- <br/> -->
<!-- 20230423 ljh lightning 鍗囩骇 end -->
<input type="hidden" value="{!esdInfo.rec.TransferApply__r.Pre_inspection_ng_num__c}" data-ngnum="{!esdInfo.rec.TransferApply__c}"/>
<apex:outputPanel layout="none" rendered="{!esdInfo.inspectionFinished}">
<apex:inputCheckbox value="{!esdInfo.isChecked}"/><input type="hidden" value="{!esdInfo.rec.TransferApplySummary__c}"/><input type="hidden" value="{!esdInfo.rec.TransferApply__c}"/>
</apex:outputPanel>
- <h3 style="padding: 5px;" class="detailtab">{!esdInfo.fsName}</h3>
+ <!-- 20230423 ljh lightning 鍗囩骇 start -->
+ <!-- <h3 style="padding: 5px;" class="detailtab">{!esdInfo.fsName}</h3> -->
+ <span style="padding: 5px;font-weight: bold;" class="detailtab">{!esdInfo.fsName}</span>
+ <!-- 20230423 ljh lightning 鍗囩骇 end -->
</apex:outputPanel>
<div class="menu">
<h2><div class="m_title"> <apex:outputField value="{!esdInfo.rec.Fixture_Name_F__c}" />
--
Gitblit v1.9.1