✨ feat: 合同管理和供应商管理
This commit is contained in:
15
klp-ui/src/views/wms/contract/index.vue
Normal file
15
klp-ui/src/views/wms/contract/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<contractPage type="purchase" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import contractPage from './contractPage.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
contractPage
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user