Browse Source

非生产领料刷新

dev_pda
李俊城 1 year ago
parent
commit
06c5d5606b
  1. 8
      fe/PDA/pages/task/unProducePick.vue
  2. 9
      fe/PDA/pages/task/unProduceReturn.vue

8
fe/PDA/pages/task/unProducePick.vue

@ -69,6 +69,14 @@
mounted() {
},
//
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {
openScanPopup() {

9
fe/PDA/pages/task/unProduceReturn.vue

@ -69,6 +69,14 @@
mounted() {
},
//
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {
openScanPopup() {
@ -161,6 +169,7 @@
selectedItem(item) {
this.openDetail(item);
}
}
};
</script>

Loading…
Cancel
Save