From 533defaddadf6043f30b36b9526ebecac2cfeb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 24 Apr 2023 19:06:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/codeRel/ioCodeRelEdit.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/inout/codeRel/ioCodeRelEdit.vue b/src/views/inout/codeRel/ioCodeRelEdit.vue index d3ec5bc6..3f7553b9 100644 --- a/src/views/inout/codeRel/ioCodeRelEdit.vue +++ b/src/views/inout/codeRel/ioCodeRelEdit.vue @@ -4,18 +4,18 @@ - + - + 添加 - + - + 添加 From 5db52ec834625e9e8bac324ee20c3d1d3a29ba70 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 24 Apr 2023 19:58:21 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/busType/bussinessType.vue | 15 ++++++++++++++- src/views/basic/locUdi/UdiInfoDb.vue | 5 +++-- src/views/inventory/InvStatistics.vue | 16 ++++++++-------- src/views/system/param/systemParamConfig.vue | 2 +- 4 files changed, 26 insertions(+), 12 deletions(-) diff --git a/src/views/basic/busType/bussinessType.vue b/src/views/basic/busType/bussinessType.vue index 8223c74a..c37bddf9 100644 --- a/src/views/basic/busType/bussinessType.vue +++ b/src/views/basic/busType/bussinessType.vue @@ -366,8 +366,21 @@ export default { this.$message.error('请选择预验收退库单据类型!') return } + } + if (isBlank(this.inputQuery.sortNum)) { + this.$message.error("排序不能为空!"); + return; + } else { + if (this.inputQuery.sortNum < 0) { + this.$message.error("排序不能小于0!"); + return; + } else if (this.inputQuery.sortNum > 999) { + this.$message.error("排序不能大于999!"); + return; + } } + // if (isBlank(this.inputQuery.busType)) { // this.$message.error("请选择特定页面!"); // return; @@ -384,7 +397,7 @@ export default { }) .catch(() => { this.loading = false - }) + }); }, onModifySubmit() { diff --git a/src/views/basic/locUdi/UdiInfoDb.vue b/src/views/basic/locUdi/UdiInfoDb.vue index ad52561c..f92fb878 100644 --- a/src/views/basic/locUdi/UdiInfoDb.vue +++ b/src/views/basic/locUdi/UdiInfoDb.vue @@ -67,7 +67,7 @@ @@ -77,7 +77,7 @@ @@ -254,6 +254,7 @@ export default { zczbhhzbapzbh: "", isCheck: 1 }; + this.udidlList=[]; }, searchList() { this.unionQuery.page = 1; diff --git a/src/views/inventory/InvStatistics.vue b/src/views/inventory/InvStatistics.vue index 483c9c18..10b070f6 100644 --- a/src/views/inventory/InvStatistics.vue +++ b/src/views/inventory/InvStatistics.vue @@ -3,28 +3,28 @@ - + - + - + - + - + - + - + - + + 重置 搜索 - 重置 From c23656bdd2295b042f4866d29b34727cd3a8a8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 24 Apr 2023 19:59:24 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=92=8C=E5=BE=80=E6=9D=A5=E5=8D=95=E4=BD=8Dbug?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/corpMaintain/corpMaintain.vue | 2 +- src/views/inventory/InvSpaceManage.vue | 15 +++++++-------- src/views/inventory/supInoutSearchOrder.vue | 2 ++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/basic/corpMaintain/corpMaintain.vue b/src/views/basic/corpMaintain/corpMaintain.vue index caa73594..d2e94e3a 100644 --- a/src/views/basic/corpMaintain/corpMaintain.vue +++ b/src/views/basic/corpMaintain/corpMaintain.vue @@ -349,7 +349,7 @@ export default { hideForm() { // 更改值 this.formVisible = !this.formVisible; - // this.getList(); + this.getList(); return true; }, // 显示表单 diff --git a/src/views/inventory/InvSpaceManage.vue b/src/views/inventory/InvSpaceManage.vue index afc3791a..b55192da 100644 --- a/src/views/inventory/InvSpaceManage.vue +++ b/src/views/inventory/InvSpaceManage.vue @@ -26,14 +26,13 @@ - - - - - - - - + + +