| 
					
				 | 
			
			
				@@ -756,7 +756,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       console.log('备件名称/设备内部编号模糊查询选中值', item.eqName) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       console.log('备件名称/设备内部编号模糊查询选中值所在行', row) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$set(row, 'eqCode', item.eqCode) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-       this.$set(this.createTemp, 'sealNumberHis', item.sealNumberHis) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       this.$set(row, 'sealNumberHis', item.sealNumberHis) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$forceUpdate() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     querySearchCodeCont(queryString, cb) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -950,13 +950,14 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     add_dialog_save() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       console.log(this.listAddCont,'000') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.isokDisable = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       setTimeout(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.isokDisable = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 1000) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs['createTemp'].validate(valid => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (valid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          console.log(this.listAddCont) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (this.createTemp.outsourcingCode == '' || this.createTemp.outsourcingCode == null || this.createTemp.outsourcingCode == undefined) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             GetDataByName(this.getParmCreateNumber2).then(response => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.$nextTick(() => { 
			 |