You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
368 B
29 lines
368 B
<template>
|
|
<view class="page-wraper">
|
|
<comMoveRecord businessTypeCode='HoldToScrap'> </comMoveRecord>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import comMoveRecord from '@/pages/inventoryMove/coms/comMoveRecord.vue'
|
|
|
|
export default {
|
|
components: {
|
|
comMoveRecord
|
|
},
|
|
data() {
|
|
|
|
return {
|
|
|
|
}
|
|
},
|
|
|
|
onLoad() {},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|
|
|