From 1f533c1504d1336523dcea99185f3c41453d3146 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Tue, 31 Mar 2026 20:45:02 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/logistics/packaging.vue b/pages/logistics/packaging.vue index 51021da..89c7e3c 100644 --- a/pages/logistics/packaging.vue +++ b/pages/logistics/packaging.vue @@ -348,7 +348,7 @@ export default { // 自动调用绑定接口 this.$u.api .boxBinding({ - // boxBarcode: this.activeBox, + boxBarcode: this.activeBox, orderIdList: [this.cardCode] }) .then((bindRes) => {