问题修改

master
zhangdi 2 months ago
parent 72453aacca
commit 4c20de2d4a
  1. 4
      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;

Loading…
Cancel
Save