| 
					
				 | 
			
			
				@@ -254,11 +254,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-option 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   v-for="product in productOptions" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  :key="product.goodsId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  :key="product.productId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   :label="product.productName" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  :value="product.goodsId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  :value="product.productId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <span style="float: left">{{ product.goodsId }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <span style="float: left">{{ product.productId }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <span style="margin-left: 30px ;">{{product.productName}}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </el-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </el-form-item> 
			 |