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.
25 lines
351 B
25 lines
351 B
<template>
|
|
<view class="page-wraper">
|
|
<comMove businessTypeCode='HoldToOk' :isShowStatus="false"> </comMove>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import comMove from '@/pages/inventoryMove/coms/comMove.vue'
|
|
|
|
export default {
|
|
components: {
|
|
comMove
|
|
},
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
onLoad() {},
|
|
methods: {}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|
|
|