|  | @@ -530,7 +530,7 @@ export default {
 | 
	
		
			
				|  |  |            this.error = ''
 | 
	
		
			
				|  |  |        }else if(this.queryParam.account == '901' && this.garmentArr.includes("")){
 | 
	
		
			
				|  |  |            this.$message.error('含有成衣工厂为空的数据,请重新选择!');
 | 
	
		
			
				|  |  | -      }else if(this.queryParam.account == '903' && !(this.customerArr.length==1 && this.customerArr[0] == '香港森语')){
 | 
	
		
			
				|  |  | +      }else if(this.queryParam.account == '903' && !((this.customerArr.length==1 && this.customerArr[0] == '香港森语') || (this.customerArr.length==1 && this.customerArr[0] == '森语集团'))){
 | 
	
		
			
				|  |  |            this.$message.error('含有客户简称不为香港森语的数据,请重新选择!');
 | 
	
		
			
				|  |  |        }else{
 | 
	
		
			
				|  |  |          var garment = ''
 |