|  | @@ -3689,7 +3689,7 @@ export default {
 | 
	
		
			
				|  |  |              this.$message.error("请先打印作业单");
 | 
	
		
			
				|  |  |              return false;
 | 
	
		
			
				|  |  |            } else if (this.dataListSelection[warehouseCr].fBillstatus === 20) {
 | 
	
		
			
				|  |  | -            this.$message.error("请先卸货");
 | 
	
		
			
				|  |  | +            this.$message.error("请先装货");
 | 
	
		
			
				|  |  |              return false;
 | 
	
		
			
				|  |  |            } else if (!this.dataListSelection[warehouseCr].fBusinessType) {
 | 
	
		
			
				|  |  |              this.$message.error('请维护业务类型')
 | 
	
	
		
			
				|  | @@ -3827,7 +3827,7 @@ export default {
 | 
	
		
			
				|  |  |            this.$message.error('请先打印')
 | 
	
		
			
				|  |  |            return false
 | 
	
		
			
				|  |  |          } else if (this.dataListSelection[li].fBillstatus >= 30) {
 | 
	
		
			
				|  |  | -          this.$message.error('请勿重复卸货')
 | 
	
		
			
				|  |  | +          this.$message.error('请勿重复装货')
 | 
	
		
			
				|  |  |            return false
 | 
	
		
			
				|  |  |          } else if (!this.dataListSelection[li].fQty || this.dataListSelection[li].fQty === 0) {
 | 
	
		
			
				|  |  |            this.$message.error('请维护出库件数')
 |