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:''}}