Browse Source

修复自提刷新

pre-production
马远东 9 months ago
parent
commit
d5d1506ed6
  1. 3
      src/views/distribution/inventory/distrilbutionBillLadingList.vue

3
src/views/distribution/inventory/distrilbutionBillLadingList.vue

@ -805,7 +805,10 @@ export default {
this.search = !this.search;
},
searchChange() {
if(this.query.pickupBatchs){
this.query.pickupBatchs= this.query.pickupBatchs.replace(/,/g, ",");
}
if(!this.query.pickupBatchs){
delete this.query.pickupBatchs
}

Loading…
Cancel
Save