From 4987599f7042e8993d75e952af175ae6a565ae17 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Fri, 20 Jun 2025 09:52:27 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E6=8C=89=E6=95=B0=E9=87=8F?=
=?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/repleinsh/job/repleinshJob.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/repleinsh/job/repleinshJob.vue b/src/pages/repleinsh/job/repleinshJob.vue
index 12f37809..c3f2c766 100644
--- a/src/pages/repleinsh/job/repleinshJob.vue
+++ b/src/pages/repleinsh/job/repleinshJob.vue
@@ -368,8 +368,8 @@
if (ret.success) {
this.managementList = ret.list;
this.managementType = this.managementList.some(cur => cur.ManagementPrecision == 'BY_BATCH') ?
- 'BY_BATCH' : ''
- if (this.managementType == 'BY_BATCH') {
+ 'BY_BATCH' : this.managementList.some(cur => cur.ManagementPrecision == 'BY_QUANTITY') ? 'BY_QUANTITY':''
+ if (this.managementType == 'BY_BATCH' || this.managementType == 'BY_QUANTITY') {
uni.navigateTo({
url: './repleinshDetailBatch?id=' + result.masterId + '&status=' + result.status +
'&scanMessage=' +