From cbe57d2bac50b129b73cc587831c55e4ca19e838 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Wed, 21 Sep 2022 12:01:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E4=B8=89=E6=9C=9F=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/initiatingProcess.vue | 47 ++++++++++++++++--- .../technologyAssessment/index.vue | 28 ++++++----- 2 files changed, 56 insertions(+), 19 deletions(-) diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue index d5ebba0a4..3debb89f8 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue @@ -37,8 +37,29 @@ + + +
+
+ * + {{$t('standardDecompositionDocument')}} +
+ + + + {{$t('yes')}} + + + {{$t('notOnlyRz')}} + + + +
+
+
- +
{{$t('selectedStandard')}} @@ -58,7 +79,7 @@ - +
* @@ -76,7 +97,7 @@
- +
{ if (valid) { this.visible = false - this.formInline.firstInitiation = '1' - let newUrl = this.$router.resolve({ - path: '/evaluationInitiationProcess', - query: this.formInline - }) - // let newUrl = this.$router.resolve({ - // path: '/evaluationProcess' - // }) - window.open(newUrl.href, '_blank') + } }) }, initiatingProcessClick() { - this.visible = true - this.formInline = {} - this.$nextTick(() => { - this.$refs.ruleForm.clearValidate() + // this.visible = true + // this.formInline = {} + // this.$nextTick(() => { + // this.$refs.ruleForm.clearValidate() + // }) + this.formInline.firstInitiation = '1' + this.formInline.whetherTobring = '1' + let newUrl = this.$router.resolve({ + path: '/evaluationInitiationProcess', + query: this.formInline }) + // let newUrl = this.$router.resolve({ + // path: '/evaluationProcess' + // }) + window.open(newUrl.href, '_blank') }, viewProcessClick(row) { this.$refs.processInformationRef.getData(JSON.parse(JSON.stringify(row)))