|  |  |  | @ -1141,6 +1141,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |         :closeDialog="closeDialog" | 
			
		
	
		
			
				
					|  |  |  |  |         :orderQuery="returnData" | 
			
		
	
		
			
				
					|  |  |  |  |         :viewType="viewType" | 
			
		
	
		
			
				
					|  |  |  |  |         :isSupVesion="isSupVesion" | 
			
		
	
		
			
				
					|  |  |  |  |       ></addOrder> | 
			
		
	
		
			
				
					|  |  |  |  |     </el-dialog> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -1331,6 +1332,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       addOrderVisible: false, | 
			
		
	
		
			
				
					|  |  |  |  |       returnData: null, | 
			
		
	
		
			
				
					|  |  |  |  |       viewType: 3, | 
			
		
	
		
			
				
					|  |  |  |  |       isSupVesion: false, | 
			
		
	
		
			
				
					|  |  |  |  |     }; | 
			
		
	
		
			
				
					|  |  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |  |   components: {AcceptOrder, addOrder}, | 
			
		
	
	
		
			
				
					|  |  |  | @ -1451,6 +1453,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             if (response.code == 20000) { | 
			
		
	
		
			
				
					|  |  |  |  |               _this.returnData = response.data; | 
			
		
	
		
			
				
					|  |  |  |  |               _this.addOrderVisible = true; | 
			
		
	
		
			
				
					|  |  |  |  |               _this.isSupVesion = true; | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |           }) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |