瀏覽代碼

去掉 限制条件

阿伏兔 4 年之前
父節點
當前提交
6db933ce0b
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 0 - 4
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -1623,10 +1623,6 @@
                 this.$message.error("请维护计费物资明细!");
                 return false;
               }
-              if (this.warehouseDrList.length === 0) {
-                this.$message.error("请维护应收款明细!");
-                return false;
-              }
             }
             if (!this.form.fCorpid) {
               this.$message({message: '请维护货权方', type: 'warning'})