| 
					
				 | 
			
			
				@@ -2092,6 +2092,7 @@ d 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           type="primary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           :disabled="approvalStatus" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          v-if="form.fBillstatus > 3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           @click="addOrUpdateHandle(form)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >查看审批</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -4465,11 +4466,10 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     addOrUpdateHandle(form) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.addOrUpdateVisible = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.addOrUpdateVisib = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let id = '448' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let actId = '110' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$nextTick(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.$refs.addOrUpdate.init(id, actId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.$refs.addOrUpdate.init(form.fId, actId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     addOrUpdateHand(form) { 
			 |