问题修改

master
zhangdi 2 weeks ago
parent 2864ac0e78
commit 8eb334d47c
  1. 8
      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) => {

Loading…
Cancel
Save