|
|
@@ -92,7 +92,6 @@
|
|
|
:contactData="row.base"
|
|
|
></contractBook>
|
|
|
</el-tab-pane>
|
|
|
- <!-- <el-tab-pane label="回款" name="回款"> </el-tab-pane> -->
|
|
|
<el-tab-pane label="发货单" name="发货单">
|
|
|
<invoice :key="row?.base?.id" :contactData="row.base"></invoice>
|
|
|
</el-tab-pane>
|
|
|
@@ -108,7 +107,6 @@
|
|
|
:contactData="row.base"
|
|
|
></accountstatement>
|
|
|
</el-tab-pane>
|
|
|
- <!-- <invoiceManage :key="row.base.id"></invoiceManage> -->
|
|
|
|
|
|
<el-tab-pane label="开票信息" name="开票信息">
|
|
|
<invoiceManage
|
|
|
@@ -125,9 +123,7 @@
|
|
|
<el-tab-pane label="证书资质" name="证书资质">
|
|
|
<certificateTable ref="certificateTableRef"></certificateTable>
|
|
|
</el-tab-pane>
|
|
|
- <!-- <el-tab-pane label="其他信息" name="其他信息">
|
|
|
- <otherForm ref="otherFormRef"></otherForm>
|
|
|
- </el-tab-pane> -->
|
|
|
+
|
|
|
<el-tab-pane label="审批流程" name="审批流程">
|
|
|
<bpmDetail
|
|
|
v-if="activeName === '审批流程' && row.base?.processInstanceId"
|
|
|
@@ -282,12 +278,12 @@ export default {
|
|
|
this.contactCountData = contactCountData.data;
|
|
|
this.drawer = true;
|
|
|
this.$nextTick(() => {
|
|
|
- // this.$refs.contactInfoRef.init(this.row);
|
|
|
- // this.$refs.bankInfoRef.init(this.row);
|
|
|
- // this.$refs.linkInfoREf.init(this.row);
|
|
|
- // this.$refs.certificateTableRef.init(this.row.base);
|
|
|
- // this.$refs.followListRef.init(this.row);
|
|
|
- // this.$refs.commentRef.init(this.row.base);
|
|
|
+ this.$refs.contactInfoRef.init(this.row);
|
|
|
+ this.$refs.bankInfoRef.init(this.row);
|
|
|
+ this.$refs.linkInfoREf.init(this.row);
|
|
|
+ this.$refs.certificateTableRef.init(this.row.base);
|
|
|
+ this.$refs.followListRef.init(this.row);
|
|
|
+ this.$refs.commentRef.init(this.row.base);
|
|
|
});
|
|
|
},
|
|
|
async commitComment() {
|