gaoluyang
2 天以前 94819b02fbf3d44a464d1cc73bb7464c5960054d
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);
          },
        },
      ],
    },