| 
					
				 | 
			
			
				@@ -55,6 +55,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <a-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             type="primary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             class="button-warning" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            :disabled="spinning" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             :id="'purchaseOrderWarehousing-warehousing-'+bindex" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             @click="handleWarehousing(item,bindex)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             v-if="item.auditState=='WAIT_PUT_WAREHOUSE' || item.auditState == 'PUT_WAREHOUSE_AUDIT_REJECT'" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -178,7 +179,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (res.status == 200) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$message.success(res.message) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.getDetail() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          this.spinning = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.spinning = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |