@ -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 {
// 调用解绑接口(单个解绑)
.boxUnbind({
orderIdList: [this.cardCode],
.then((unbindRes) => {