Selaa lähdekoodia

出运明细参照数据判断

jbb 2 vuotta sitten
vanhempi
commit
5b34e984d5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/shipment-details/referOrderDataModal.vue

+ 1 - 1
src/views/shipment-details/referOrderDataModal.vue

@@ -535,7 +535,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] == '香港森语') || (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] == 'International Apparel Group'))){
           this.$message.error('含有客户简称不为香港森语的数据,请重新选择!');
       }else{
         var garment = ''