|
|
|
@ -55,14 +55,13 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small" :disabled="!configParms.basicInv"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click.native.stop="handleSubForm( scope.row, 'edit')"
|
|
|
|
|
>编辑
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click.native.stop="handleSubDel(scope.row)"
|
|
|
|
|
>删除
|
|
|
|
@ -170,13 +169,12 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click="intentSubSelect(scope.row)"
|
|
|
|
|
>关联
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="unbindSubThrWarehouse(scope.row)"
|
|
|
|
|
<el-button type="text" @click.native.stop="unbindSubThrWarehouse(scope.row)"
|
|
|
|
|
:disabled="scope.row.thirdId=='' ||scope.row.thirdId==null ||!configParms.basicInv"
|
|
|
|
|
>解绑
|
|
|
|
|
</el-button>
|
|
|
|
@ -253,7 +251,7 @@
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small" :disabled="!configParms.basicInv"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click.native="rmInvUser(scope.row)">
|
|
|
|
|
移除
|
|
|
|
|
</el-button>
|
|
|
|
@ -266,7 +264,7 @@
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small" :disabled="!configParms.basicInv"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click.native="relBusttype(scope.row)">
|
|
|
|
|
管理单据类型
|
|
|
|
|
</el-button>
|
|
|
|
@ -316,7 +314,6 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click.native.stop="delWarehouseBussinessType(scope.row.id)"
|
|
|
|
|
>移除
|
|
|
|
|