From bdb1a98b64a2cf59bcfd575c579aa0742e0de954 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 17:21:32 +0800
Subject: [PATCH] 1
---
force-app/main/default/pages/SpecialPrice.page | 52 ++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 48 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/SpecialPrice.page b/force-app/main/default/pages/SpecialPrice.page
index b608045..902a28a 100644
--- a/force-app/main/default/pages/SpecialPrice.page
+++ b/force-app/main/default/pages/SpecialPrice.page
@@ -1,12 +1,56 @@
-<apex:page Controller="SpecialPriceController" showHeader="true" sidebar="false" id="allPage" action="{!init}">
+<apex:page Controller="SpecialPriceController" showHeader="true" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
+<style>
+ /*淇℃伅鎻愮ず棰滆壊*/
+body .bPageBlock .pbSubheader, .slds-vf-scope .bPageBlock .pbSubheader{
+ background-color: #08107b !important;;
+ color: #FFF !important;
+}
+body .infoM2, body .infoM3, body .infoM4, .slds-vf-scope .infoM2, .slds-vf-scope .infoM3, .slds-vf-scope .infoM4 {
+ background-color: #08107b !important;
+}
+body .message, .slds-vf-scope .message{
+ background-color: #08107b !important;
+}
+
+body .errorM2 h4,body .errorM3 h4,body .errorM4 h4,.slds-vf-scope .errorM2 h4,.slds-vf-scope .errorM3 h4,.slds-vf-scope .errorM4 h4 {
+ /* color: rgb(255, 255, 255)!important */
+ background-color: rgb(234, 0, 30)!important
+}
+
+body .errorM2,body .errorM3,body .errorM4,.slds-vf-scope .errorM2,.slds-vf-scope .errorM3,.slds-vf-scope .errorM4 {
+ background-color: rgb(234, 0, 30)!important
+}
+
+body .errorM2,body .errorM3,body .errorM4,.slds-vf-scope .errorM2,.slds-vf-scope .errorM3,.slds-vf-scope .errorM4 {
+ background-color: rgb(234, 0, 30)!important
+}
+body .warningM2,body .warningM3,body .warningM4,.slds-vf-scope .warningM2,.slds-vf-scope .warningM3,.slds-vf-scope .warningM4 {
+ background-color: rgb(254, 147, 57)!important;
+ color: rgb(24, 24, 24)!important
+}
+body .confirmM2,body .confirmM3,body .confirmM4,.slds-vf-scope .confirmM2,.slds-vf-scope .confirmM3,.slds-vf-scope .confirmM4 {
+ background-color: rgb(46, 132, 74)!important
+}
+body .pbButton{
+ text-align: left;
+}
+.message .messageText{
+ color: #FFF !important;
+}
+</style>
<script>
-window.sfdcPage.appendToOnloadQueue(function() { calonLoad() });
+// window.sfdcPage.appendToOnloadQueue(function() { calonLoad() });
+function onLoad() {
+ calonLoad();
+}
+window.onload = onLoad;
+// window.calonLoad = calonLoad;
function calonLoad() {
var isInput = {!isInput};
if (isInput) {
@@ -307,7 +351,7 @@
<apex:selectOptions value="{!category5OptionList}"/>
</apex:selectList>
</td>
- <td align="right" rowspan = "3"><apex:commandButton disabled="{!isInput}" value="妫�绱�" style="width: 100px;" onclick="searchProductJs();return false;" /></td>
+ <td align="right" rowspan = "3"><apex:commandButton disabled="{!isInput}" value="妫�绱�" style="width: 100px;margin-top: 50px" onclick="searchProductJs();return false;" /></td>
</tr>
<tr>
<td colspan = "15" style="height: 10px"></td>
@@ -435,7 +479,7 @@
<apex:outputText value="{!(currentpage * pagesize)+1-pagesize}-{!IF((currentpage * pagesize)>totalcount, totalcount,
(currentpage * pagesize))} 鍏� {!totalcount} 涓�" />
</td>
- <td align="center">
+ <td align="center" style="padding-left: 470px;">
<div class="paginator line1">
<span class="prevNextLinks">
<span class="prevNext">
--
Gitblit v1.9.1