From e01dae65d8ea58d2cf8519aaac4ceba79b9c82a0 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 22 七月 2024 10:10:51 +0800
Subject: [PATCH] #

---
 pages/phyz/orderOut/orderList.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pages/phyz/orderOut/orderList.vue b/pages/phyz/orderOut/orderList.vue
index 839330e..4ccecd6 100644
--- a/pages/phyz/orderOut/orderList.vue
+++ b/pages/phyz/orderOut/orderList.vue
@@ -102,6 +102,10 @@
 			pakoutPrive(item) {
 				let _this = this
 				console.log(item);
+				if (item.locSts != 'F') {
+					uni.showToast({ title: '褰撳墠搴撲綅涓嶆槸鍦ㄥ簱鐘舵�侊紒', icon: "error", position: 'top' })
+					return
+				}
 				uni.navigateTo({
 					url: "./orderCheck",
 					success: function(res) {

--
Gitblit v1.9.1