From cfc08b54c516632b4c1c4a05ec5878b8eb068c45 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 24 Aug 2022 16:16:24 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvStatistics.vue | 2 ++ src/views/inventory/invPreProducts.vue | 2 ++ src/views/inventory/supInvPreInProducts.vue | 2 ++ src/views/inventory/supInvPreProducts.vue | 2 ++ src/views/inventory/supInvProducts.vue | 2 ++ src/views/userManage/param/systemPDFTemplate.vue | 5 +++-- src/views/warehouse/addHosOrder.vue | 3 +-- 7 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/inventory/InvStatistics.vue b/src/views/inventory/InvStatistics.vue index 4a8dc42..4848c7a 100644 --- a/src/views/inventory/InvStatistics.vue +++ b/src/views/inventory/InvStatistics.vue @@ -122,6 +122,8 @@ title="库存详情" :visible.sync="codeDetailVisible" width="85%" + :close-on-click-modal="false" + :close-on-press-escape="false" v-if="codeDetailVisible" > diff --git a/src/views/inventory/supInvPreProducts.vue b/src/views/inventory/supInvPreProducts.vue index d269c9e..2a655f7 100644 --- a/src/views/inventory/supInvPreProducts.vue +++ b/src/views/inventory/supInvPreProducts.vue @@ -52,6 +52,8 @@ title="库存详情" :visible.sync="codeDetailVisible" width="85%" + :close-on-click-modal="false" + :close-on-press-escape="false" v-if="codeDetailVisible" > @@ -312,7 +313,7 @@ export default { name: "", module: null, page: 1, - limit: 20 + limit: 10 }, headers: {}, list: [], @@ -384,7 +385,7 @@ export default { name: "", module: null, page: 1, - limit: 20 + limit: 10 }; this.getList(); }, diff --git a/src/views/warehouse/addHosOrder.vue b/src/views/warehouse/addHosOrder.vue index b8c53e2..8b063c1 100644 --- a/src/views/warehouse/addHosOrder.vue +++ b/src/views/warehouse/addHosOrder.vue @@ -1099,11 +1099,10 @@ export default { this.curAction = this.getActionItem(item); this.findMethod(); - this.$set(this.formData, "vailIn", this.curAction.vailInv); + this.$set(this.formData, "vailInv", this.curAction.vailInv); this.$set(this.formData, "preCheck", this.curAction.scanPreIn); this.$set(this.formData, "outChangeEnable", this.curAction.ullageFill); this.$set(this.formData, "codeFillCheck", this.curAction.codeFillCheck); - this.formData.fromCorp = null; this.formData.fromSubInvCode = null;