| 
					
				 | 
			
			
				@@ -2705,7 +2705,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >保 存</el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        :disabled="browseStatus" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        :disabled="form.fBillstatus >3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         style="background-color: #008000; color: #fff" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @click="submitForm()" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >请核</el-button 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -4165,7 +4165,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getForm() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       getWarehousebills(this.chiId).then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.form = response.data.warehousebills; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (this.form.fBillstatus > 5) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if (this.form.fBillstatus > 3) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.approvalStatus = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.browseStatus = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else { 
			 |