|
@@ -26,7 +26,7 @@
|
|
<el-button size="small" type="primary" @click="NextStep()">下一步</el-button>
|
|
<el-button size="small" type="primary" @click="NextStep()">下一步</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <el-dialog :visible.sync="showClient" width="80%" top="4vh" :close-on-click-modal="false" append-to-body :before-close="handleClose1">
|
|
|
|
|
|
+ <el-dialog :visible.sync="showClient" width="80%" top="4vh" :close-on-click-modal="false" append-to-body :before-close="handleClose1()">
|
|
<div class="flex_start titFont">
|
|
<div class="flex_start titFont">
|
|
<div class="titIcon" />
|
|
<div class="titIcon" />
|
|
<span style="margin-left: 1%; width: 100px;">提测报告</span>
|
|
<span style="margin-left: 1%; width: 100px;">提测报告</span>
|
|
@@ -40,10 +40,10 @@
|
|
</div>
|
|
</div>
|
|
<div class="descr" style=" margin-bottom: 2%; height: 440px; overflow:scroll; overflow-x: hidden">
|
|
<div class="descr" style=" margin-bottom: 2%; height: 440px; overflow:scroll; overflow-x: hidden">
|
|
<Present v-if="Present1" ref="Present" />
|
|
<Present v-if="Present1" ref="Present" />
|
|
- <presentation v-if="presentation1" ref="presentation" />
|
|
|
|
|
|
+ <presentation v-if="presentation1" ref="presentationRef" />
|
|
</div>
|
|
</div>
|
|
<div align="center">
|
|
<div align="center">
|
|
- <el-button size="small" type="primary" @click="handleClose1()">上一步</el-button>
|
|
|
|
|
|
+ <el-button size="small" type="primary" @click="PreviousStep()">上一步</el-button>
|
|
<el-button size="small" type="primary" @click="created_out()">保存,下一步</el-button>
|
|
<el-button size="small" type="primary" @click="created_out()">保存,下一步</el-button>
|
|
</div>
|
|
</div>
|
|
<el-dialog :visible.sync="showClientYL" width="80%" top="4vh" :close-on-click-modal="false" append-to-body :before-close="handleClose2">
|
|
<el-dialog :visible.sync="showClientYL" width="80%" top="4vh" :close-on-click-modal="false" append-to-body :before-close="handleClose2">
|
|
@@ -112,10 +112,14 @@ export default {
|
|
init(e, id) {
|
|
init(e, id) {
|
|
this.dialogVisible1 = true
|
|
this.dialogVisible1 = true
|
|
},
|
|
},
|
|
- handleClose1() {
|
|
|
|
|
|
+ handleClose1(e) {
|
|
this.showClient = false
|
|
this.showClient = false
|
|
this.dialogVisible1 = false
|
|
this.dialogVisible1 = false
|
|
},
|
|
},
|
|
|
|
+ PreviousStep() {
|
|
|
|
+ this.showClient = false
|
|
|
|
+ this.dialogVisible1 = true
|
|
|
|
+ },
|
|
handleClose2() {
|
|
handleClose2() {
|
|
this.showClientYL = false
|
|
this.showClientYL = false
|
|
this.showClient = false
|
|
this.showClient = false
|
|
@@ -125,6 +129,7 @@ export default {
|
|
this.showClientYL = false
|
|
this.showClientYL = false
|
|
},
|
|
},
|
|
created_out() {
|
|
created_out() {
|
|
|
|
+ this.$refs.presentationRef.parentHandleclick()
|
|
this.showClientYL = true
|
|
this.showClientYL = true
|
|
// this.$nextTick(() => {
|
|
// this.$nextTick(() => {
|
|
// this.$refs.acceptthe.int()
|
|
// this.$refs.acceptthe.int()
|