|
|
|
|
@ -153,7 +153,7 @@
|
|
|
|
|
<div class="base-info-title">合同关联方</div>
|
|
|
|
|
<Button type="primary" style="margin-left: 50px;" @click="form.contract_links.push({contract_id:contract.id,type_id:'',name:'',remark:''})">新增</Button>
|
|
|
|
|
</div>
|
|
|
|
|
<xy-table :list="form.contract_links instanceof Array ? form.contract_links : []" :table-item="linkTable">
|
|
|
|
|
<xy-table :height="160" :list="form.contract_links instanceof Array ? form.contract_links : []" :table-item="linkTable">
|
|
|
|
|
<template v-slot:btns></template>
|
|
|
|
|
</xy-table>
|
|
|
|
|
|
|
|
|
|
@ -163,7 +163,7 @@
|
|
|
|
|
<p style="font-weight: 600;zoom: .9;color: red;">如需分期付款,请分条填报付款计划</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<xy-table :list="signList" :table-item="signTable" :show-index="false" :height="240"
|
|
|
|
|
<xy-table :list="signList" :table-item="signTable" :show-index="false" :height="160"
|
|
|
|
|
@delete="deleteContractSign"
|
|
|
|
|
@editor="(row)=>{$refs['detailContractSign'].planId = row.id;$refs['detailContractSign'].isShow = true}">
|
|
|
|
|
|
|
|
|
|
|