From 8475b9f98c8a4c95446f02be4bf2a64e359c359a Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期五, 11 八月 2023 09:10:31 +0800
Subject: [PATCH] 与测试环境对比,部分代码已被人修改,删除其中的alert和部分硬编码,还原测试环境代码逻辑
---
force-app/main/default/pages/SearchProductIrai.page | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/force-app/main/default/pages/SearchProductIrai.page b/force-app/main/default/pages/SearchProductIrai.page
index d8cffbd..2fc5e22 100644
--- a/force-app/main/default/pages/SearchProductIrai.page
+++ b/force-app/main/default/pages/SearchProductIrai.page
@@ -1,5 +1,6 @@
<apex:page id="Page" standardController="Product2" extensions="SearchProductController" sidebar="false" showHeader="false" lightningStylesheets="true" >
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
+ <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<script>
@@ -198,9 +199,9 @@
<apex:messages styleClass="editListError"/>
</apex:outputPanel>
<apex:form id="mainForm">
- <apex:pageBlock id="idSearchSetProduct" title="{!$Label.Product_Search}">
+ <apex:pageBlock id="idSearchSetProduct" title="{!$Label.Product_Search}" >
<apex:inputHidden id="Trade" value="{!Trade}"/>
- <table width="900" border="0" style="background-color:#DCDCDC">
+ <table width="1000" border="0" style="background-color:#DCDCDC;">
<colgroup>
<col width="12" />
<col width="50" /> <!-- lighting鍗囩骇 20230210 lt 鍚嶇О涓茶闂 20==50 -->
@@ -231,7 +232,7 @@
<td style="border-bottom: 1px solid #888;" colspan="15"> </td>
</tr>
</table>
- <table width="900" border="0" style="background-color:#DCDCDC">
+ <table width="1000" border="0" style="background-color:#DCDCDC">
<tr>
<td width="12"> </td>
<th valign="top">{!$Label.Search_Result}</th>
@@ -240,14 +241,14 @@
<table border="0">
<tr>
<td>
- <div id="iframelike" style="width:800px">
+ <div id="iframelike" style="width:900px">
<!-- 20221020 ljh SWAG-CJ98AJ start-->
<!-- <apex:pageBlockTable id="idRezultVisitor" value="{!cl}" var="c" border="1" columns="9" columnsWidth="25px,120px,120px,280px,60px,60px,60px,60px,35px"> -->
- <apex:pageBlockTable id="idRezultVisitor" value="{!cl}" var="c" border="1" columns="10" columnsWidth="25px,120px,120px,280px,60px,60px,60px,60px,35px">
+ <apex:pageBlockTable id="idRezultVisitor" value="{!cl}" var="c" border="1" columns="10" columnsWidth="40px,120px,120px,280px,80px,80px,80px,80px,80px,40px">
<!-- 20221020 ljh SWAG-CJ98AJ end -->
- <apex:column style="width:15px;" >
+ <apex:column >
<apex:facet name="header">{!$Label.Selected}</apex:facet>
- <input type="checkbox" name="checklist" value="" style="width:10px;"/>
+ <input type="checkbox" name="checklist" value="" style="width:15px;"/>
</apex:column>
<apex:column >
<apex:facet name="header">{!$Label.Asset_No}</apex:facet>
--
Gitblit v1.9.1