|
|
@ -229,7 +229,7 @@
|
|
|
|
<!-- </el-button>-->
|
|
|
|
<!-- </el-button>-->
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small" :disabled="!configParms.basicInv"
|
|
|
|
@click.native="delWarehouseUser(scope.row.id)">
|
|
|
|
@click.native="delWarehouseUser(scope.row.id)">
|
|
|
|
移除
|
|
|
|
移除
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
@ -266,7 +266,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small" :disabled="!configParms.basicInv"
|
|
|
|
@click.native="delWarehouseBussinessType(scope.row.id)">
|
|
|
|
@click.native="delWarehouseBussinessType(scope.row.id)">
|
|
|
|
移除
|
|
|
|
移除
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|