From ac0d606acaa5844bc2c6ad2242d5502b60f9be3a Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期五, 30 六月 2023 17:25:39 +0800
Subject: [PATCH] 修改页面和按钮
---
force-app/main/default/pages/MaintenanceProductData.page | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index c845fc2..fbf1422 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -921,6 +921,11 @@
</tr>
</apex:outputPanel>
<tr>
+ <td>
+ <div> </div>
+ </td>
+ </tr>
+ <tr>
<td align="right" style="width: 100px;">浜у搧鍚嶇О</td>
<!-- ProductDateSearch -->
<td><apex:inputText id="CateName" value="{!searchCateName}" style="width:100px"/></td>
@@ -1250,7 +1255,7 @@
<apex:variable var="edv" value="" rendered="{!editAble}" id="edvariable">
<apex:outputPanel rendered="{!(edc.size==1)}" layout="none">
<apex:outputPanel layout="none" rendered="{!IF((RecordTypeName = 'GuranteeMain'&& !contains(GuranteeMainProductService,edc[0]))||RecordTypeName != 'GuranteeMain',true , false)}">
- <apex:InputField value="{!aa.mpded[edc[0]]}" id="edtheValue" style="max-width: 120px;"/>
+ <apex:InputField value="{!aa.mpded[edc[0]]}" id="edtheValue" style="max-width: 120px;min-width: 10px"/>
</apex:outputPanel>
<apex:outputPanel layout="none" rendered="{!IF((RecordTypeName = 'GuranteeMain'&& !contains(GuranteeMainProductService,edc[0]))||RecordTypeName != 'GuranteeMain',false , true)}">
<apex:outputField value="{!aa.mpded[edc[0]]}"/>
@@ -1283,7 +1288,7 @@
</apex:pageblocksection>
<!-- !(RecordTypeName='GuranteeMain'&&mpd.Status__c='鏈嶅姟濉啓') -->
<apex:pageBlock title="鏈�夋嫨鐨勪骇鍝�" id="mpdDetailsSection" rendered="{!IF(editAble&&!(RecordTypeName='GuranteeMain'&&mpd.Status__c='鏈嶅姟濉啓'),true,false)}">
- <div style="position:relative;height: 0px;">
+ <div style="position:absolute;height: 0px;">
<input type="hidden" id="allPage:allForm:allBlock:mpdDetailsSection:mpdDetailsRecordsViewCount" value="{!mpdDetailsRecordsViewCount}" />
<apex:commandButton onclick="saveJs();" value="纭杩藉姞" style="position:relative;top: -45px;left: 120px; width:100px;" rerender="mpdDetailsSection,edmpdDetails" rendered="{!IF(editAble,true,false)}" />
</div>
--
Gitblit v1.9.1