|  |  |  | @ -523,6 +523,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |  |   methods: { | 
			
		
	
		
			
				
					|  |  |  |  |     getYbHcData(){ | 
			
		
	
		
			
				
					|  |  |  |  |       if (this.editQuery.ybbm == null || this.editQuery.ybbm == '') return; | 
			
		
	
		
			
				
					|  |  |  |  |       let query = { | 
			
		
	
		
			
				
					|  |  |  |  |         specificationCode: this.editQuery.ybbm | 
			
		
	
		
			
				
					|  |  |  |  |       }; | 
			
		
	
	
		
			
				
					|  |  |  | @ -665,6 +666,20 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       return '' | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     handleErpChange(val) { | 
			
		
	
		
			
				
					|  |  |  |  |       this.editQuery = { | 
			
		
	
		
			
				
					|  |  |  |  |         selectThirdSys: [], | 
			
		
	
		
			
				
					|  |  |  |  |         spmc: null, | 
			
		
	
		
			
				
					|  |  |  |  |         cpms: null, | 
			
		
	
		
			
				
					|  |  |  |  |         measname: null, | 
			
		
	
		
			
				
					|  |  |  |  |         sptm: null, | 
			
		
	
		
			
				
					|  |  |  |  |         uuids: null, | 
			
		
	
		
			
				
					|  |  |  |  |         devKeys: [], | 
			
		
	
		
			
				
					|  |  |  |  |         customerId: store.getters.customerId, | 
			
		
	
		
			
				
					|  |  |  |  |         catalogname1: null, | 
			
		
	
		
			
				
					|  |  |  |  |         catalogname2: null, | 
			
		
	
		
			
				
					|  |  |  |  |         catalogname3: null, | 
			
		
	
		
			
				
					|  |  |  |  |         matrial: null, | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       this.currentRow = val | 
			
		
	
		
			
				
					|  |  |  |  |       this.curSelectDi = val | 
			
		
	
		
			
				
					|  |  |  |  |       this.multipleUdiSelection.push(val) | 
			
		
	
	
		
			
				
					|  |  |  | @ -674,6 +689,8 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       this.editQuery.manufactory = this.currentRow.ylqxzcrbarmc; | 
			
		
	
		
			
				
					|  |  |  |  |       this.editQuery.spmc = this.currentRow.cpmctymc; | 
			
		
	
		
			
				
					|  |  |  |  |       this.editQuery.cpms = this.currentRow.cpms; | 
			
		
	
		
			
				
					|  |  |  |  |       //增加请求 医保耗材 分类请求 | 
			
		
	
		
			
				
					|  |  |  |  |       this.getYbHcData() | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     intentBack() { | 
			
		
	
		
			
				
					|  |  |  |  |       this.closeDialog() | 
			
		
	
	
		
			
				
					|  |  |  | 
 |