| 
														
															@@ -809,6 +809,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.mainForm.tel = data.tel 
														 | 
														
														 | 
														
															         this.mainForm.tel = data.tel 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.mainForm.remark = data.remark 
														 | 
														
														 | 
														
															         this.mainForm.remark = data.remark 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.mainForm.salesMan = data.serviceId 
														 | 
														
														 | 
														
															         this.mainForm.salesMan = data.serviceId 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.mainForm.serviceName = data.serviceName 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.mainForm.createMan = data.createName 
														 | 
														
														 | 
														
															         this.mainForm.createMan = data.createName 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.mainForm.createDate = data.createTime 
														 | 
														
														 | 
														
															         this.mainForm.createDate = data.createTime 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.mainForm.contractDate = data.contractExpireDate 
														 | 
														
														 | 
														
															         this.mainForm.contractDate = data.contractExpireDate 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -871,6 +872,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         status: true 
														 | 
														
														 | 
														
															         status: true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }) 
														 | 
														
														 | 
														
															       }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.salesmanList = res.data.records 
														 | 
														
														 | 
														
															       this.salesmanList = res.data.records 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      console.log(this.salesmanList) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     changeDealer() { 
														 | 
														
														 | 
														
															     changeDealer() { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1112,7 +1114,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             delete item.productList 
														 | 
														
														 | 
														
															             delete item.productList 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             delete item.id 
														 | 
														
														 | 
														
															             delete item.id 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }) 
														 | 
														
														 | 
														
															           }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           const saleManItem = this.mainForm.salesMan 
														 | 
														
														 | 
														
															           const saleManItem = this.mainForm.salesMan 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ? this.salesmanList.find(o => o.adminUserId == this.mainForm.salesMan) 
														 | 
														
														 | 
														
															             ? this.salesmanList.find(o => o.adminUserId == this.mainForm.salesMan) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             : '' 
														 | 
														
														 | 
														
															             : '' 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1130,7 +1131,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             linkman: this.mainForm.linkman, 
														 | 
														
														 | 
														
															             linkman: this.mainForm.linkman, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             phone: this.mainForm.phone, 
														 | 
														
														 | 
														
															             phone: this.mainForm.phone, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             serviceId: this.mainForm.salesMan, 
														 | 
														
														 | 
														
															             serviceId: this.mainForm.salesMan, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            serviceName: saleManItem?.nickName || '', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            serviceName: saleManItem?.nickName || (this.mainForm.salesMan ? this.mainForm.serviceName : '') || '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             tel: this.mainForm.tel, 
														 | 
														
														 | 
														
															             tel: this.mainForm.tel, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             remark: this.mainForm.remark, 
														 | 
														
														 | 
														
															             remark: this.mainForm.remark, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             contractExpireDate: this.mainForm.contractDate, 
														 | 
														
														 | 
														
															             contractExpireDate: this.mainForm.contractDate, 
														 |