| 
					
				 | 
			
			
				@@ -210,10 +210,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         show-summary 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         :summary-method="$getSummaries" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-table-column align="center" fixed label="序号" type="index" width="50" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-table-column align="center" label="序号" type="index" width="50" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-table-column 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           align="left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          fixed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           label="销售类型" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           prop="saleTypeName" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           min-width="120" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -221,7 +220,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-table-column 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           align="left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          fixed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           label="物料编码" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           prop="materialNumber" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           min-width="120" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -229,7 +227,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-table-column 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           align="left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          fixed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           label="产品编码" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           prop="materialOldNumber" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           min-width="120" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -237,13 +234,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-table-column 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           align="left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          fixed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           label="产品名称" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           prop="materialName" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           min-width="160" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           show-overflow-tooltip 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-table-column align="left" fixed label="规格型号" prop="specification" min-width="160" show-overflow-tooltip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-input v-model="scope.row.specification" size="small" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </template> 
			 |