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 @@ + + + + +