质量报表导出,隐藏功能实现,仓库dialog弹窗点击屏幕外关闭修复
This commit is contained in:
@@ -197,6 +197,7 @@
|
||||
if (fkOutOrderId === "" || fkOutOrderId === null) {
|
||||
this.$confirm("工单号未填写,是否继续?继续则执行无工单号出库!", "操作提醒").then(() => {
|
||||
this.doSelectOut();
|
||||
this.getList();
|
||||
}).catch(() => {
|
||||
return;
|
||||
})
|
||||
|
||||
@@ -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="请选择类别">
|
||||
|
||||
Reference in New Issue
Block a user