| 
					
				 | 
			
			
				@@ -6821,8 +6821,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$message.error("请勿重复卸货"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          if (this.Printinglist[warehouseCr].ifCntrno == 1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.$message.error("请输入箱号"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          if (this.Printinglist[warehouseCr].ifCntrno == 1&&!this.Printinglist[warehouseCr].fCntrno) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.$message.error("请输入第"+(Number(warehouseCr) + 1)+"行的箱号"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // if (!this.Printinglist[warehouseCr].fQty || this.Printinglist[warehouseCr].fQty === 0) { 
			 |