|  |  | @ -669,7 +669,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData))); |  |  |  |       let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData))); | 
			
		
	
		
		
			
				
					
					|  |  |  |       tQuery.billNo = this.orderFormData.billNo; |  |  |  |       tQuery.billNo = this.orderFormData.billNo; | 
			
		
	
		
		
			
				
					
					|  |  |  |       if (this.orderFormData.billNo == null) { |  |  |  |       if (this.orderFormData.billNo == null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.$message.error("请先添加业务详情!"); |  |  |  |         this.$message.error("请先录入单据信息!"); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         return; |  |  |  |         return; | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |       saveOrderWeb(tQuery).then((response) => { |  |  |  |       saveOrderWeb(tQuery).then((response) => { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |