质量报表导出,隐藏功能实现,仓库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;
})

View File

@@ -1,6 +1,6 @@
<template>
<div>
<el-dialog v-bind="$attrs" v-on="$listeners" @open="onOpen" @close="onClose" title="库存记录" width="70%">
<el-dialog v-bind="$attrs" v-on="$listeners" @open="onOpen" @close="onClose" title="库存记录" width="70%" :close-on-click-modal="false">
<el-form ref="elForm" inline :model="queryParams" :rules="rules" size="medium" :label-width="labelWidth">
<el-form-item label="类别" prop="type">
<el-select v-model="queryParams.type" placeholder="请选择类别">