Browse Source

YT-1372pda 库存转移任务,执行完成后,在点次任务,提示不正确,应执行完后,不显示次任务

intex_online20241205
张立 3 months ago
parent
commit
6e815d3748
  1. 4
      src/pages/inventoryMove/job/moveJob.vue

4
src/pages/inventoryMove/job/moveJob.vue

@ -24,6 +24,9 @@
this.title = option.title
},
onShow(){
this.$refs.comMoveJob.refresh()
},
onReachBottom() {
this.$refs.comMoveJob.onReach();
},
@ -34,7 +37,6 @@
this.$refs.comMoveJob.openFilter();
}
},
methods: {
}

Loading…
Cancel
Save