| | |
| | | > |
| | | <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> |
| | |
| | | <div class="tab-view"> |
| | | <el-tabs v-model="activeName" @tab-click="tabsClick"> |
| | | <el-tab-pane label="详情" name="first"></el-tab-pane> |
| | | <el-tab-pane label="收款计划" name="collection"> |
| | | <!-- <el-tab-pane label="收款计划" name="collection"> --> |
| | | <!-- <template slot="label"> |
| | | <div>跟进记录<el-badge type="primary" :value="2"> </el-badge></div> |
| | | </template> --> |
| | | </el-tab-pane> |
| | | <!-- </el-tab-pane> --> |
| | | <el-tab-pane label="收款单" name="receipt"></el-tab-pane> |
| | | <el-tab-pane label="客户服务单" name="clientService"> </el-tab-pane> |
| | | <el-tab-pane label="销售发票" name="invoice"></el-tab-pane> |
| | |
| | | showSummary: { |
| | | show: true, |
| | | total: true, |
| | | sumProp: ["other1", "other2", "other3", "other4"], |
| | | mergeNumber: 3 |
| | | sumProp: ["amount", "price", "total"], |
| | | mergeNumber: 1 |
| | | }, |
| | | productTableList: {}, |
| | | addConfig: {} |
| | |
| | | client_name: this.detailConfig.infomation.client.name, |
| | | contact_name: this.detailConfig.infomation.contact_name, |
| | | client_id: this.detailConfig.infomation.client_id, |
| | | contact_id: this.detailConfig.infomation.contact_id |
| | | contact_id: this.detailConfig.infomation.contact_id, |
| | | amountTotal: this.detailConfig.infomation.amountTotal, |
| | | salesDetailsId:this.serviceContractDetail.infomation.salesDetailsId, |
| | | serviceContractId:this.serviceContractDetail.infomation.id |
| | | } |
| | | this.setTableForm() |
| | | }, |
| | |
| | | }, |
| | | { |
| | | leftStr: "创建时间", |
| | | leftValue: "", |
| | | leftValue: item.createTime, |
| | | rightStr: "数量合计", |
| | | rightValue: "" |
| | | } |