From f17ed0934acdd65b9e683a0ff405af7111b36379 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期一, 17 四月 2023 09:41:23 +0800
Subject: [PATCH] 服务合同文本更新--追加旧件返还相关条款

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

diff --git a/force-app/main/default/pages/ViewInspectionReportDecryptInfo.page b/force-app/main/default/pages/ViewInspectionReportDecryptInfo.page
index 9226ffb..1198cf7 100644
--- a/force-app/main/default/pages/ViewInspectionReportDecryptInfo.page
+++ b/force-app/main/default/pages/ViewInspectionReportDecryptInfo.page
@@ -1,4 +1,4 @@
-<apex:page standardController="Inspection_Report__c" extensions="NewAndEditInspectionReportController" id="page">
+<apex:page standardController="Inspection_Report__c" extensions="NewAndEditInspectionReportController" id="page" lightningStylesheets="true">
     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }"/>
     <apex:form id="form">

--
Gitblit v1.9.1