xiaodai2017 2 年之前
父節點
當前提交
37ccfa9821
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/goodsCost/components/baseForm.vue

+ 2 - 1
src/views/goodsCost/components/baseForm.vue

@@ -1251,8 +1251,9 @@ export default {
               }
             }
             if (min !== 1) {
-              this.$message.warning("要求填写一件起订量的成本!");
+              this.$message.warning("请填写起订量为1的成本!");
               this.loading = false;
+              return;
             }
             // if (is_step === "0" && this.ladder_tableData.length > 1) {
             //   this.$message.warning("不启用阶梯成本,只能录入一条阶梯成本信息!");