|  |  |  | @ -6,9 +6,12 @@ | 
			
		
	
		
			
				
					|  |  |  |  |         <div v-for="(item, index) in detailList" :key="index" class="product-info"> | 
			
		
	
		
			
				
					|  |  |  |  |           <div class="info-item"> | 
			
		
	
		
			
				
					|  |  |  |  |           <p class="p-title">产品通用名: {{ item.coName }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |           <p class="p-title">规格: {{ item.bzgg }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |             <p class="p-title">产品标识: {{ item.nameCode }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |             <p class="p-title">制剂规格: {{ item.prepnSpec }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |           <p class="p-title">包装规格: {{ item.bzgg }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |             <!--<p class="p-title">产品标识: {{ item.nameCode }}</p>--> | 
			
		
	
		
			
				
					|  |  |  |  |             <p class="p-title">批次号: {{ item.batchNo }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |             <p class="p-title">生产日期: {{ item.productDate }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |             <p class="p-title">失效日期: {{ item.expireDate }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |           </div> | 
			
		
	
		
			
				
					|  |  |  |  |           <div class="count-items"> | 
			
		
	
		
			
				
					|  |  |  |  |             <p class="p-title">扫码数量: <span class="scan-count">{{ item.count }}</span></p> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |