From 52e2a7c15275d7fabd88cce119dec6da18ad26c4 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期二, 18 七月 2023 17:32:17 +0800
Subject: [PATCH] 耗材申请页面 分单 耗材申请 取消明细申请 耗材 试用表在主页面中的显示
---
force-app/main/default/pages/ConsumApplyCancel.page | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/pages/ConsumApplyCancel.page b/force-app/main/default/pages/ConsumApplyCancel.page
index dae299c..d47982f 100644
--- a/force-app/main/default/pages/ConsumApplyCancel.page
+++ b/force-app/main/default/pages/ConsumApplyCancel.page
@@ -1,9 +1,15 @@
-<apex:page controller="ConsumApplyCancelController" action="{!init}" showHeader="false">
+<apex:page controller="ConsumApplyCancelController" lightningStylesheets="true" action="{!init}" showHeader="false">
<head>
<title>鑰楁潗鐢宠鍙栨秷</title>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
+ <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning 聽-->
+ <style>
+ div > input {
+ vertical-align: middle !important;
+ }
+ </style>
<script type="text/javascript">
function back() {
window.opener.parent.location.href = "/{!ra.Id}";
--
Gitblit v1.9.1