|
|
|
@ -108,7 +108,8 @@
|
|
|
|
|
<el-table-column label="第三方往来单位名称" prop="thirdName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="操作">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="intentSelect(scope.row)" :disabled="scope.row.thirdId=='' ||scope.row.thirdId!=null || !configParms.basicCorp">
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="intentSelect(scope.row)" :disabled="scope.row.thirdId!='' && scope.row.thirdId!=null || !configParms.basicCorp">
|
|
|
|
|
<!-- <el-button type="text" size="small" @click="intentSelect(scope.row)" :disabled="!configParms.basicCorp">-->
|
|
|
|
|
关联
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="removeErp(scope.row)"
|
|
|
|
|