|
@@ -547,9 +547,9 @@ export default {
|
|
|
} else if(this.selectedRows !== 1 && this.error !==''){
|
|
|
this.$message.error(this.error+'至少一项不相同!');
|
|
|
this.error = ''
|
|
|
- }else if(this.queryParam.account == '901' && this.garmentArr.includes("")){
|
|
|
+ }else if(this.queryParam.account == '101' && this.garmentArr.includes("")){
|
|
|
this.$message.error('含有成衣工厂为空的数据,请重新选择!');
|
|
|
- }else if(this.queryParam.account == '903' && !((this.customerArr.length==1 && this.customerArr[0] == '香港森语') || (this.customerArr.length==1 && this.customerArr[0] == 'International Apparel Group'))){
|
|
|
+ }else if(this.queryParam.account == '103' && !((this.customerArr.length==1 && this.customerArr[0] == '香港森语') || (this.customerArr.length==1 && this.customerArr[0] == 'International Apparel Group'))){
|
|
|
this.$message.error('含有客户简称不为香港森语的数据,请重新选择!');
|
|
|
}else{
|
|
|
var garment = ''
|