报表申报智能运输页面完成
This commit is contained in:
7
pages/warehousing/Report/monthly.vue
Normal file
7
pages/warehousing/Report/monthly.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<choose-list :isWarehousing="true" :pathParams="{ type: 'monthlyReport' }" />
|
||||
</template>
|
||||
<script setup>
|
||||
import ChooseList from '../../components/ChooseList.vue'
|
||||
</script>
|
||||
<style lang="sass" scoped></style>
|
||||
Reference in New Issue
Block a user