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/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