| | |
| | | > |
| | | <template slot="title"> |
| | | <div class="header"> |
| | | <span class="header-label">服务合同编号</span> |
| | | <span class="header-label">服务合同</span> |
| | | <span class="header-title">{{ detailConfig.infomation.number }}</span> |
| | | </div> |
| | | </template> |
| | |
| | | contact_name: this.detailConfig.infomation.contact_name, |
| | | client_id: this.detailConfig.infomation.client_id, |
| | | contact_id: this.detailConfig.infomation.contact_id, |
| | | amountTotal: this.detailConfig.infomation.amountTotal |
| | | amountTotal: this.detailConfig.infomation.amountTotal, |
| | | salesDetailsId:this.serviceContractDetail.infomation.salesDetailsId, |
| | | serviceContractId:this.serviceContractDetail.infomation.id |
| | | } |
| | | this.setTableForm() |
| | | }, |