|  | @@ -3346,7 +3346,7 @@ export default {
 | 
	
		
			
				|  |  |            } else if (!this.dataListSelection[warehouseCr].fQty) {
 | 
	
		
			
				|  |  |              this.$message.error("请维护出库件数");
 | 
	
		
			
				|  |  |              return false;
 | 
	
		
			
				|  |  | -          } else if (this.dataListSelection[warehouseCr].fIsPass == this.releaseList.dictValue !== 'T') {
 | 
	
		
			
				|  |  | +          } else if (this.dataListSelection[warehouseCr].fIsPass !== 'T') {
 | 
	
		
			
				|  |  |              this.$message.error("请放行才能出库");
 | 
	
		
			
				|  |  |              return false;
 | 
	
		
			
				|  |  |            }
 |