diff --git a/src/common/lang/workCenter/en.js b/src/common/lang/workCenter/en.js
index f97c675..c013c1f 100644
--- a/src/common/lang/workCenter/en.js
+++ b/src/common/lang/workCenter/en.js
@@ -115,7 +115,8 @@ module.exports = {
countersigningPerson: 'Countersigning personnel',
reviewersPerson: 'Reviewer',
approvedPerson: 'Approved personnel',
- batchEdit: 'Bulk edit'
+ batchEdit: 'Bulk edit',
+ pleaseSelectInterpreter: 'Select at least one piece of data for each department involved to interpret'
},
// 流程配置
processConfig: {
diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js
index a81e5aa..0bc0397 100644
--- a/src/common/lang/workCenter/zh.js
+++ b/src/common/lang/workCenter/zh.js
@@ -115,7 +115,8 @@ module.exports = {
countersigningPerson: '会签人员',
reviewersPerson: '审核人员',
approvedPerson: '批准人员',
- batchEdit: '批量编辑'
+ batchEdit: '批量编辑',
+ pleaseSelectInterpreter: '至少选择一条数据的各涉及部门解读人'
},
// 流程配置
processConfig: {
diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue
index c2f1d25..2558a30 100644
--- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue
+++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue
@@ -63,12 +63,14 @@
-
+
@@ -541,7 +543,7 @@ export default {
})
// 驳回需要填写备注
if (!this.approvalInfoForm.getFieldValue('commitText')) {
- this.$message.warning(this.$t('pleaseEnterRemarks'))
+ this.$message.warn(this.$t('pleaseEnterRemarks'))
return
}
this.loading = true
diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue
new file mode 100644
index 0000000..1a3b7e1
--- /dev/null
+++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue
@@ -0,0 +1,847 @@
+
+
+
+
+
+
+ {{$t('workCenter.standardInterpretationProcess.batchSelectionUser')}}
+
+
+
+ {{ $t('import') }}
+
+
+
+ {{ $t('export') }}
+
+
+
+ {{$t('batchDelete')}}
+
+
+
+
+
+
+ {{ text && text !== 'null' ? text.replace(/<.*?>/ig, ' ') : '' }}
+
+ {{ global.emptyLine }}
+
+
+
+ tableUserSelectNameChange(value, fieldName, index)"
+ type="checkbox"
+ :nameStr="record.interpretPersonIds_dictText" />
+
+
+ {{ $t('edit') }}
+
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/workCenter/standardInterpretationProcess/modules/TermsInterpretModal.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue
similarity index 99%
rename from src/views/workCenter/standardInterpretationProcess/modules/TermsInterpretModal.vue
rename to src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue
index d394763..7716e27 100644
--- a/src/views/workCenter/standardInterpretationProcess/modules/TermsInterpretModal.vue
+++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue
@@ -134,7 +134,7 @@
diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue
index f176934..70408b2 100644
--- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue
+++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationLiaisonDistribute.vue
@@ -2,36 +2,8 @@
{{ $t('dispatchInformation') }}
-
-
-
- {{ $t('batchDelete') }}
-
-
-
-
-
-
-
- {{ text && text !== 'null' ? text.replace(/<.*?>/ig, ' ') : '' }}
-
- {{ global.emptyLine }}
-
-
-
- {{ $t('delete') }}
-
-
-
+
+
@@ -48,18 +20,22 @@
-
-