From 9aefffb9edfcf345605a161f5576ba225d39068d 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: Thu, 20 Nov 2025 18:49:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8A=A5=E9=94=99=EF=BC=8C?=
=?UTF-8?q?=E6=94=BE=E5=87=BA=E6=8A=A5=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CustomPages/FO/FO015ShowPrint.js | 2 +-
.../CustomPages/FO/FO017ShowPrint.js | 2 +-
.../CustomPages/FO/FO017ShowPrintJD.js | 1 -
.../CustomPages/FO/FO019ShowPrint.js | 2 -
.../CustomPages/FO/FO021ShowPrint.js | 1 -
.../CustomPages/FO/FO022ShowPrint.js | 2 +-
.../CustomPages/FO/FO025ShowPrint.js | 2 +-
.../CustomPages/FO/FO035ShowPrint.js | 2 -
.../CustomPages/FO/FO037ShowPrint.js | 3 +-
.../CustomPages/FO/FO041ShowPrint.js | 3 +-
.../CustomPages/FO/FO043ShowPrint.js | 3 +-
.../CustomPages/FO/FO045ShowPrint.js | 3 +-
.../CustomPages/SK/SK002ShowPrint.js | 2 -
.../CustomPages/SK/SK004ShowPrint.js | 2 -
.../CustomPages/SK/SK006ShowPrint.js | 4 +-
.../CustomPages/SK/SK010ShowPrint.js | 2 +-
.../CustomPages/SK/SK012ShowPrint.js | 2 +-
.../CustomPages/SK/SK014ShowPrint.js | 2 +-
.../CustomPages/SK/SK016ShowPrint.js | 2 +-
.../CustomPages/SK/SK018ShowPrint.js | 2 +-
.../CustomPages/SK/SK020ShowPrint.js | 2 +-
.../CustomPages/SK/SK022ShowPrint.js | 10 ++--
.../CustomPages/SK/SK024ShowPrint.js | 2 +-
.../CustomPages/SK/SK026ShowPrint.js | 2 +-
.../CustomPages/SK/SK027ShowPrint.js | 2 +-
.../CustomPages/SK/SK031ShowPrint.js | 2 +-
.../CustomPages/SK/SK033ShowPrint.js | 2 +-
.../CustomPages/SK/SK035CheckLibrary.js | 3 +-
.../CustomPages/SK/SK035ShowPrint.js | 2 +-
.../CustomPages/SK/SK037ShowPrint.js | 2 +-
.../CustomPages/SK/SK039ShowPrint.js | 2 +-
.../CustomPages/SK/SK041ShowPrint.js | 2 +-
.../CustomPages/SK/SK043ShowPrint.js | 3 +-
.../CustomPages/SK/SK045ShowPrint.js | 3 +-
src/files/edit/SK006.js | 49 ++++++++-----------
src/utils/customConfig.js | 28 +++++------
36 files changed, 67 insertions(+), 93 deletions(-)
diff --git a/src/components/CustomPages/FO/FO015ShowPrint.js b/src/components/CustomPages/FO/FO015ShowPrint.js
index e5cc0b9..1838e97 100644
--- a/src/components/CustomPages/FO/FO015ShowPrint.js
+++ b/src/components/CustomPages/FO/FO015ShowPrint.js
@@ -93,7 +93,7 @@ class FO015ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/FO/FO017ShowPrint.js b/src/components/CustomPages/FO/FO017ShowPrint.js
index b74b43b..08f5ca6 100644
--- a/src/components/CustomPages/FO/FO017ShowPrint.js
+++ b/src/components/CustomPages/FO/FO017ShowPrint.js
@@ -82,7 +82,7 @@ class FO017ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/FO/FO017ShowPrintJD.js b/src/components/CustomPages/FO/FO017ShowPrintJD.js
index 90f3a64..ffd64c8 100644
--- a/src/components/CustomPages/FO/FO017ShowPrintJD.js
+++ b/src/components/CustomPages/FO/FO017ShowPrintJD.js
@@ -82,7 +82,6 @@ class FO017ShowPrintJD extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
}
});
}
diff --git a/src/components/CustomPages/FO/FO019ShowPrint.js b/src/components/CustomPages/FO/FO019ShowPrint.js
index 15f9a71..6668054 100644
--- a/src/components/CustomPages/FO/FO019ShowPrint.js
+++ b/src/components/CustomPages/FO/FO019ShowPrint.js
@@ -85,8 +85,6 @@ class FO019ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
}
});
}
diff --git a/src/components/CustomPages/FO/FO021ShowPrint.js b/src/components/CustomPages/FO/FO021ShowPrint.js
index 6f64cb3..1c5dd69 100644
--- a/src/components/CustomPages/FO/FO021ShowPrint.js
+++ b/src/components/CustomPages/FO/FO021ShowPrint.js
@@ -88,7 +88,6 @@ class FO021ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
}
});
}
diff --git a/src/components/CustomPages/FO/FO022ShowPrint.js b/src/components/CustomPages/FO/FO022ShowPrint.js
index 567f989..ce3d5f5 100644
--- a/src/components/CustomPages/FO/FO022ShowPrint.js
+++ b/src/components/CustomPages/FO/FO022ShowPrint.js
@@ -104,7 +104,7 @@ class FO022ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/FO/FO025ShowPrint.js b/src/components/CustomPages/FO/FO025ShowPrint.js
index 918501d..56d9c8a 100644
--- a/src/components/CustomPages/FO/FO025ShowPrint.js
+++ b/src/components/CustomPages/FO/FO025ShowPrint.js
@@ -82,7 +82,7 @@ class FO025ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/FO/FO035ShowPrint.js b/src/components/CustomPages/FO/FO035ShowPrint.js
index a53d47d..72b2ff6 100644
--- a/src/components/CustomPages/FO/FO035ShowPrint.js
+++ b/src/components/CustomPages/FO/FO035ShowPrint.js
@@ -74,8 +74,6 @@ class FO035ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
}
});
}
diff --git a/src/components/CustomPages/FO/FO037ShowPrint.js b/src/components/CustomPages/FO/FO037ShowPrint.js
index 73869af..6296fb5 100644
--- a/src/components/CustomPages/FO/FO037ShowPrint.js
+++ b/src/components/CustomPages/FO/FO037ShowPrint.js
@@ -74,8 +74,7 @@ class FO037ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
+
}
});
}
diff --git a/src/components/CustomPages/FO/FO041ShowPrint.js b/src/components/CustomPages/FO/FO041ShowPrint.js
index b01ea89..c8b6cb5 100644
--- a/src/components/CustomPages/FO/FO041ShowPrint.js
+++ b/src/components/CustomPages/FO/FO041ShowPrint.js
@@ -74,8 +74,7 @@ class FO041ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
+
}
});
}
diff --git a/src/components/CustomPages/FO/FO043ShowPrint.js b/src/components/CustomPages/FO/FO043ShowPrint.js
index 49a7819..6c9b6e2 100644
--- a/src/components/CustomPages/FO/FO043ShowPrint.js
+++ b/src/components/CustomPages/FO/FO043ShowPrint.js
@@ -74,8 +74,7 @@ class FO043ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
+
}
});
}
diff --git a/src/components/CustomPages/FO/FO045ShowPrint.js b/src/components/CustomPages/FO/FO045ShowPrint.js
index a80fc6e..77104cc 100644
--- a/src/components/CustomPages/FO/FO045ShowPrint.js
+++ b/src/components/CustomPages/FO/FO045ShowPrint.js
@@ -74,8 +74,7 @@ class FO045ShowPrint extends React.Component {
this.setState({ BtnAgreeDisplay: 'inline' })
}
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK002ShowPrint.js b/src/components/CustomPages/SK/SK002ShowPrint.js
index e1e8092..f21d33b 100644
--- a/src/components/CustomPages/SK/SK002ShowPrint.js
+++ b/src/components/CustomPages/SK/SK002ShowPrint.js
@@ -145,8 +145,6 @@ class SK002ShowPrint extends React.Component {
// this.setState({ isFinished: 'inline' })
// }
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
}
});
}
diff --git a/src/components/CustomPages/SK/SK004ShowPrint.js b/src/components/CustomPages/SK/SK004ShowPrint.js
index ebd0b87..bdd0e9b 100644
--- a/src/components/CustomPages/SK/SK004ShowPrint.js
+++ b/src/components/CustomPages/SK/SK004ShowPrint.js
@@ -203,8 +203,6 @@ class SK004ShowPrint extends React.Component {
// this.setState({ isFinished: 'inline' })
// }
}
- else
- { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!');}
}
});
}
diff --git a/src/components/CustomPages/SK/SK006ShowPrint.js b/src/components/CustomPages/SK/SK006ShowPrint.js
index 9f544a6..f3373be 100644
--- a/src/components/CustomPages/SK/SK006ShowPrint.js
+++ b/src/components/CustomPages/SK/SK006ShowPrint.js
@@ -79,7 +79,7 @@ class SK006ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
@@ -115,7 +115,7 @@ class SK006ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK010ShowPrint.js b/src/components/CustomPages/SK/SK010ShowPrint.js
index 2a9beab..967e834 100644
--- a/src/components/CustomPages/SK/SK010ShowPrint.js
+++ b/src/components/CustomPages/SK/SK010ShowPrint.js
@@ -91,7 +91,7 @@ class SK010ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK012ShowPrint.js b/src/components/CustomPages/SK/SK012ShowPrint.js
index bee86a7..33e9444 100644
--- a/src/components/CustomPages/SK/SK012ShowPrint.js
+++ b/src/components/CustomPages/SK/SK012ShowPrint.js
@@ -112,7 +112,7 @@ class SK012ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK014ShowPrint.js b/src/components/CustomPages/SK/SK014ShowPrint.js
index e0acec8..f1efede 100644
--- a/src/components/CustomPages/SK/SK014ShowPrint.js
+++ b/src/components/CustomPages/SK/SK014ShowPrint.js
@@ -91,7 +91,7 @@ class SK014ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK016ShowPrint.js b/src/components/CustomPages/SK/SK016ShowPrint.js
index 21bf5f4..523b7d7 100644
--- a/src/components/CustomPages/SK/SK016ShowPrint.js
+++ b/src/components/CustomPages/SK/SK016ShowPrint.js
@@ -71,7 +71,7 @@ class SK016ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK018ShowPrint.js b/src/components/CustomPages/SK/SK018ShowPrint.js
index b3034f3..f0683f1 100644
--- a/src/components/CustomPages/SK/SK018ShowPrint.js
+++ b/src/components/CustomPages/SK/SK018ShowPrint.js
@@ -102,7 +102,7 @@ class SK018ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK020ShowPrint.js b/src/components/CustomPages/SK/SK020ShowPrint.js
index 5cc1785..cd2e00c 100644
--- a/src/components/CustomPages/SK/SK020ShowPrint.js
+++ b/src/components/CustomPages/SK/SK020ShowPrint.js
@@ -91,7 +91,7 @@ class SK020ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
diff --git a/src/components/CustomPages/SK/SK022ShowPrint.js b/src/components/CustomPages/SK/SK022ShowPrint.js
index 366e29a..6444e57 100644
--- a/src/components/CustomPages/SK/SK022ShowPrint.js
+++ b/src/components/CustomPages/SK/SK022ShowPrint.js
@@ -92,7 +92,7 @@ class SK022ShowPrint extends React.Component {
}
this.onClickApprove(false);
}
- else { message.error('请先尝试刷新,若仍然加载失败,请联系管理员排查!'); }
+
}
});
}
@@ -171,11 +171,9 @@ class SK022ShowPrint extends React.Component {