From 2e789a150d4513e0bae5da86e236e2782d119f8e Mon Sep 17 00:00:00 2001
From: jheng <2067776502@qq.com>
Date: Fri, 6 Feb 2026 13:52:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BD=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config.js | 2 +-
manifest.json | 2 +-
pages/work/wms/palletInfoQuery.vue | 6 ++++++
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/config.js b/config.js
index 3c77aa7..ee5ba32 100644
--- a/config.js
+++ b/config.js
@@ -4,7 +4,7 @@ module.exports = {
//###### 发布版本也不要来改这里,可以启动后在连接配置界面改 #######
//###### 【IP端口配置】界面,为解决一次发布,多处使用 #######
//###### 如发布一个APP,可配置访问本地测试服务 127 或 现场实际 IP #######
- baseUrl: 'http://127.0.0.1:9292',
+ baseUrl: 'http://192.168.42.21:9292',
//页面是否开启验证码:针对于登录页和注册页
captchaEnabled: false,
// 应用信息
diff --git a/manifest.json b/manifest.json
index a9c81c6..ecdfef0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "WMS_APP_v1.0",
- "appid" : "__UNI__9599A70",
+ "appid" : "__UNI__BC632DF",
"description" : "",
"versionName" : "1.1.0",
"versionCode" : "100",
diff --git a/pages/work/wms/palletInfoQuery.vue b/pages/work/wms/palletInfoQuery.vue
index ec74824..36836c7 100644
--- a/pages/work/wms/palletInfoQuery.vue
+++ b/pages/work/wms/palletInfoQuery.vue
@@ -54,6 +54,12 @@
物料类型
{{item.skuType}}
+
+ 托盘位置
+
+ {{ palletInfo.pallet && palletInfo.pallet.locCode ? palletInfo.pallet.locCode : '暂无位置编码' }}
+
+