niexiting
7 months ago
11 changed files with 302 additions and 31 deletions
@ -0,0 +1,46 @@ |
|||||
|
<template> |
||||
|
<view class=""> |
||||
|
<productPutawayJob ref="productPutawayJob" type='assemble'></productPutawayJob> |
||||
|
</view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import productPutawayJob from '@/pages/productPutaway/job/productPutawayJob.vue' |
||||
|
|
||||
|
export default { |
||||
|
name: 'productPutawayJob', |
||||
|
components: { |
||||
|
productPutawayJob |
||||
|
}, |
||||
|
data() { |
||||
|
return { |
||||
|
|
||||
|
}; |
||||
|
}, |
||||
|
|
||||
|
onShow() { |
||||
|
if(this.$refs.productPutawayJob!=undefined){ |
||||
|
this.$refs.productPutawayJob.refresh(); |
||||
|
} |
||||
|
}, |
||||
|
|
||||
|
onPullDownRefresh() { |
||||
|
this.$refs.productPutawayJob.refresh(); |
||||
|
}, |
||||
|
onNavigationBarButtonTap(e) { |
||||
|
if (e.index === 0) { |
||||
|
this.$refs.productreceiptjob.toHome(); |
||||
|
} else if (e.index == 1) { |
||||
|
this.$refs.productreceiptjob.openFilter(); |
||||
|
} |
||||
|
}, |
||||
|
|
||||
|
methods: { |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style scoped lang="scss"> |
||||
|
|
||||
|
</style> |
@ -0,0 +1,46 @@ |
|||||
|
<template> |
||||
|
<view class=""> |
||||
|
<productPutawayJob ref="productPutawayJob" type='predict'></productPutawayJob> |
||||
|
</view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import productPutawayJob from '@/pages/productPutaway/job/productPutawayJob.vue' |
||||
|
|
||||
|
export default { |
||||
|
name: 'productPutawayJob', |
||||
|
components: { |
||||
|
productPutawayJob |
||||
|
}, |
||||
|
data() { |
||||
|
return { |
||||
|
|
||||
|
}; |
||||
|
}, |
||||
|
|
||||
|
onShow() { |
||||
|
if(this.$refs.productPutawayJob!=undefined){ |
||||
|
this.$refs.productPutawayJob.refresh(); |
||||
|
} |
||||
|
}, |
||||
|
|
||||
|
onPullDownRefresh() { |
||||
|
this.$refs.productPutawayJob.refresh(); |
||||
|
}, |
||||
|
onNavigationBarButtonTap(e) { |
||||
|
if (e.index === 0) { |
||||
|
this.$refs.productreceiptjob.toHome(); |
||||
|
} else if (e.index == 1) { |
||||
|
this.$refs.productreceiptjob.openFilter(); |
||||
|
} |
||||
|
}, |
||||
|
|
||||
|
methods: { |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style scoped lang="scss"> |
||||
|
|
||||
|
</style> |
Loading…
Reference in new issue