| | |
| | | import { getCurrentInstance, ref, computed, reactive } from 'vue';
|
| | | import { useRouter } from "vue-router";
|
| | | import { get, post, postBlob } from '@/utils/request.js'
|
| | | import { message, Modal } from 'ant-design-vue';
|
| | | import { message, Modal, Col, Divider, Row, Flex } from 'ant-design-vue';
|
| | | import { logout } from '@/config.js';
|
| | | import EditView from './edit.vue'
|
| | | import InitView from './init.vue'
|
| | |
| | | </script>
|
| | |
|
| | | <template>
|
| | | <div style="display: flex;">
|
| | | <Row>
|
| | | <Col :span="5">
|
| | | <a-card :title="formatMessage('db.man_loc_area_type.type_id', '库位类型')" style="flex: 3;margin-right: 30px;">
|
| | | <a-input v-model:value="searchLocType" @change="handleLocAreaTypeDept"
|
| | | :placeholder="formatMessage('page.input', '请输入')" style="margin-bottom: 8px" />
|
| | |
| | | </template>
|
| | | </a-tree>
|
| | | </a-card>
|
| | |
|
| | | </Col>
|
| | | <Col :span="19">
|
| | | <a-card style="flex: 10;">
|
| | | <InitView ref="initChild" @tableReload="handleTableReload" />
|
| | | <EditView ref="editChild" @tableReload="handleTableReload" />
|
| | |
| | | </template>
|
| | | </a-table>
|
| | | </a-card>
|
| | | </div>
|
| | | </Col>
|
| | | </Row>
|
| | | </template>
|
| | |
|
| | | <style></style>
|