From 8faa5a2038dfae36d45171d8069a3305a2b10ccb Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Mon, 30 Mar 2026 16:04:46 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/logistics/delivery.vue | 10 +---------
pages/logistics/packaging.vue | 16 ++++++++--------
2 files changed, 9 insertions(+), 17 deletions(-)
diff --git a/pages/logistics/delivery.vue b/pages/logistics/delivery.vue
index 6f5330f..d97d63f 100644
--- a/pages/logistics/delivery.vue
+++ b/pages/logistics/delivery.vue
@@ -205,10 +205,6 @@ export default {
boxInputFocus: true,
startInputFocus: false,
mockBoxes: {},
- mockStarts: {
- ST001: { stationCode: "ST001", stationName: "镀前总仓区" },
- ST002: { stationCode: "ST002", stationName: "A区暂存点" },
- },
workCenters: [],
yieldOrderList: [], //订单明细
scanMode: "bind",
@@ -265,8 +261,6 @@ export default {
.then((res) => {
uni.hideLoading();
- console.log("起点区域列表:", res.data);
-
this.startAreas = res.data.map((area) => ({
id: area.stationRegion,
name: area.stationRegion,
@@ -275,7 +269,6 @@ export default {
})
.catch((err) => {
uni.hideLoading();
- console.error("获取区域列表失败:", err);
uni.showToast({
title: "加载区域列表失败",
icon: "none",
@@ -356,7 +349,6 @@ export default {
}
} else {
this.endAreas = [];
- console.log("stationRegionList 为空或不存在");
}
},
@@ -463,7 +455,7 @@ export default {
.then((res) => {
uni.showToast({
title: `成功配送至 ${this.endCenter}!`,
- icon: "success",
+ icon: "none",
});
uni.hideLoading();
diff --git a/pages/logistics/packaging.vue b/pages/logistics/packaging.vue
index aa0705c..7ec7df7 100644
--- a/pages/logistics/packaging.vue
+++ b/pages/logistics/packaging.vue
@@ -57,7 +57,7 @@
配送终点
{{ boxInfo.wcName }}-{{ boxInfo.stationRegion }}{{ boxInfo.wcName }}{{ boxInfo.stationRegion?'-'+boxInfo.stationRegion:''}}