|  |  | @ -314,6 +314,19 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             prop="certCode" width="180" |  |  |  |             prop="certCode" width="180" | 
			
		
	
		
		
			
				
					
					|  |  |  |             show-overflow-tooltip |  |  |  |             show-overflow-tooltip | 
			
		
	
		
		
			
				
					
					|  |  |  |           ></el-table-column> |  |  |  |           ></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column label="操作"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-button | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type="text" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 @click="toViewCompanyCert(scope.row)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :disabled="scope.row.filePath == null" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               >预览 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               </el-button | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-table> |  |  |  |         </el-table> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <pagination |  |  |  |         <pagination | 
			
		
	
		
		
			
				
					
					|  |  |  |           v-show="bizTotal>0" |  |  |  |           v-show="bizTotal>0" | 
			
		
	
	
		
		
			
				
					|  |  | @ -537,6 +550,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |   name: "IoCheckSuccessOrder", |  |  |  |   name: "IoCheckSuccessOrder", | 
			
		
	
		
		
			
				
					
					|  |  |  |   data() { |  |  |  |   data() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     return { |  |  |  |     return { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       BASE_URL: process.env.VUE_APP_BASE_API, | 
			
		
	
		
		
			
				
					
					|  |  |  |       showSearch: true, |  |  |  |       showSearch: true, | 
			
		
	
		
		
			
				
					
					|  |  |  |       filterQuery: { |  |  |  |       filterQuery: { | 
			
		
	
		
		
			
				
					
					|  |  |  |         id: "", |  |  |  |         id: "", | 
			
		
	
	
		
		
			
				
					|  |  | @ -711,6 +725,10 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     hideSearch() { |  |  |  |     hideSearch() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.showSearch = !this.showSearch; |  |  |  |       this.showSearch = !this.showSearch; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     toViewCompanyCert(row) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name="; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       window.open(this.certFileUrl +  row.filePath); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     invChange() { |  |  |  |     invChange() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.filterQuery.action = null; |  |  |  |       this.filterQuery.action = null; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getBusType(); |  |  |  |       this.getBusType(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |