From de0f4a2bc3d1417212e599f135be55ad780a8bc1 Mon Sep 17 00:00:00 2001 From: liuhuaizhi Date: Mon, 26 Jul 2021 17:03:54 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=A6=E5=9E=8B?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BA=93=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/details.vue | 15 +++++++++++---- .../nonConfomity/pages/rectificationDatabase.vue | 4 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue index 9cf6991c4..f73e7aa91 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue @@ -585,16 +585,23 @@ export default { ids+=',\''+this.selectList[i].standId+'\'' } const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' + - 'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName - console.log(exportURL + "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM") + 'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id + console.log(exportURL) window.open(exportURL) this.$message.success('导出信息成功') } } else if (this.saveExportType === 'all') { console.log(this.selectList); + let ids = '' + if (this.selectList.length === 0) { + ids='\''+this.dataList[0].standId+'\'' + for(let i=1;i + label="标准号"> @@ -229,7 +229,7 @@ style="width: 100%;" :model="historySeeForm" > - +
{{historySeeForm.standId}}
From a4c3a759dbc1d737e416e49d838440ac4fe303d0 Mon Sep 17 00:00:00 2001 From: yangzijiao Date: Mon, 26 Jul 2021 17:04:14 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/addEdit.vue | 25 +++++++++++-------- .../pages/details.vue | 18 ++++++++----- .../pages/otherAddEit.vue | 2 +- .../pages/projectAddEit.vue | 4 +-- 4 files changed, 29 insertions(+), 20 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 77f06915a..cd7aa0210 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -237,13 +237,13 @@ > { if (res.ok) { - this.$message.success('编辑成功') + //this.$message.success('编辑成功') this.isNext = true this.$router.push({ name: 'AccessStandardsAndRegulations' @@ -1896,12 +1899,12 @@ export default { }) }, // 点击查看 - handlePreview (item) { - let routerName = item.sarType === 'FOREIGN_LAWS' ? 'OtherLawsDetails' : 'OtherStandardDetails' + handlePreview (data) { + let routerName = data.sarType === 'FOREIGN_LAWS' ? 'OtherLawsDetails' : 'OtherStandardDetails' let routeUrl = this.$router.resolve({ name: routerName, params: { - id: item.resId, + id: data.id, pageType: this.sarAccessInfoSearch.dataSource } }) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index 32b738445..5ed5e64f2 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -212,14 +212,13 @@ align="center"> + + Date: Mon, 26 Jul 2021 17:10:33 +0800 Subject: [PATCH 3/9] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/otherAddEit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 5f6fb4930..8cfff16a1 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -581,7 +581,7 @@ export default { ], detailedListName: [ {required: true, message: '清单名称不能为空', trigger: 'blur'}, - {type: 'string', max: 100, message: '表单名称不能超过100个字符', trigger: 'blur'} + {type: 'string', max: 100, message: '清单名称不能超过100个字符', trigger: 'blur'} ] }, disabledFlag: false, From cc49ef4152ab08f7ddd8b33cae72781427e1c556 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Mon, 26 Jul 2021 17:12:50 +0800 Subject: [PATCH 4/9] commit --- .../pages/creatProcess/bzdy/step1-1.vue | 7 ++++++- .../pages/creatProcess/bzdy/step1.vue | 7 ++++++- .../pages/creatProcess/bzzqyj/step1.vue | 7 ++++++- .../pages/creatProcess/bzzqyj/step3.vue | 2 +- .../pages/creatProcess/bzzqyj/step5.vue | 1 + .../pages/creatProcess/bzzqyj/step6.vue | 14 ++++++++++++-- .../pages/creatProcess/bzzqyj/step7.vue | 14 ++++++++++++-- .../pages/creatProcess/bzzqyj/step8.vue | 14 ++++++++++++-- .../pages/creatProcess/bzzqyj/step9.vue | 14 ++++++++++++-- 9 files changed, 68 insertions(+), 12 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue index 5b24794bb..dc9425a1f 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue @@ -84,7 +84,7 @@ ref="Form" :model="roleForm" :rules="roleFormRules" - class="label-input-form"> + class="label-input-form myForm"> @@ -430,6 +430,11 @@