质量报表导出,隐藏功能实现,仓库dialog弹窗点击屏幕外关闭修复

This commit is contained in:
2024-05-20 15:09:56 +08:00
parent cd0fb947ad
commit ad2c842997
12 changed files with 540 additions and 583 deletions

View File

@@ -197,6 +197,7 @@
if (fkOutOrderId === "" || fkOutOrderId === null) {
this.$confirm("工单号未填写,是否继续?继续则执行无工单号出库!", "操作提醒").then(() => {
this.doSelectOut();
this.getList();
}).catch(() => {
return;
})