diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 07e82b478..d8ba67780 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1423,7 +1423,7 @@ module.exports = {
confirmLaunchTask:'Confirm launch task ?',
conditionsNotMet:'Conditions not met',
onlyProcessStatusReturned:'Only the data whose process status is list to be checked and rejected by the responsible person can be returned',
- onlyProcessReturned:'Only data with process status of list to be checked and rejected by responsible person can be initiated And the project interface person and responsible person cannot be blank',
+ onlyProcessReturned:'Only data with a process status of list to be verified and rejected by the responsible person can be initiated, and the delivery type, engineering interface person, responsible person, and deadline cannot be empty',
confirmToAcceptTheTask:'Confirm to accept the task ?',
confirmRejectTask:'Confirm Reject Task ?',
onlyDataStatusConfirmedSelected:'Only data with process status of task to be confirmed can be selected',
@@ -1767,4 +1767,7 @@ module.exports = {
andPendingSubmissionReviewReturned:'And the process status is result pending submission, review returned',
deliverablesFor:'Deliverables for',
dutyPersonRejected:'Duty Person Rejected',
+ theCurrentlySelectedDataContainsReviewed:'The currently selected data contains reviewed data. Are you sure to return it?',
+ reviewTheReasonForReturn:'Review the reason for return',
+ reasonForTaskRejection:'Reason for task rejection',
}
\ No newline at end of file
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index 608603925..b2b361f68 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1523,7 +1523,7 @@ module.exports = {
confirmLaunchTask:'确认发起任务?',
conditionsNotMet:'不满足条件',
onlyProcessStatusReturned:'只能退回流程状态为清单待校核和责任人拒绝的数据',
- onlyProcessReturned:'只能发起流程状态为清单待校核和责任人拒绝的数据,并且工程接口人和责任人不能为空',
+ onlyProcessReturned:'只能发起流程状态为清单待校核和责任人拒绝的数据,并且交付物类型、工程接口人、责任人、截止时间不能为空',
confirmToAcceptTheTask:'确认接受任务?',
confirmRejectTask:'确认拒绝任务?',
onlyDataStatusConfirmedSelected:'只能选择流程状态为任务待确认的数据',
@@ -1869,4 +1869,8 @@ module.exports = {
andPendingSubmissionReviewReturned:'并且流程状态为结果待提交、审查退回',
deliverablesFor:'的交付结果',
dutyPersonRejected:'责任人拒绝',
+ theCurrentlySelectedDataContainsReviewed:'当前选择的数据中包含审查通过的数据,确认退回吗?',
+ reviewTheReasonForReturn:'审查退回原因',
+ reasonForTaskRejection:'任务拒绝原因',
+
}
\ No newline at end of file
diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/addConfiguration.vue b/jero-web/src/views/projectManagement/components/certificationList/components/addConfiguration.vue
new file mode 100644
index 000000000..a79f11d61
--- /dev/null
+++ b/jero-web/src/views/projectManagement/components/certificationList/components/addConfiguration.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+ *
+ {{$t('configurationItem')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/reasonForReturn.vue b/jero-web/src/views/projectManagement/components/certificationList/components/reasonForReturn.vue
new file mode 100644
index 000000000..29a1eddcc
--- /dev/null
+++ b/jero-web/src/views/projectManagement/components/certificationList/components/reasonForReturn.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+ *
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/referenceDeliverablesList.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/referenceDeliverablesList.vue
new file mode 100644
index 000000000..0c0c53401
--- /dev/null
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/referenceDeliverablesList.vue
@@ -0,0 +1,244 @@
+
+
+