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)))