| 
					
				 | 
			
			
				@@ -834,7 +834,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         salesType: '', // 销售类型 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         receUserName: '', // 客户名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         recePhone: '', // 客户电话 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        payType: 'WECHAT', // 支付方式 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        payType: '', // 支付方式 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         isOld: 'NO', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         lng: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         lat: '', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1106,6 +1106,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             orderOldProductAdds: this.formData.isOld == 'YES' ? oldList : [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (this.formData.payType == 'WECHAT' && this.formDialogType == 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              console.log("触发WECHAT") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               offlineOrderExamine({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 orderId: res.data, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 examineStatus: 'OK', 
			 |