liyong
12 小时以前 71392c38e8a12fbf6552c634c009e44ab72d9227
feat(productionOrder): 注释生产订单中的领料功能按钮

- 将领料按钮配置注释掉,暂时隐藏该功能入口
- 将领料详情按钮配置注释掉,暂时隐藏该功能入口
- 保留相关函数调用,为后续重新启用功能做准备
已修改1个文件
28 ■■■■ 文件已修改
src/views/productionManagement/productionOrder/index.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/productionOrder/index.vue
@@ -231,20 +231,20 @@
        //     showProductStructure(row);
        //   },
        // },
        {
          name: "领料",
          type: "text",
          clickFun: row => {
            openMaterialDialog(row);
          },
        },
        {
          name: "领料详情",
          type: "text",
          clickFun: row => {
            openMaterialDetailDialog(row);
          },
        },
        // {
        //   name: "领料",
        //   type: "text",
        //   clickFun: row => {
        //     openMaterialDialog(row);
        //   },
        // },
        // {
        //   name: "领料详情",
        //   type: "text",
        //   clickFun: row => {
        //     openMaterialDetailDialog(row);
        //   },
        // },
      ],
    },
  ]);