gjy 2 years ago
parent
commit
25fc29d9fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/warehousenew/goodsrollIn.vue

+ 1 - 1
src/views/warehousenew/goodsrollIn.vue

@@ -317,7 +317,7 @@ import {xialaNo} from '@/model/tasksport/index'
                     this.$set(this.form,'bankBranch',this.customerList[q].bankDepositBranch)
                   }
                 }
-            }else{
+            }else if(this.contractNoList[i].contractNo==e&&this.form.relationReceiveNo!='不关联'){
               if(this.form.goodsName!=this.contractNoList[i].goodsName){
                 this.$message.error('采购合同货名与关联转出业务货名不一致!')
               }