liyong
2026-05-07 cf9f906994422b65daaa9ea287d5093f3fa7463c
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);