From 8eb334d47cfacae3528b38ac45f8fbbac3f4a748 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Tue, 31 Mar 2026 19:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/logistics/packaging.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/logistics/packaging.vue b/pages/logistics/packaging.vue index ae92b81..51021da 100644 --- a/pages/logistics/packaging.vue +++ b/pages/logistics/packaging.vue @@ -348,10 +348,8 @@ export default { // 自动调用绑定接口 this.$u.api .boxBinding({ - boxBarcode: this.activeBox, - orderIdList: this.boxInfo.yieldOrderList.map( - (o) => o.cardNo - ), + // boxBarcode: this.activeBox, + orderIdList: [this.cardCode] }) .then((bindRes) => { uni.showToast({ @@ -393,7 +391,7 @@ export default { // 调用解绑接口(单个解绑) this.$u.api .boxUnbind({ - boxBarcode: this.activeBox, + // boxBarcode: this.activeBox, orderIdList: [this.cardCode], }) .then((unbindRes) => {