huminmin
4 天以前 fa701a87310e2665b563eee14efe770a357d3ca5
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,
      },
    ],
  },