智慧农业后台管理页面
guoshilong
2022-08-24 2144de2f92b2dc59e8141af50766e4add62c0893
任务编辑农资量不能为负数
1 files modified
8 ■■■■■ changed files
src/views/task/task.vue 8 ●●●●● patch | view | raw | blame | history
src/views/task/task.vue
@@ -679,6 +679,14 @@
      });
    },
    rowUpdate(row, index, done, loading) {
      if(row.stockNum<0){
        this.$message({
          type: "warning",
          message: "农资量不能为负数!"
        });
        done();
        return
      }
      update(row).then(() => {
        this.onLoad(this.page);
        this.$message({