| | |
| | | <el-space> |
| | | <el-button type="primary" :icon="Plus" @click="openDia()">新建</el-button> |
| | | <el-button type="danger" :icon="Delete" @click="handleDelete">删除</el-button> |
| | | <el-button type="info" plain :icon="Download" @click="handleExport">导出</el-button> |
| | | <!-- <el-button type="info" plain :icon="Download" @click="handleExport">导出</el-button> --> |
| | | </el-space> |
| | | <!-- 表格组件 --> |
| | | <div> |
| | |
| | | @selection-change="handleSelectionChange" |
| | | :show-selection="true" |
| | | :border="true" |
| | | :maxHeight="480" |
| | | style="width: 100%;height: calc(100vh - 30em)" |
| | | @edit="openDia"></ETable> |
| | | </div> |
| | | <pagination |
| | |
| | | import ETable from "@/components/Table/ETable.vue"; |
| | | import Pagination from "@/components/Pagination/index.vue"; |
| | | import FormDia from "@/views/salesOutbound/components/formDia.vue"; |
| | | import {delSalesRecord, salesRecordList} from "../../api/salesOutbound/index.js"; |
| | | import {delSalesRecord, salesRecordList} from "@/api/salesOutbound/index.js"; |
| | | |
| | | const formDia = ref() |
| | | const activeTab = ref("out"); |