| | |
| | | <div class="actions"> |
| | | <div></div> |
| | | <div> |
| | | <el-button type="primary" @click="add" icon="Plus">新增入库</el-button> |
| | | <el-button @click="handleOut" icon="Download">导出</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="actions"> |
| | | <div></div> |
| | | <div> |
| | | <el-button type="primary" @click="add" icon="Plus">新增出库</el-button> |
| | | <el-button @click="handleOut" icon="Download">导出</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="actions"> |
| | | <div></div> |
| | | <div> |
| | | <el-button type="primary" @click="add" icon="Plus">新增退货</el-button> |
| | | <el-button @click="handleOut" icon="Download">导出</el-button> |
| | | </div> |
| | | </div> |