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) => {