chenhj
4 天以前 e61eb3be4fc933c67cbe3a1a9d08d41ac2d26a1b
src/views/productionManagement/workOrder/index.vue
@@ -364,7 +364,7 @@
        clickFun: row => {
          showReportDialog(row);
        },
        disabled: row => row.planQuantity <= 0,
        disabled: row => !row.isCanReport || row.planQuantity <= 0,
      },
    ],
  },
@@ -625,7 +625,7 @@
const showReportDialog = row => {
  currentReportRowData.value = row;
  if (row.processName === '印铜') {
  if (row.processName === '印铜' || row.processName === '印银') {
    copperPrintingFormVisible.value = true
    return
  }