|
@@ -110,7 +110,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column v-for="column in tableColumns" :key="column.Id"
|
|
<el-table-column v-for="column in tableColumns" :key="column.Id"
|
|
|
- v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="240" :label="column.label" align="center" show-overflow-tooltip>
|
|
|
|
|
|
|
+ v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="250" :label="column.label" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<div>{{tableFun(column.prop,scope.row[column.prop])}}</div>
|
|
<div>{{tableFun(column.prop,scope.row[column.prop])}}</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -397,8 +397,8 @@
|
|
|
<!-- <el-button size="mini" type="primary" @click="allUpdate(scope.row.ContractClass,scope.row.ClassName,'ContractClass', 0, scope.row.SupplierId)">全部修改</el-button>-->
|
|
<!-- <el-button size="mini" type="primary" @click="allUpdate(scope.row.ContractClass,scope.row.ClassName,'ContractClass', 0, scope.row.SupplierId)">全部修改</el-button>-->
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="ImportSupplierName" min-width="250" label="企业名称" align="center" show-overflow-tooltip></el-table-column>
|
|
|
|
|
- <el-table-column prop="SupplierName" width="250" label="确认企业名称" align="center" show-overflow-tooltip >
|
|
|
|
|
|
|
+ <el-table-column prop="ImportSupplierName" min-width="250" label="企业名称" align="center"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="SupplierName" width="250" label="确认企业名称" align="center" >
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-form-item style="margin-bottom: 0px;" :prop="'tableData.' + scope.$index + '.SupplierId'" :rules="rules.name">
|
|
<el-form-item style="margin-bottom: 0px;" :prop="'tableData.' + scope.$index + '.SupplierId'" :rules="rules.name">
|
|
|
<el-select style="width: 100%" size="mini" v-model="scope.row.SupplierId" filterable :ref="'supplierIdSelect'+scope.$index" placeholder="请选择" :disabled="nameDisabled(scope.row.ContractClass)" @change="allUpdate(scope.row.SupplierId,scope.row.ImportSupplierName,'SupplierId',scope.row.Id, scope.row.SupplierId)">
|
|
<el-select style="width: 100%" size="mini" v-model="scope.row.SupplierId" filterable :ref="'supplierIdSelect'+scope.$index" placeholder="请选择" :disabled="nameDisabled(scope.row.ContractClass)" @change="allUpdate(scope.row.SupplierId,scope.row.ImportSupplierName,'SupplierId',scope.row.Id, scope.row.SupplierId)">
|