|
@ -8,7 +8,6 @@ |
|
|
import productPutawayJob from '@/pages/productPutaway/job/productPutawayJob.vue' |
|
|
import productPutawayJob from '@/pages/productPutaway/job/productPutawayJob.vue' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: 'productPutawayJob', |
|
|
|
|
|
components: { |
|
|
components: { |
|
|
productPutawayJob |
|
|
productPutawayJob |
|
|
}, |
|
|
}, |
|
@ -29,9 +28,9 @@ |
|
|
}, |
|
|
}, |
|
|
onNavigationBarButtonTap(e) { |
|
|
onNavigationBarButtonTap(e) { |
|
|
if (e.index === 0) { |
|
|
if (e.index === 0) { |
|
|
this.$refs.productreceiptjob.toHome(); |
|
|
this.$refs.productPutawayJob.toHome(); |
|
|
} else if (e.index == 1) { |
|
|
} else if (e.index == 1) { |
|
|
this.$refs.productreceiptjob.openFilter(); |
|
|
this.$refs.productPutawayJob.openFilter(); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|