|
@@ -87,7 +87,7 @@
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
v-on="$listeners"
|
|
v-on="$listeners"
|
|
ref="multipleTable"
|
|
ref="multipleTable"
|
|
- row-key="sequenceNo"
|
|
|
|
|
|
+ row-key="cgdNO"
|
|
tooltip-effect="dark"
|
|
tooltip-effect="dark"
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
><el-table-column
|
|
><el-table-column
|
|
@@ -98,7 +98,7 @@
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- prop="sequenceNo"
|
|
|
|
|
|
+ prop="cgdNO"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
label="采购单编号"
|
|
label="采购单编号"
|
|
width="150"
|
|
width="150"
|
|
@@ -284,7 +284,7 @@ export default {
|
|
console.log(this.list);
|
|
console.log(this.list);
|
|
this.multipleSelection.forEach((v1) => {
|
|
this.multipleSelection.forEach((v1) => {
|
|
let index = this.list.findIndex(
|
|
let index = this.list.findIndex(
|
|
- (v2) => v2.sequenceNo === v1.sequenceNo
|
|
|
|
|
|
+ (v2) => v2.cgdNO === v1.cgdNO
|
|
);
|
|
);
|
|
console.log(index);
|
|
console.log(index);
|
|
if (index !== -1) {
|
|
if (index !== -1) {
|