pages/product/report/components/saveForm.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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;