| 
					
				 | 
			
			
				@@ -140,13 +140,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </Form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <Form-item label="商品类型" prop="categoryId" style="height: 30px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <!--<i-input v-model="goods.categoryName" @on-click="categoryTree" icon="eye" readonly="readonly" placeholder="商品类型"/>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <i-select v-model="goods.attributeCategory" placeholder="商品分类" filterable @on-change="changeCategories" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <i-select v-model="goods.attributeCategory" placeholder="商品分类" @on-change="changeCategories" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                   label-in-value style="width: 268px;height: 30px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <i-option v-for="category in categories" :value="category.id" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       :key="category.id">{{category.name}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </i-option> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </i-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <i-select v-model="goods.categoryId" placeholder="商品二级分类" filterable @on-change="getAttributes" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <i-select v-model="goods.categoryId" placeholder="商品二级分类" @on-change="getAttributes" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                   label-in-value style="width: 268px;height: 30px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <i-option v-for="category in categoriesTwo" :value="category.id" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       :key="category.id">{{category.name}} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -182,21 +182,21 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </i-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </Form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <Form-item label="品牌" prop="brandId"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <i-select v-model="goods.brandId" filterable placeholder="品牌" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <i-select v-model="goods.brandId" placeholder="品牌" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                   label-in-value style="width: 268px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <i-option v-for="brand in brands" :value="brand.id" :key="brand.id">{{brand.name}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </i-option> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </i-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </Form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <Form-item label="供应商" prop="supplierId"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <i-select v-model="goods.supplierId" filterable placeholder="供应商" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <i-select v-model="goods.supplierId" placeholder="供应商" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                               label-in-value style="width: 268px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <i-option v-for="supplier in suppliers" :value="supplier.id" :key="supplier.id">{{supplier.childSupplierName}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </i-option> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </i-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </Form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <Form-item label="运费模版" prop="freightId"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <i-select v-model="goods.freightId" filterable placeholder="运费模版" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <i-select v-model="goods.freightId" placeholder="运费模版" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                   label-in-value style="width: 268px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <i-option v-for="freight in freights" :value="freight.id" :key="freight.id">{{freight.name}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             </i-option> 
			 |