huminmin
2026-03-30 287799a8214b2b7194ba374bf69f7e7592a31bfa
src/views/productionManagement/workOrder/index.vue
@@ -315,6 +315,10 @@
      prop: "model",
    },
    {
      label: "UID码",
      prop: "uidNo",
    },
    {
      label: "单位",
      prop: "unit",
    },
@@ -393,7 +397,7 @@
          clickFun: row => {
            showReportDialog(row);
          },
          disabled: row => row.planQuantity <= 0,
          disabled: row => row.planQuantity <= 0 || row.productOrderIsEnd,
        },
      ],
    },