From 30d94f7d9627247f265b9566987a2514a6886ff7 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 06 五月 2025 13:13:02 +0800
Subject: [PATCH] #
---
pages/listing/disc.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/pages/listing/disc.vue b/pages/listing/disc.vue
index 5701357..6730113 100644
--- a/pages/listing/disc.vue
+++ b/pages/listing/disc.vue
@@ -133,10 +133,11 @@
container: '',
megreQty: '',
list: [],
- range: [],
+ range: [],
batch: '',
repeatClick: false,
- isconfirm: false
+ isconfirm: false,
+ batch:''
}
},
computed: {
@@ -157,9 +158,9 @@
code,
data,
msg
- } = await request('/asnOrderItem/trackCode', {
- code: this.barcode,
- batch: this.batch
+ } = await request('/asnOrderItem/trackCode', {
+ code: this.barcode,
+ batch: this.batch
}, "post")
if (code === 200) {
data && this.list.push(data);
@@ -232,7 +233,7 @@
msg
} = await request('/waitPakin/merge', {
items: newArr,
- barcode: this.container,
+ barcode: this.container,
batch: this.batch,
})
if (code === 200) {
--
Gitblit v1.9.1