From bee2d9bd7ef87709a7e2a80d578292f5268de33b Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 3 Nov 2023 10:32:52 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=A0=87=E5=87=86=E5=AE=A3=E8=B4=AF?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/workCenter/en.js | 14 + src/common/lang/workCenter/zh.js | 14 + src/views/workCenter/NewProcess.vue | 2 +- .../modules/BaseInfoForm.vue | 2 - .../PermissionApplicationProcess.vue | 2 +- .../StandardPromotionProcess.vue | 217 +++++++++++++ .../modules/BaseInfoForm.vue | 302 ++++++++++++++++++ 7 files changed, 549 insertions(+), 4 deletions(-) create mode 100644 src/views/workCenter/standardPromotionProcess/StandardPromotionProcess.vue create mode 100644 src/views/workCenter/standardPromotionProcess/modules/BaseInfoForm.vue diff --git a/src/common/lang/workCenter/en.js b/src/common/lang/workCenter/en.js index 1fdd1edd..58c94cd2 100644 --- a/src/common/lang/workCenter/en.js +++ b/src/common/lang/workCenter/en.js @@ -300,5 +300,19 @@ module.exports = { applicationDescription: '申请说明', applicant: '申请人', applyForPermission: '申请权限' + }, + // 标准宣贯流程 + standardPromotionProcess: { + urgency: '紧急程度', + esNumber: '企标编号', + esName: '企标名称', + promoter: '宣贯人', + mainDeliveryDepart: '主送部门', + subject: '主题', + promotionDate: '宣贯日期', + participatingUnits: '参宣单位', + contactPerson: '联络人', + content: '内容', + promotionalMaterials: '宣贯材料' } } diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index f5b5b5a4..829b51bd 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -317,5 +317,19 @@ module.exports = { applicationDescription: '申请说明', applicant: '申请人', applyForPermission: '申请权限' + }, + // 标准宣贯流程 + standardPromotionProcess: { + urgency: '紧急程度', + esNumber: '企标编号', + esName: '企标名称', + promoter: '宣贯人', + mainDeliveryDepart: '主送部门', + subject: '主题', + promotionDate: '宣贯日期', + participatingUnits: '参宣单位', + contactPerson: '联络人', + content: '内容', + promotionalMaterials: '宣贯材料' } } diff --git a/src/views/workCenter/NewProcess.vue b/src/views/workCenter/NewProcess.vue index 65a00c7e..2982ce01 100644 --- a/src/views/workCenter/NewProcess.vue +++ b/src/views/workCenter/NewProcess.vue @@ -107,7 +107,7 @@ export default { }, { // 标准宣贯流程 title: this.$t('workCenter.newProcess.standardPromotionProcess'), - path: '' + path: '/workCenter/StandardPromotionProcess' } ] }, diff --git a/src/views/workCenter/enterpriseStandardInspectionRectification/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardInspectionRectification/modules/BaseInfoForm.vue index 48b1c57f..fe226191 100644 --- a/src/views/workCenter/enterpriseStandardInspectionRectification/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardInspectionRectification/modules/BaseInfoForm.vue @@ -186,7 +186,6 @@ + + diff --git a/src/views/workCenter/standardPromotionProcess/modules/BaseInfoForm.vue b/src/views/workCenter/standardPromotionProcess/modules/BaseInfoForm.vue new file mode 100644 index 00000000..cafa52fd --- /dev/null +++ b/src/views/workCenter/standardPromotionProcess/modules/BaseInfoForm.vue @@ -0,0 +1,302 @@ + + + + +