|  |  | @ -41,7 +41,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                         <span>{{ enableMap[scope.row.supplementAll] }}</span> |  |  |  |                         <span>{{ enableMap[scope.row.supplementAll] }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |                     </template> |  |  |  |                     </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 </el-table-column> |  |  |  |                 </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-table-column label="备注" prop="intro"></el-table-column> |  |  |  |                 <el-table-column label="备注" prop="remark"></el-table-column> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 <el-table-column label="操作" width="100" fixed="right"> |  |  |  |                 <el-table-column label="操作" width="100" fixed="right"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                     <template slot-scope="scope"> |  |  |  |                     <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                         <el-button |  |  |  |                         <el-button | 
			
		
	
	
		
		
			
				
					|  |  | @ -167,7 +167,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         onAddSubmit() { |  |  |  |         onAddSubmit() { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |             debugger | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             if (this.$isBlank(this.inputQuery.originAction)) { |  |  |  |             if (this.$isBlank(this.inputQuery.originAction)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.$message.error("原单据类型不能为空!"); |  |  |  |                 this.$message.error("原单据类型不能为空!"); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 return; |  |  |  |                 return; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |