diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js
index 1a744421..57fab7a7 100644
--- a/src/common/lang/workCenter/zh.js
+++ b/src/common/lang/workCenter/zh.js
@@ -383,5 +383,10 @@ module.exports = {
noMatchTracking: {
queryByCondition: '按条件查询',
problemTypes: '问题类型'
+ },
+ // 法规合规评估流程
+ standardCompliance: {
+ addStandard: '添加标准',
+ responsibleUnitContactPerson: '责任单位联络人'
}
}
diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue
index f58a778d..f79629a5 100644
--- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue
+++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue
@@ -943,4 +943,4 @@ export default {
.dispatch-form {
margin-top: 20px;
}
-
\ No newline at end of file
+
diff --git a/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue b/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue
index 092f609a..ec1188a1 100644
--- a/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue
+++ b/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue
@@ -55,6 +55,11 @@
+
+
+
+
+
{{ $t('processApprovalInformation') }}
@@ -114,10 +119,12 @@ import InternalDetailPage from '../../../components/InternalDetailPage'
import ProcessDetailList from '../../../components/ProcessDetailList'
import { WorkCenterMixin } from '../../../mixins/WorkCenterMixin'
import { ProcessKey } from '../../../enums/commonEnums'
+import InitialBasicServiceInfo from './components/InitialBasicServiceInfo'
+import InitialAssignTable from './components/InitialAssignTable'
export default {
name: 'StandardComplianceProcess',
- components: { ProcessDetailList, InternalDetailPage, PersonnelInfo },
+ components: { ProcessDetailList, InternalDetailPage, PersonnelInfo, InitialBasicServiceInfo, InitialAssignTable },
mixins: [WorkCenterMixin],
computed: {
pageTitle () {
@@ -135,6 +142,7 @@ export default {
// 审批信息的表单
approvalInfoForm: this.$form.createForm(this),
approvalInfo: {},
+ currentNode: null,
labelCol: {
xs: { span: 24 },
sm: { span: 4 }
@@ -169,4 +177,4 @@ export default {
\ No newline at end of file
+
diff --git a/src/views/workCenter/standardComplianceProcess/components/InitialAssignTable.vue b/src/views/workCenter/standardComplianceProcess/components/InitialAssignTable.vue
new file mode 100644
index 00000000..d8fd0b07
--- /dev/null
+++ b/src/views/workCenter/standardComplianceProcess/components/InitialAssignTable.vue
@@ -0,0 +1,138 @@
+
+
+
+
{{ $t('workCenter.dispatchInformation') }}
+
+
+
+ {{ $t('workCenter.projectComplianceEvaluationProcess.batchSelector') }}
+
+
+
+ {{ $t('batchDelete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/workCenter/standardComplianceProcess/components/InitialBasicServiceInfo.vue b/src/views/workCenter/standardComplianceProcess/components/InitialBasicServiceInfo.vue
new file mode 100644
index 00000000..17a2cbad
--- /dev/null
+++ b/src/views/workCenter/standardComplianceProcess/components/InitialBasicServiceInfo.vue
@@ -0,0 +1,108 @@
+
+
+
+
{{ $t('basicServiceInformation') }}
+
+
+
+ {{ $t('delete') }}
+
+
+
+ {{ $t('workCenter.standardCompliance.addStandard') }}
+
+
+
+
+
+ handleSourceChange(value, record, index)" />
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file