yyb
2025-07-25 25050d297012c4e0cfd22252a8b3fff96b70dc1f
批次号必输
已修改1个文件
5 ■■■■■ 文件已修改
pages/product/report/components/saveForm.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/report/components/saveForm.vue
@@ -173,6 +173,11 @@
        this.$refs.uModal.clearLoading(); // 清除加载状态
        return;
      }
      if (!this.form.outBatchNo) {
        this.$u.toast("请输入批号");
        this.$refs.uModal.clearLoading(); // 清除加载状态
        return;
      }
      this.operationTaskList.operationTaskId = this.operationTaskList.id;
      this.form.operationTaskId = this.operationTaskList.id;
      this.form.status = this.operationTaskList.status;