|  |  | @ -144,6 +144,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-button |  |  |  |             <el-button | 
			
		
	
		
		
			
				
					
					|  |  |  |               type="text" |  |  |  |               type="text" | 
			
		
	
		
		
			
				
					
					|  |  |  |               size="small" |  |  |  |               size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               v-if="customerId == 110" | 
			
		
	
		
		
			
				
					
					|  |  |  |               @click.native.stop="reviewOrder(scope.row)" |  |  |  |               @click.native.stop="reviewOrder(scope.row)" | 
			
		
	
		
		
			
				
					
					|  |  |  |             >审核 |  |  |  |             >审核 | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-button |  |  |  |             </el-button | 
			
		
	
	
		
		
			
				
					|  |  | @ -152,6 +153,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-button |  |  |  |             <el-button | 
			
		
	
		
		
			
				
					
					|  |  |  |               type="text" |  |  |  |               type="text" | 
			
		
	
		
		
			
				
					
					|  |  |  |               size="small" |  |  |  |               size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               v-if="customerId == 110" | 
			
		
	
		
		
			
				
					
					|  |  |  |               @click.native.stop="deleteDialog(scope.row)" |  |  |  |               @click.native.stop="deleteDialog(scope.row)" | 
			
		
	
		
		
			
				
					
					|  |  |  |             >删除 |  |  |  |             >删除 | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-button |  |  |  |             </el-button | 
			
		
	
	
		
		
			
				
					|  |  | @ -478,6 +480,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         endTime: null, |  |  |  |         endTime: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         invCode: this.$store.getters.locInvCode, |  |  |  |         invCode: this.$store.getters.locInvCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       customerId:this.$store.getters.customerId, | 
			
		
	
		
		
			
				
					
					|  |  |  |       checkStatus: { |  |  |  |       checkStatus: { | 
			
		
	
		
		
			
				
					
					|  |  |  |         1: "草稿", |  |  |  |         1: "草稿", | 
			
		
	
		
		
			
				
					
					|  |  |  |         2: "等待处理", |  |  |  |         2: "等待处理", | 
			
		
	
	
		
		
			
				
					|  |  | 
 |