| 
					
				 | 
			
			
				@@ -116,10 +116,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let params = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'current': this.pageIndex, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'size': this.pageSize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        'createTime': this.dataForm.createTime ? this.dataForm.createTime : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        'cusOrderCode': this.dataForm.cusOrderCode ? this.dataForm.cusOrderCode : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        'customerId': this.dataForm.customerId ? this.dataForm.customerId : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        'state': this.dataForm.state ? this.dataForm.state : null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        'orderCode': this.dataForm.orderCode ? this.dataForm.orderCode : null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       getDispatchList(params).then(({data}) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (data && data.code === '200') { 
			 |