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] =?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 @@ - + - + - + - + - + - + - + - + + 重置 搜索 - 重置