|  | @@ -687,6 +687,12 @@
 | 
	
		
			
				|  |  |              this.$set(recoerd,'quantity','' )
 | 
	
		
			
				|  |  |              this.$set(recoerd,'unQuantity','')
 | 
	
		
			
				|  |  |              this.$set(recoerd,'rate',data.rate)
 | 
	
		
			
				|  |  | +            var attributeArr = data.Code1.split("-")
 | 
	
		
			
				|  |  | +              if(attributeArr.length==4){
 | 
	
		
			
				|  |  | +                this.$set(recoerd,'color',attributeArr[1])
 | 
	
		
			
				|  |  | +                this.$set(recoerd,'fixedLength',attributeArr[2])
 | 
	
		
			
				|  |  | +                this.$set(recoerd,'widthHeight',attributeArr[3])
 | 
	
		
			
				|  |  | +              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          delectRow(){
 | 
	
		
			
				|  |  |              if( this.selectedRowKeys.length==0){
 |