From 2c81816264faf579143f8b17582248ce15f369ce Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 09 三月 2025 13:48:35 +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