Commit f90f686b authored by wanglianghe's avatar wanglianghe

新增仓位管理入口

parent 5fad23d0
......@@ -7,6 +7,9 @@
<el-col :span="1.5">
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
v-hasPermi="['ecw:warehouse-area:create']">新增库域</el-button>
<el-button type="primary" plain size="mini" @click="positionManager"
>仓位管理</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
......@@ -139,6 +142,10 @@ export default {
this.getList();
},
methods: {
positionManager() {
this.$router.push('/warehouse/warehouse-area-position');
},
/**查询仓库 */
requestWarehouseList() {
getWarehouseList({}).then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment