Ver Fonte

正式环境账套号

jbb há 2 anos atrás
pai
commit
65de7ff61b
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/shipment-details/referOrderDataModal.vue

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

@@ -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 = ''