zhongtianhaoyuan 2 jaren geleden
bovenliggende
commit
5a014c5bf4
1 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. 7 7
      src/views/profitable/cashout.vue

+ 7 - 7
src/views/profitable/cashout.vue

@@ -510,13 +510,13 @@
         }
         if(this.deptBudgetList.purpose=='合同费用'&&this.deptBudgetList.type=='非粮款'||this.deptBudgetList.purpose=='库点费用'&&this.deptBudgetList.flag!="是"){
           for (let i = 0; i < this.feeDetailsDistributions.length; i++) {
-            if(!this.feeDetailsDistributions[i].goodsSource){
-              this.$message({
-                message: '货源不能为空!',
-                type: 'warning',
-              })
-              return
-            }
+            // if(!this.feeDetailsDistributions[i].goodsSource){
+            //   this.$message({
+            //     message: '货源不能为空!',
+            //     type: 'warning',
+            //   })
+            //   return
+            // }
             if(!this.feeDetailsDistributions[i].distributionMoney&&this.mode!="暂不分配"){
               this.$message({
                 message: '分配金额不能为空!',