|  | @@ -454,7 +454,8 @@ export default {
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  item.pid = this.assemblyForm.id
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            if (numberSum != this.assemblyForm.quantity) return this.$message.error('箱型所有的件数不等于总件数')
 | 
	
		
			
				|  |  | +            // 2025-06-11 去掉件数校验,否则因为大保存不校验,判断提示不一致
 | 
	
		
			
				|  |  | +            // if (numberSum != this.assemblyForm.quantity) return this.$message.error('箱型所有的件数不等于总件数')
 | 
	
		
			
				|  |  |              this.$confirm("批量保存后,需要重新配箱,确认继续?", {
 | 
	
		
			
				|  |  |                  confirmButtonText: "确定",
 | 
	
		
			
				|  |  |                  cancelButtonText: "取消",
 |