zhangwencui
7 天以前 d7879e290cca7c25649e058c6a18a912c6553747
生产计划限制销售生产的生产计划不可编辑
已修改1个文件
2 ■■■ 文件已修改
src/views/productionPlan/productionPlan/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);