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