|
|
@@ -242,6 +242,9 @@
|
|
|
上一步</el-button>
|
|
|
<el-button ref="floatBtn" type="primary" plain size="mini" @click="nextTab"
|
|
|
v-if="parseInt(activeName) < totalTab">下一步</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="nextStep()" v-if="add_flat && IsCompanyUser == 1 && parseInt(activeName)==3">
|
|
|
+ 提交
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
</el-card>
|
|
|
|
|
|
@@ -619,6 +622,9 @@
|
|
|
this.orgtreeChange(this.majorDept)
|
|
|
},
|
|
|
methods: {
|
|
|
+ nextStep(){
|
|
|
+ this.$refs["subfileList"].nextStep();
|
|
|
+ },
|
|
|
annaudit() {
|
|
|
this.annentityForm.supplierId = parseInt(this.serviceId)
|
|
|
this.annentityForm.SupplierName = this.formData.SupplierName
|