|
|
|
@ -938,10 +938,10 @@ export default { |
|
|
|
const deptId = row.department; |
|
|
|
const deptId = row.department; |
|
|
|
const dept = this.list.find((item) => item.departmentId === deptId); |
|
|
|
const dept = this.list.find((item) => item.departmentId === deptId); |
|
|
|
|
|
|
|
|
|
|
|
let select = this.statisticsList.find( |
|
|
|
let select = this.sizeForm.inTableData.find( |
|
|
|
(item) => item.materialId === row.materialId |
|
|
|
(item) => item.materialId === row.materialId |
|
|
|
); |
|
|
|
); |
|
|
|
console.log(99999,select) |
|
|
|
console.log(99999,select,this.sizeForm.inTableData) |
|
|
|
const oneFormId = |
|
|
|
const oneFormId = |
|
|
|
this.sizeForm.options === 1 && this.outDialogTiltle == "编辑" |
|
|
|
this.sizeForm.options === 1 && this.outDialogTiltle == "编辑" |
|
|
|
? row.oneFormId |
|
|
|
? row.oneFormId |
|
|
|
|