Browse Source

修改自提选择包件

dev-xx
caoyizhong 1 year ago
parent
commit
e499bda2db
  1. 1
      src/views/distribution/inventory/distrilbutionBillLading.vue

1
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -2257,6 +2257,7 @@ export default {
this.order.orderChooseLoading = true;
this.order.query.stockArticleId = this.orderChooseId;
this.order.query.conditions = '1';
this.order.query.orderPackageReservationStatus = '10';
await getList(this.order.currentPage, this.order.pageSize, {
...params,
...this.order.query,

Loading…
Cancel
Save