gaoluyang
2026-05-07 1f87b067c10bf8e362b04200aa6eeec77d5d39c0
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);