diff --git a/src/common/lang/workCenter/en.js b/src/common/lang/workCenter/en.js index d282af07..cee580df 100644 --- a/src/common/lang/workCenter/en.js +++ b/src/common/lang/workCenter/en.js @@ -272,5 +272,13 @@ module.exports = { rectificationPlanDoneDate: '整改计划完成日期', rectificationRealityDoneDate: '整改实际完成日期', rectificationStatus: '整改状态' + }, + // 稽查延期申请流程 + incExtensionRequest: { + state: '状态', + requestExtension: '申请延期', + requestExtensionDate: '申请延期日期', + extensionDescription: '延期说明', + inspectionContactPerson: '稽查联络人' } } diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index 01c0b2f6..3ea839d1 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -289,5 +289,13 @@ module.exports = { rectificationPlanDoneDate: '整改计划完成日期', rectificationRealityDoneDate: '整改实际完成日期', rectificationStatus: '整改状态' + }, + // 稽查延期申请流程 + incExtensionRequest: { + state: '状态', + requestExtension: '申请延期', + requestExtensionDate: '申请延期日期', + extensionDescription: '延期说明', + inspectionContactPerson: '稽查联络人' } } diff --git a/src/views/workCenter/NewProcess.vue b/src/views/workCenter/NewProcess.vue index 7a5c465e..928382fa 100644 --- a/src/views/workCenter/NewProcess.vue +++ b/src/views/workCenter/NewProcess.vue @@ -95,7 +95,7 @@ export default { }, { // 稽查延期申请流程 title: this.$t('workCenter.newProcess.auditExtensionApplicationProcess'), - path: '' + path: '/workCenter/InspectionExtensionRequestProcess' }, { // 企标稽查整改 title: this.$t('workCenter.newProcess.enterpriseStandardInspectionAndRectification'), diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue index 44f4679d..dc727657 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue @@ -186,7 +186,6 @@ export default { } }, processInfoForm: this.$form.createForm(this), - countersignForm: this.$form.createForm(this), approvalInfoForm: this.$form.createForm(this), // 是否会签 isCountersign: null, diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTable.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTable.vue index 0c355f70..feaed7ec 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessTable.vue @@ -41,7 +41,7 @@