Browse Source

修改弹出延迟显示

intex
lijuncheng 21 hours ago
parent
commit
9a518151ba
  1. 3
      src/pages/inventoryMove/coms/comMoveRecord.vue

3
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -271,11 +271,10 @@
this.$refs.okToHoldRecordPackRef.batch = ''
this.$refs.okToHoldRecordPackRef.handleQty = 0
this.$refs.okToHoldRecordPackRef.showOne = true
} else {
this.$refs.scanFromLocationCode.openScanPopup();
}
}, 200)
}, 500)
},
getFromLocation(location) {
this.fromLocationCode = location.code;

Loading…
Cancel
Save