From 826a6112ca22c0787786836d3f9cb6a1d9fe3467 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?=
<10755671+mei-rong-he@user.noreply.gitee.com>
Date: Fri, 10 Apr 2026 15:10:29 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E6=B5=8B=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CustomPages/SK/SK016ShowPrint.js | 1 +
src/components/CustomPages/SK/SK018ShowPrint.js | 1 +
src/components/CustomPages/SK/SK080ShowPrint.js | 11 +++++++++--
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/components/CustomPages/SK/SK016ShowPrint.js b/src/components/CustomPages/SK/SK016ShowPrint.js
index 2ce5f5d..7ce2574 100644
--- a/src/components/CustomPages/SK/SK016ShowPrint.js
+++ b/src/components/CustomPages/SK/SK016ShowPrint.js
@@ -46,6 +46,7 @@ class SK016ShowPrint extends React.Component {
// extendRule(json, 'TASK_ID', 1, taskID);
extendInclude(json, 'Nav_ApplyUser');
extendInclude(json, 'Nav_ApplyDepartment');
+ extendInclude(json, 'Nav_ProductionUnit');
extendInclude(json, 'Nav_RiskArea');
extendInclude(json, 'Nav_ReportFiles');
extendInclude(json, 'Nav_ReportFiles.Nav_ImgFile');
diff --git a/src/components/CustomPages/SK/SK018ShowPrint.js b/src/components/CustomPages/SK/SK018ShowPrint.js
index c7aea07..64bb8a6 100644
--- a/src/components/CustomPages/SK/SK018ShowPrint.js
+++ b/src/components/CustomPages/SK/SK018ShowPrint.js
@@ -63,6 +63,7 @@ class SK018ShowPrint extends React.Component {
extendInclude(json, 'Nav_Report');
extendInclude(json, 'Nav_ApplyUser');
extendInclude(json, 'Nav_ApplyDepartment');
+ extendInclude(json, 'Nav_ProductionUnit');
extendInclude(json, 'Nav_RiskArea');
extendInclude(json, 'Nav_Photos');
extendInclude(json, 'Nav_Photos.Nav_ImgFile');
diff --git a/src/components/CustomPages/SK/SK080ShowPrint.js b/src/components/CustomPages/SK/SK080ShowPrint.js
index b994287..633d3e5 100644
--- a/src/components/CustomPages/SK/SK080ShowPrint.js
+++ b/src/components/CustomPages/SK/SK080ShowPrint.js
@@ -105,7 +105,14 @@ class SK080ShowPrint extends React.Component {
{data.Nav_ApplyDepartment ? data.Nav_ApplyDepartment.NAME : ''}
{data.Nav_ApplyUser ? data.Nav_ApplyUser.NAME : ''}
{data.Nav_RectifyRecord?data.Nav_RectifyRecord?.CODE:''}
-
+ {data.Nav_RectifyRecord && data.Nav_RectifyRecord.Nav_ProductionUnit?data.Nav_RectifyRecord.Nav_ProductionUnit.NAME:''}
+ {data.Nav_RectifyRecord?data.Nav_RectifyRecord.HIDDEN_PLACE:''}
+ {
+ showFileImg(data.Nav_RectifyRecord && data.Nav_RectifyRecord.Nav_RectifyPhotoas ? data.Nav_RectifyRecord.Nav_RectifyPhotoas:null, config.picServerHost, this)
+ }
+ {
+ showFileImg(data.Nav_RectifyRecord && data.Nav_RectifyRecord.Nav_RectifyPhotobs ? data.Nav_RectifyRecord.Nav_RectifyPhotobs:null, config.picServerHost, this)
+ }
{data.HIDDEN_DESCRIPTION}
{data.HIDDEN_REASON}
{data.Nav_ChargeUser ? data.Nav_ChargeUser.NAME : ''}
@@ -117,7 +124,7 @@ class SK080ShowPrint extends React.Component {
})
}
{data.REVIEW_DESCRIPTION}
- {
+ {
showFileImg(data?.Nav_Files, config.picServerHost, this)
}
{enums.SKReviewResultEnum.enums[data.REVIEW_RESULT]}