From aac25494288e33d02bcd3bb319db0db8288acd94 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 25 二月 2025 14:12:03 +0800 Subject: [PATCH] 20250225A --- pages/phyz/orderOut/orderList.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pages/phyz/orderOut/orderList.vue b/pages/phyz/orderOut/orderList.vue index 839330e..0e1a776 100644 --- a/pages/phyz/orderOut/orderList.vue +++ b/pages/phyz/orderOut/orderList.vue @@ -101,7 +101,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