diff --git a/src/views/firstOrder/components/outDialog.vue b/src/views/firstOrder/components/outDialog.vue index 9400f27..5768003 100644 --- a/src/views/firstOrder/components/outDialog.vue +++ b/src/views/firstOrder/components/outDialog.vue @@ -926,7 +926,7 @@ export default { let select = this.materials.find( (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 { ...row, @@ -1003,6 +1003,8 @@ export default { this.batchTableData = []; this.inBatchForm.batchType = "" this.inBatchForm.department = "" + this.sizeForm.demandEndInfo = '' + if (this.sizeForm.options === 1) { this.getQuarterList(); this.inBatchDialogVisible = true;