zhangwencui
2026-05-07 d7879e290cca7c25649e058c6a18a912c6553747
src/views/productionPlan/productionPlan/index.vue
@@ -407,7 +407,7 @@
          type: "primary",
          link: true,
          showHide: row => {
            return row.status == 0;
            return row.status == 0 && row.source != "销售";
          },
          clickFun: row => {
            handleEdit(row);