chenhj
7 小时以前 217cda7380e07a355053e6ca34fb77334248b7db
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,
        },
      ],
    },