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_2.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/pages/phyz/orderOut/orderCheck_2.vue b/pages/phyz/orderOut/orderCheck_2.vue
index 9fa4e84..f7b39b0 100644
--- a/pages/phyz/orderOut/orderCheck_2.vue
+++ b/pages/phyz/orderOut/orderCheck_2.vue
@@ -152,14 +152,15 @@
k['count'] = k.anfme
k.agvStaNo = ''
k.anfme = 0
- if (_this.orderType == 'bcp') {
- if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
- continue
- }
- }
+ // if (_this.orderType == 'bcp') {
+ // if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
+ // continue
+ // }
+ // }
_this.dataList.push(k)
}
}
+ console.log(_this.dataList);
} else if (res.code == 403) {
uni.showToast({ title: res.msg, icon: "error", position: 'top' })
setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);
--
Gitblit v1.9.1