|  |  | 
 |  |  |     > | 
 |  |  |       <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> | 
 |  |  | 
 |  |  |       isBasicExpand: true, // 基本信息 | 
 |  |  |       basicInfoList: [], | 
 |  |  |       isAnnexExpand: true, // 附件信息 | 
 |  |  |       addCommonConfig: { | 
 |  |  |         master_order_number: this.masterOrderDetail.infomation.number, | 
 |  |  |         masterOrderId: this.masterOrderDetail.infomation.id | 
 |  |  |       } | 
 |  |  |       addCommonConfig: {} | 
 |  |  |     } | 
 |  |  |   }, | 
 |  |  |   created() { | 
 |  |  |     this.setData(this.detailConfig.infomation) | 
 |  |  |     this.addCommonConfig = { | 
 |  |  |       id_name: "master_order_number", | 
 |  |  |       id: this.detailConfig.infomation.id, | 
 |  |  |       common_name: this.detailConfig.infomation.number, | 
 |  |  |       master_order_number: this.masterOrderDetail.infomation.number, | 
 |  |  |       masterOrderId: this.masterOrderDetail.infomation.id | 
 |  |  |     } | 
 |  |  |   }, | 
 |  |  |   mounted() {}, | 
 |  |  |   methods: { | 
 |  |  | 
 |  |  |       } | 
 |  |  |       .second { | 
 |  |  |         background: #fff; | 
 |  |  |         height: calc(100vh - 111px); | 
 |  |  |         .followup-records { | 
 |  |  |           .table-view { | 
 |  |  |             margin-top: 0 !important; |