From 455cbf04c9f26f75ddb2a09aa8c16ceffadfd624 Mon Sep 17 00:00:00 2001 From: yxhc <825210484@qq.com> Date: Thu, 22 Aug 2024 15:29:54 +0800 Subject: [PATCH] fix: bug --- .drone.yml | 1 - drone/end.md | 2 +- drone/start.md | 2 +- .../declarationFinal/index.vue | 205 +----- .../declarationFinal/indexCopy.vue | 794 +++++++++++++++++++++ 5 files changed, 802 insertions(+), 202 deletions(-) create mode 100644 src/pages/declareManage/finalInspectionDeclare/declarationFinal/indexCopy.vue diff --git a/.drone.yml b/.drone.yml index 1a792f0..a0ea4ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,6 @@ steps: - name: build image: node:12.16.3 commands: - - npm config set registry http://registry.npm.taobao.org - npm install - npm run build - name: develop deploy diff --git a/drone/end.md b/drone/end.md index 4d4eb13..cc750b5 100644 --- a/drone/end.md +++ b/drone/end.md @@ -20,7 +20,7 @@ commit: [查看]([TPL_COMMIT_LINK]) | [TPL_REPO_SHORT_NAME] | [TPL_COMMIT_BRANCH] | [TPL_BUILD_CONSUMING]s | [TPL_BUILD_STATUS] | --> -## 杭州项管:构建完成 +## 湖州项管:构建完成 - 结果:[TPL_BUILD_STATUS] - 耗时:[TPL_BUILD_CONSUMING]s - 构建详情:[查看]([TPL_BUILD_LINK]) diff --git a/drone/start.md b/drone/start.md index 523b7d9..bd72ed5 100644 --- a/drone/start.md +++ b/drone/start.md @@ -20,7 +20,7 @@ commit: [查看]([TPL_COMMIT_LINK]) | [TPL_REPO_SHORT_NAME] | [TPL_COMMIT_BRANCH] | [TPL_BUILD_CONSUMING]s | [TPL_BUILD_STATUS] | --> -## 杭州项管:开始构建[TPL_STATUS_COLOR] +## 湖州项管:开始构建[TPL_STATUS_COLOR] - 构建详情:[查看]([TPL_BUILD_LINK]) - 修改内容:[TPL_COMMIT_MSG] [查看详情]([TPL_COMMIT_LINK]) ## 仓库信息 diff --git a/src/pages/declareManage/finalInspectionDeclare/declarationFinal/index.vue b/src/pages/declareManage/finalInspectionDeclare/declarationFinal/index.vue index f2d1a04..76fabe2 100644 --- a/src/pages/declareManage/finalInspectionDeclare/declarationFinal/index.vue +++ b/src/pages/declareManage/finalInspectionDeclare/declarationFinal/index.vue @@ -17,234 +17,41 @@ const collapseModal = ['1', '2', '3', '4', '5', '6', '7'], formData = ref({ finalAcceptanceMaterials: [ { - title: '一、项目前期材料', + title: '验收材料', data: [ { - name: '信息化项目立项批复文件', - isHave: true, - files: [], - reason: '' - }, - { - name: '市政府采购计划表', - isHave: true, - files: [], - reason: '' - }, - { - name: '采购需求', - isHave: true, - files: [], - reason: '' - }, - { - name: '中标通知书', - isHave: true, - files: [], - reason: '' - }, - { - name: '技术(软件、系统等)开发合同(协议)', - isHave: true, - files: [], - reason: '' - }, - { - name: '设备采购合同(协议)含采购内容清单、以及合同上规定交付的所有文档', - isHave: true, - files: [], - reason: '' - }, - { - name: '第三方监理合同(协议)', - isHave: true, - files: [], - reason: '' - }, - { - name: '其他前期资料(含中标单位营业执照、工程相关资质等)', - isHave: true, - files: [], - reason: '' - } - ] - }, - { - title: '二、项目开工资料', - data: [ - { - name: '工程开工报告单(工程名称、建设单位、承建单位、施工单位、计划开工和完工日期、工程实施主要内容、建设单位审批意见及盖章日期,承建单位、施工单位盖章日期)', - isHave: true, - files: [], - reason: '' - }, - { - name: '软件类系统开发、部署等功能介绍', - isHave: true, - files: [], - reason: '' - }, - { - name: '隐蔽工程类设计图、材料选材、施工计划等(可另作图册)', - isHave: true, - files: [], - reason: '' - }, - { - name: '购置到位的设备产品证书、开箱证明、序列号等(可另附成册)', - isHave: true, - files: [], - reason: '' - }, - { - name: '项目组名单及人员介绍资料', - isHave: true, - files: [], - reason: '' - } - ] - }, - { - title: '三、项目实施过程资料', - data: [ - { - name: '设备安装时间、位置一览表等', - isHave: true, - files: [], - reason: '' - }, - { - name: '软件类系统开发、部署等完成情况对照表', - isHave: true, - required: true, - files: [], - reason: '' - }, - { - name: '历次多方讨论会议记录表、项目变更单等原始凭证', - isHave: true, - files: [], - reason: '' - }, - { - name: '信息安全等级保护测评报告', - isHave: true, - required: true, - files: [], - reason: '' - }, - { - name: '商业密码应用评估报告', - isHave: true, - files: [], - reason: '' - }, - { - name: '财务审计报告', - isHave: true, - files: [], - reason: '' - }, - { - name: '变更申请单', - isHave: true, - files: [], - reason: '' - }, - { - name: '变更批复文件', - isHave: true, - files: [], - reason: '' - } - ] - }, - { - title: '四、项目试运行资料', - data: [ - { - name: '试运行报告及整改情况(建设单位)', - isHave: true, - files: [], - reason: '' - }, - { - name: '试运行情况业主单位意见(领导签字、单位盖章)', - isHave: true, - files: [], - reason: '' - }, - { - name: '历次巡检流程及记录表等原始凭证', - isHave: true, - files: [], - reason: '' - }, - { name: '用户使用报告', isHave: true, - required: true, files: [], reason: '' }, { name: 'IRS应用试运行报告', isHave: true, - required: true, - files: [], - reason: '' - } - ] - }, - { - title: '五、项目完工资料', - data: [ - { - name: '工程类竣工报告(建设单位)', - isHave: true, - files: [], - reason: '' - }, - { - name: '完工整体运行情况报告', - isHave: true, - files: [], - reason: '' - }, - { - name: '监理总结报告', - isHave: true, - files: [], - reason: '' - }, - { - name: '第三方项目评测报告(另册)', - isHave: true, files: [], reason: '' }, { - name: '业主单位组织的初验专家意见及名单,整改情况', + name: '信息安全等级保护测试报告', isHave: true, files: [], reason: '' }, { - name: '各类系统、场地、设备使用的管理手册、操作手册、维护手册(可另册)', + name: '项目总结报告', isHave: true, files: [], reason: '' }, { - name: '售后服务承诺等(建设单位)', + name: '建设核查表', isHave: true, files: [], reason: '' }, { - name: '终验意见', + name: '其他附件', isHave: true, - required: true, files: [], reason: '' } @@ -413,7 +220,7 @@ const chart1Ref = ref(), chart2Ref = ref(), chart3Ref = ref(), const res = await projectDetail(route.query.id) formData.value = { isCompletedLogCollection: res.data.isCompletedLogCollection, - finalAcceptanceMaterials: res.data.finalAcceptanceMaterials && JSON.parse(res.data.finalAcceptanceMaterials) || res.data.preliminaryInspectionMaterials && JSON.parse(res.data.preliminaryInspectionMaterials), + finalAcceptanceMaterials: res.data.finalAcceptanceMaterials ? JSON.parse(res.data.finalAcceptanceMaterials) : formData.value.finalAcceptanceMaterials, actualPerformanceIndicators: res.data.actualPerformanceIndicators && JSON.parse(res.data.actualPerformanceIndicators) || res.data.actualPerformanceIndicators && JSON.parse(res.data.actualPerformanceIndicators) } formData.value.finalAcceptanceMaterials = formData.value.finalAcceptanceMaterials.map(i => { diff --git a/src/pages/declareManage/finalInspectionDeclare/declarationFinal/indexCopy.vue b/src/pages/declareManage/finalInspectionDeclare/declarationFinal/indexCopy.vue new file mode 100644 index 0000000..f2d1a04 --- /dev/null +++ b/src/pages/declareManage/finalInspectionDeclare/declarationFinal/indexCopy.vue @@ -0,0 +1,794 @@ + + + +