From b6946b9a0219284f48cc0d3a196ae4cc953ecb5e Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期二, 11 三月 2025 09:50:16 +0800
Subject: [PATCH] 正在作业数量

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

diff --git a/pages/phyz/orderOut/orderCheck.vue b/pages/phyz/orderOut/orderCheck.vue
index c02822c..7cea021 100644
--- a/pages/phyz/orderOut/orderCheck.vue
+++ b/pages/phyz/orderOut/orderCheck.vue
@@ -127,6 +127,7 @@
 				for (let k of items) {
 					if (k == item) flag = true 
 				}
+				console.log(item);
 				if(!flag) {
 					uni.showToast({ title: '褰撳墠绔欑偣鏃犳硶浣跨敤锛屽凡澶嶄綅', icon: "error", position: 'top' })
 					setTimeout(() => {

--
Gitblit v1.9.1