huminmin
4 天以前 fa701a87310e2665b563eee14efe770a357d3ca5
若上一个工序没有报工,则无法报工
已修改1个文件
2 ■■■ 文件已修改
src/views/productionManagement/workOrder/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,
      },
    ],
  },