|  |  | 
 |  |  |       // console.log() | 
 |  |  |       this.loading = true | 
 |  |  |       let params = {} | 
 |  |  |       let sourceTyle = (this.addConfig.keywordType === "销售明细单"||this.addConfig.keywordType ==='客户名称') ? 1 : 2 | 
 |  |  |       let sourceTyle = this.addConfig.keywordType === "销售明细单" || this.addConfig.keywordType === "客户名称" ? 1 : 2 | 
 |  |  |       if (this.addConfig.id) { | 
 |  |  |         params = { | 
 |  |  |           sourceID: this.addConfig.id, | 
 |  |  |           sourceId: this.addConfig.id, | 
 |  |  |           sourceType: sourceTyle, | 
 |  |  |           page: this.pagerOptions.currPage, | 
 |  |  |           pageSize: this.pagerOptions.pageSize, | 
 |  |  | 
 |  |  |     addBtnClick() { | 
 |  |  |       this.editConfig.visible = true | 
 |  |  |       this.editConfig.title = "新建" | 
 |  |  |       this.editConfig.sourceType = this.addConfig.keywordType ==='客户名称'?1:this.sourceType | 
 |  |  |       this.editConfig.sourceType = this.addConfig.keywordType === "客户名称" ? 1 : this.sourceType | 
 |  |  |       console.log(this.addConfig) | 
 |  |  |       this.editConfig.infomation = { ...this.addConfig, saleDetailNumber: "" } | 
 |  |  |     } | 
 |  |  |   } |