|
|
@@ -356,7 +356,7 @@
|
|
|
<el-table-column prop="ContractNo" min-width="200" label="合同编号" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item style="margin-bottom: 0px;" :prop="'tableData.' + scope.$index + '.ContractNo'" :rules="rules.ContractNo">
|
|
|
- <el-input size="mini" v-model="scope.row.ContractNo" style="width:100%" placeholder="请输入" @blur="allUpdate(scope.row.SupplierId,scope.row.ImportSupplierName,'ContractNo',scope.row.Id, scope.row.SupplierId)""></el-input>
|
|
|
+ <el-input size="mini" v-model="scope.row.ContractNo" style="width:100%" placeholder="请输入" @blur="allUpdate(scope.row.SupplierId,scope.row.ImportSupplierName,'ContractNo',scope.row.Id, scope.row.SupplierId)"></el-input>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|