From 2b969ede326bf33a9a0402ea96a0261631591dc4 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期三, 24 五月 2023 11:47:23 +0800
Subject: [PATCH] 入库管理编码验证程序调整

---
 force-app/main/default/pages/AccountPCL.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/AccountPCL.page b/force-app/main/default/pages/AccountPCL.page
index 8d3a891..7d486ad 100644
--- a/force-app/main/default/pages/AccountPCL.page
+++ b/force-app/main/default/pages/AccountPCL.page
@@ -1,4 +1,4 @@
-<apex:page controller="AccountPCLController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
+<apex:page controller="AccountPCLController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
 <head>
 <title>鍛ㄤ細-瀹㈡埛</title>
 

--
Gitblit v1.9.1