|
|
|
@ -817,15 +817,20 @@
|
|
|
|
|
this.bigIdMerchandiseNewsList.forEach(item => { |
|
|
|
|
if (item.id === record.row.materialNumber) { |
|
|
|
|
materialName = { |
|
|
|
|
descriptionId: item.descriptionId, |
|
|
|
|
materialClassify: item.materialClassify, |
|
|
|
|
name: item.merchandiseName, |
|
|
|
|
unit: item.materialsUnit, |
|
|
|
|
supplierId: item.supplierId |
|
|
|
|
supplierId: item.supplierId, |
|
|
|
|
descriptionId: item.descriptionId |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
if (!!record.row.id) { |
|
|
|
|
this.processUdgetPlanMaterialTable.columns[0].options.push({ |
|
|
|
|
title: materialName.materialClassify, |
|
|
|
|
value: materialName.descriptionId |
|
|
|
|
}) |
|
|
|
|
let values = [ |
|
|
|
|
{ |
|
|
|
|
rowKey: record.row.id, |
|
|
|
|