| 
					
				 | 
			
			
				@@ -500,7 +500,13 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 查看产品 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    handlePicDetail (row) {}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    handlePicDetail (row) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if (row.productMainPic && row.productMainPic.imageUrl) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.$viewerApi({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          images: [row.productMainPic.imageUrl.replace('/small/', '/big/')] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 上次缺货 导入成功 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     hanldeOkOutStock () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs.purchaseTable.refresh(true) 
			 |