gaoluyang
2026-04-22 afcb55d7548232fde6d659ad447b5f1b8a53cf0d
src/views/productionManagement/workOrderManagement/index.vue
@@ -289,17 +289,17 @@
          },
        },
        {
          name: "物料",
          clickFun: row => {
            openMaterialDialog(row);
          },
        },
        {
          name: "报工",
          clickFun: row => {
            showReportDialog(row);
          },
          disabled: row => row.planQuantity <= 0,
        },
        {
          name: "物料",
          clickFun: row => {
            openMaterialDialog(row);
          },
        },
      ],
    },