+
+
+
+
+ 按行业周期和属地要求维护}
+ />
+
+
+
+
+ 到期前6个月启动商务对接}
+ />
+
+
+
+
+ 到期前3个月正式委托启动}
+ />
+
+
+
+
+ 到期前1个月加快编制评审}
+ />
+
+
+
+
+
+ 提醒时间规则:
+ 到期前6个月首次预警,提示启动商务对接和项目排期;到期前3个月二次提醒,提示正式委托启动;到期前1个月紧急预警,提示加快报告编制与评审;超过到期日自动转为已逾期。
+
+
+
+
+ ,
+
+
+ ,
+
+
+ ,
+ ]}
+ onFinish={handleSearch}
+ onReset={handleReset}
+ />
+
+
+
+ 下一次应开展日期 = 最近一次正式报告完成日期 + 对应行业评价周期
+
+
+
+
+
+
+
+ `共 ${total} 条`,
+ }}
+ onChange={handlePageChange}
+ />
+
+ );
+};
+
+export default Connect(
+ [NS_SAFETY_EVAL_BUSINESS],
+ true,
+)(AntdTableFuncControl(BusinessReminder));
\ No newline at end of file
diff --git a/src/pages/Container/SafetyEvalBusiness/BusinessReminder/index.less b/src/pages/Container/SafetyEvalBusiness/BusinessReminder/index.less
new file mode 100644
index 0000000..3ac7591
--- /dev/null
+++ b/src/pages/Container/SafetyEvalBusiness/BusinessReminder/index.less
@@ -0,0 +1,38 @@
+.br {
+ &-header-desc {
+ font-size: 13px;
+ color: #999;
+ margin-bottom: 16px;
+ }
+
+ &-stat-row {
+ margin-bottom: 16px;
+ }
+
+ &-stat-suffix {
+ font-size: 12px;
+ color: #999;
+ }
+
+ &-note {
+ padding: 8px 12px;
+ background: #f6f8fa;
+ border-radius: 6px;
+ font-size: 13px;
+ color: #555;
+ margin-bottom: 16px;
+ border: 1px solid #e8e8e8;
+ }
+
+ &-toolbar {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 12px;
+ }
+
+ &-toolbar-hint {
+ font-size: 13px;
+ color: #999;
+ }
+}
\ No newline at end of file