|
|
|
@ -926,7 +926,7 @@ export default { |
|
|
|
let select = this.materials.find( |
|
|
|
let select = this.materials.find( |
|
|
|
(item) => item.materialId === row.materialId |
|
|
|
(item) => item.materialId === row.materialId |
|
|
|
); |
|
|
|
); |
|
|
|
const oneFormId = (this.sizeForm.options === 1&&this.outDialogTiltle == "编辑")? row.oneFormId:select.id; |
|
|
|
const oneFormId = (this.sizeForm.options === 1&&this.outDialogTiltle == "编辑")? row.oneFormId:row.id; |
|
|
|
|
|
|
|
|
|
|
|
return { |
|
|
|
return { |
|
|
|
...row, |
|
|
|
...row, |
|
|
|
@ -1003,6 +1003,8 @@ export default { |
|
|
|
this.batchTableData = []; |
|
|
|
this.batchTableData = []; |
|
|
|
this.inBatchForm.batchType = "" |
|
|
|
this.inBatchForm.batchType = "" |
|
|
|
this.inBatchForm.department = "" |
|
|
|
this.inBatchForm.department = "" |
|
|
|
|
|
|
|
this.sizeForm.demandEndInfo = '' |
|
|
|
|
|
|
|
|
|
|
|
if (this.sizeForm.options === 1) { |
|
|
|
if (this.sizeForm.options === 1) { |
|
|
|
this.getQuarterList(); |
|
|
|
this.getQuarterList(); |
|
|
|
this.inBatchDialogVisible = true; |
|
|
|
this.inBatchDialogVisible = true; |
|
|
|
|