From 80b3042b189cf1b82f8f7e4bb011633217b11978 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 28 Jun 2024 11:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E4=BB=BB=E5=8A=A1=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.hella14 | 2 +- .env.hella9 | 2 +- src/manifest.json | 4 ++-- src/pages/count/job/countJob.vue | 6 ++++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.env.hella14 b/.env.hella14 index 91cea3ff..d98ea7b5 100644 --- a/.env.hella14 +++ b/.env.hella14 @@ -5,7 +5,7 @@ VITE_BASE_URL_IMAGE=http://172.21.32.14:81/admin-api VITE_TENANT='[{"text":"长春1379","value":1}]' # 是否是测试环境 -VITE_isDevelopment=true +VITE_isDevelopment=false # 积木报表请求路径 VITE_JMREPORT_BASE_URL='http://172.21.32.14:90' diff --git a/.env.hella9 b/.env.hella9 index fc674a67..1f71bb53 100644 --- a/.env.hella9 +++ b/.env.hella9 @@ -5,7 +5,7 @@ VITE_BASE_URL_IMAGE=http://172.22.32.9:81/admin-api VITE_TENANT='[{"text":"成都1397","value":2},{"text":"长春2379","value":3}]' # 是否是测试环境 -VITE_isDevelopment=true +VITE_isDevelopment=false # 积木报表请求路径 VITE_JMREPORT_BASE_URL='http://172.22.32.9:90' diff --git a/src/manifest.json b/src/manifest.json index 330a0796..059947f9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,8 +2,8 @@ "name" : "wms", "appid" : "__UNI__C9CF4BF", "description" : "", - "versionName" : "1.0.12", - "versionCode" : 12, + "versionName" : "1.0.13", + "versionCode" : 13, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue index be05327f..a179dc03 100644 --- a/src/pages/count/job/countJob.vue +++ b/src/pages/count/job/countJob.vue @@ -329,6 +329,8 @@ filters: filters, pageNo: 1, pageSize: 1000, + sort:"number", + by:"DESC" } getCountJobList(params).then(res => { uni.hideLoading(); @@ -344,9 +346,9 @@ } }) - if (resultList == 0) { + if (list.length == 0) { that.showMessage('未查找到库位' + '【' + result.label.code + '】的盘点任务'); - } else if (resultList == 1) { + } else if (list.length == 1) { that.selectItem(list[0]); }else { that.$refs.jobList.openList(list)