From f9cfb2169361c046a00f4fa14ea342bd5710f8b4 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期三, 04 三月 2026 16:24:17 +0800
Subject: [PATCH] #

---
 pages/outbound/orderOut/outLocView.vue |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/pages/outbound/orderOut/outLocView.vue b/pages/outbound/orderOut/outLocView.vue
index 173ae70..a5e5ce4 100644
--- a/pages/outbound/orderOut/outLocView.vue
+++ b/pages/outbound/orderOut/outLocView.vue
@@ -60,6 +60,12 @@
 						</view>						
 					</view>
 
+					<view class="cu-item" v-if="index === locList.length - 1 && (item.anfme === 0 || !item.anfme)">
+						<view class="content">
+							<text class="text-red text-bold">搴撳瓨涓嶈冻</text>
+						</view>						
+					</view>
+
 					<view class="cu-item" v-if="item.anfme">
 						<view class="content">
 							<text class="text-blue">鍑哄簱鏁伴噺:</text>							
@@ -161,7 +167,7 @@
 				}
 				const { code, data, msg } = await request('/check/agvStation', {
 					transferStationNo: item.outStaInput
-				})
+				}, 'POST', false)
 				if (code === 200) {
 					item.agvStationName = data.stationName
 				} else {
@@ -206,7 +212,9 @@
 					}
 					const { code, data, msg } = await request(
 						'/orderOut/getOutLocRun',
-						requestData
+						requestData,
+						'POST',
+						false
 					)
 					if (code === 200) {
 						uni.showToast({
@@ -233,7 +241,7 @@
 				try {
 					const res = await request('/orderOut/getOutLocView', {
 						orderItemId: item.id						
-					}, 'POST', true);
+					}, 'POST', false);
 					
 					if (res.code === 200) {
 						this.locList = res.data || [];

--
Gitblit v1.9.1