Commit 3e6abfb0 authored by arvin's avatar arvin

三期出库流程

parent cd63ec01
<template>
<div>
<div class="sub-title">物料明细</div>
<DeeAsCom
v-if="basicData"
:basic-data="basicData"
:lay-config="{
typeName: 'OutStorageExpireItem',
layKey: 'sanqichukumixi'
}"
/>
</div>
</template>
<script>
export default {
componentName: '三期出库物料明细',
name: 'OutStorageExpireFlowInfo',
props: {
basicData: {
type: Object,
default: () => null
}
},
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment